This commit is contained in:
2025-10-13 02:20:40 +02:00
parent 8b2cb792ff
commit 6c46193cf2
7 changed files with 52 additions and 30 deletions

View File

@@ -273,7 +273,7 @@ binds {
Mod+E { spawn "dolphin"; }
Mod+W { spawn "zen"; }
Mod+X { spawn "gnome-text-editor" "--new-window"; }
Mod+B { spawn-sh "killall btop || ghostty -e btop"; }
Mod+B { spawn-sh "pkill -x -n btop || ghostty -e btop"; }
Mod+T { spawn "kitty"; }
Mod+Return { spawn "kitty"; }
Mod+Shift+T { spawn "ghostty"; }
@@ -285,17 +285,17 @@ binds {
Mod+Shift+L { spawn-sh "qs ipc call lyrics toggleBarLyrics"; }
// Quickshell
Mod+Shift+K { spawn-sh "pkill quickshell || quickshell"; }
Mod+Shift+K { spawn-sh "pkill -x quickshell || quickshell"; }
Mod+I { spawn-sh "qs ipc call idleInhibitor toggleInhibitor"; }
// Rofi
Mod+D { spawn-sh "pkill rofi || rofi -show run"; }
Alt+Space { spawn-sh "pkill rofi || rofi -show drun"; }
Mod+D { spawn-sh "pkill -x rofi || rofi -show run"; }
Alt+Space { spawn-sh "pkill -x rofi || rofi -show drun"; }
// Actions
Mod+V { spawn-sh "pkill rofi || cliphist list | rofi -dmenu -config ~/.config/rofi/dmenu.rasi -display-columns 2 -i | cliphist decode | wl-copy"; }
Mod+Period { spawn-sh "pkill rofi || rofi-emoji"; }
Ctrl+Alt+Delete { spawn-sh "pkill wlogout || wlogout -p layer-shell"; }
Mod+V { spawn-sh "pkill -x rofi || rofi-cliphist"; }
Mod+Period { spawn-sh "pkill -x rofi || rofi-emoji"; }
Ctrl+Alt+Delete { spawn-sh "pkill -x wlogout || wlogout -p layer-shell"; }
Print { spawn-sh "screenshot full"; }
Mod+Shift+S { spawn-sh "screenshot area"; }
Mod+Ctrl+Shift+S { spawn-sh "screenshot window"; }

View File

@@ -273,7 +273,7 @@ binds {
Mod+E { spawn "dolphin"; }
Mod+W { spawn "zen"; }
Mod+X { spawn "gnome-text-editor" "--new-window"; }
Mod+B { spawn-sh "killall btop || ghostty -e btop"; }
Mod+B { spawn-sh "pkill -x -n btop || ghostty -e btop"; }
Mod+T { spawn "kitty"; }
Mod+Return { spawn "kitty"; }
Mod+Shift+T { spawn "ghostty"; }
@@ -285,17 +285,17 @@ binds {
Mod+Shift+L { spawn-sh "qs ipc call lyrics toggleBarLyrics"; }
// Quickshell
Mod+Shift+K { spawn-sh "pkill quickshell || quickshell"; }
Mod+Shift+K { spawn-sh "pkill -x quickshell || quickshell"; }
Mod+I { spawn-sh "qs ipc call idleInhibitor toggleInhibitor"; }
// Rofi
Mod+D { spawn-sh "pkill rofi || rofi -show run"; }
Alt+Space { spawn-sh "pkill rofi || rofi -show drun"; }
Mod+D { spawn-sh "pkill -x rofi || rofi -show run"; }
Alt+Space { spawn-sh "pkill -x rofi || rofi -show drun"; }
// Actions
Mod+V { spawn-sh "pkill rofi || cliphist list | rofi -dmenu -config ~/.config/rofi/dmenu.rasi -display-columns 2 -i | cliphist decode | wl-copy"; }
Mod+Period { spawn-sh "pkill rofi || rofi-emoji"; }
Ctrl+Alt+Delete { spawn-sh "pkill wlogout || wlogout -p layer-shell"; }
Mod+V { spawn-sh "pkill -x rofi || rofi-cliphist"; }
Mod+Period { spawn-sh "pkill -x rofi || rofi-emoji"; }
Ctrl+Alt+Delete { spawn-sh "pkill -x wlogout || wlogout -p layer-shell"; }
Print { spawn-sh "screenshot full"; }
Mod+Shift+S { spawn-sh "screenshot area"; }
Mod+Ctrl+Shift+S { spawn-sh "screenshot window"; }