From 271d5b81b67e8891737d8979427d955135df43a4 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 28 Sep 2024 19:16:41 -0400 Subject: [PATCH] Remove terminal and menu keybindings from swhkd - Add spaces between definitions --- README.org | 19 ++++++++++++------- dwl/.config/dwl | 2 +- swhkd/.config/swhkd/swhkdrc | 19 ++++++++++++------- 3 files changed, 25 insertions(+), 15 deletions(-) diff --git a/README.org b/README.org index 1a11d87..65864d9 100644 --- a/README.org +++ b/README.org @@ -8218,41 +8218,45 @@ WantedBy=default.target ** swhkd #+BEGIN_SRC sxhkd :tangle swhkd/.config/swhkd/swhkdrc -# Terminal -super + shift + return - kitty - -# Menu -super + p - rofi -show combi +# Rofi Menus super + ctrl + p ~/.scripts/control-center.sh --rofi + super + ctrl + c cliphist list | rofi -dmenu | cliphist decode | wl-copy + super + ctrl + d ~/.scripts/brightness.sh --rofi + super + ctrl + v ~/.scripts/pactl.sh --rofi + super + ctrl + m ~/.scripts/playerctl.sh --rofi + super + ctrl + n ~/.scripts/dunst.sh --rofi + super + ctrl + q ~/.scripts/session.sh --rofi # Volume Controls xf86audioraisevolume ~/.scripts/pactl.sh --raise + xf86audiolowervolume ~/.scripts/pactl.sh --lower + xf86audiomute ~/.scripts/pactl.sh --mute # Media Controls xf86audioplay ~/.scripts/playerctl.sh --play-pause + xf86audioprev ~/.scripts/playerctl.sh --prev + xf86audionext ~/.scripts/playerctl.sh --next @@ -8263,6 +8267,7 @@ print # Brightness Controls xf86monbrightnessup ~/.scripts/brightness.sh --raise + xf86monbrightnessdown ~/.scripts/brightness.sh --lower #+END_SRC diff --git a/dwl/.config/dwl b/dwl/.config/dwl index 3609061..fb69bfb 160000 --- a/dwl/.config/dwl +++ b/dwl/.config/dwl @@ -1 +1 @@ -Subproject commit 360906117879019e8edfedfc9f88b1e19fe6ede5 +Subproject commit fb69bfbff2286218424803f35c892f4058fa07e0 diff --git a/swhkd/.config/swhkd/swhkdrc b/swhkd/.config/swhkd/swhkdrc index 6880ef7..bad82a7 100644 --- a/swhkd/.config/swhkd/swhkdrc +++ b/swhkd/.config/swhkd/swhkdrc @@ -1,38 +1,42 @@ -# Terminal -super + shift + return - kitty - -# Menu -super + p - rofi -show combi +# Rofi Menus super + ctrl + p ~/.scripts/control-center.sh --rofi + super + ctrl + c cliphist list | rofi -dmenu | cliphist decode | wl-copy + super + ctrl + d ~/.scripts/brightness.sh --rofi + super + ctrl + v ~/.scripts/pactl.sh --rofi + super + ctrl + m ~/.scripts/playerctl.sh --rofi + super + ctrl + n ~/.scripts/dunst.sh --rofi + super + ctrl + q ~/.scripts/session.sh --rofi # Volume Controls xf86audioraisevolume ~/.scripts/pactl.sh --raise + xf86audiolowervolume ~/.scripts/pactl.sh --lower + xf86audiomute ~/.scripts/pactl.sh --mute # Media Controls xf86audioplay ~/.scripts/playerctl.sh --play-pause + xf86audioprev ~/.scripts/playerctl.sh --prev + xf86audionext ~/.scripts/playerctl.sh --next @@ -43,5 +47,6 @@ print # Brightness Controls xf86monbrightnessup ~/.scripts/brightness.sh --raise + xf86monbrightnessdown ~/.scripts/brightness.sh --lower