From 6698e92f6d7574a31a6d0e17acf63edf9f689102 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Sun, 11 May 2025 18:17:27 +1200 Subject: feat: A few minor bug fixes Fixed keybinding errors Hopefully fixed multiple monitor status bar workspaces Refactored EWMH module --- config | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config b/config index 5771451..21074d2 100644 --- a/config +++ b/config @@ -2,8 +2,14 @@ # Keybinds: bindmode emacs -quitkey s-g +quitkey C-s-g swapmods + + +bind "s-[" spawn playerctl -p firefox play-pause +bind "s-]" spawn playerctl -p spotify play-pause +bind "s-S--" bashSpawn emacsclient -c + bind "s-0" changeWS 10 bind "s-1" changeWS 1 bind "s-2" changeWS 2 @@ -16,7 +22,7 @@ bind "s-8" changeWS 8 bind "s-9" changeWS 9 bind "s-E" exit bind "s-R" reload -bind "s-RET" spawn alacritty +bind "s-RET" bashSpawn alacritty bind "s-S-0" wToWS 10 bind "s-S-1" wToWS 1 bind "s-S-2" wToWS 2 -- cgit v1.2.3