diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-12 20:54:56 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-12 20:54:56 +0200 |
commit | 4f85d27bdf07b78b21d5bcbc8d25db25248e0ef2 (patch) | |
tree | 57d663f93346487caab395e9a0c90042af45eaa6 | |
parent | 6fc2b34690222e657a8040c69f053d01ab491fbf (diff) |
use ./ for sourcing
-rw-r--r-- | config/hyprland/hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index c1ba96c..23bc94f 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -2,7 +2,7 @@ monitor=HDMI-A-1, 1920x1080, 0x0, 1 monitor=VGA-1, 1920x1080, 1920x0, 1 monitor=,preferred,auto,1 -source = ~/.config/hypr/env.conf +source = ./env.conf exec-once = gammastep & waybar exec-once = swaybg -i ~/pics/wallpaper @@ -87,4 +87,4 @@ windowrulev2 = noanim, class:dmenu layerrule = noanim, launcher -source = ~/.config/hypr/binds.conf +source = ./binds.conf |