diff options
| author | silly <u65487754@gmail.com> | 2026-02-08 04:32:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-08 04:32:03 +0100 |
| commit | bcdeea7597a6f4d9fc4003b2e523cb8328140be3 (patch) | |
| tree | 478582a8f16bd782a20c9777542e2db0a3e648fd | |
| parent | d6b10f49a4b66ba29bd07dc304a1e5ff2d9d8c9e (diff) | |
Update hyprland.conf
| -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 |
