diff options
| -rw-r--r-- | hypr/hyprland.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 793d83f..bc2ecf5 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -11,6 +11,7 @@ $fileManager = nautilus $menu = fuzzel $mainMod = SUPER +exec-once = swww-daemon exec-once = hyprctl setcursor Win10OS-cursors 24 exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store @@ -90,7 +91,8 @@ master { bind = $mainMod, Q, exec, $terminal bind = $mainMod, C, killactive, -bind = $mainMod, L, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit +bind = $mainMod, M, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit +bind = $mainMod, L, exec, hyprlock bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, R, exec, $menu |
