diff options
-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 |