Remove terminal and menu keybindings from swhkd
- Add spaces between definitions
This commit is contained in:
parent
b547bda6c8
commit
271d5b81b6
19
README.org
19
README.org
@ -8218,41 +8218,45 @@ WantedBy=default.target
|
|||||||
** swhkd
|
** swhkd
|
||||||
|
|
||||||
#+BEGIN_SRC sxhkd :tangle swhkd/.config/swhkd/swhkdrc
|
#+BEGIN_SRC sxhkd :tangle swhkd/.config/swhkd/swhkdrc
|
||||||
# Terminal
|
# Rofi Menus
|
||||||
super + shift + return
|
|
||||||
kitty
|
|
||||||
|
|
||||||
# Menu
|
|
||||||
super + p
|
|
||||||
rofi -show combi
|
|
||||||
super + ctrl + p
|
super + ctrl + p
|
||||||
~/.scripts/control-center.sh --rofi
|
~/.scripts/control-center.sh --rofi
|
||||||
|
|
||||||
super + ctrl + c
|
super + ctrl + c
|
||||||
cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||||
|
|
||||||
super + ctrl + d
|
super + ctrl + d
|
||||||
~/.scripts/brightness.sh --rofi
|
~/.scripts/brightness.sh --rofi
|
||||||
|
|
||||||
super + ctrl + v
|
super + ctrl + v
|
||||||
~/.scripts/pactl.sh --rofi
|
~/.scripts/pactl.sh --rofi
|
||||||
|
|
||||||
super + ctrl + m
|
super + ctrl + m
|
||||||
~/.scripts/playerctl.sh --rofi
|
~/.scripts/playerctl.sh --rofi
|
||||||
|
|
||||||
super + ctrl + n
|
super + ctrl + n
|
||||||
~/.scripts/dunst.sh --rofi
|
~/.scripts/dunst.sh --rofi
|
||||||
|
|
||||||
super + ctrl + q
|
super + ctrl + q
|
||||||
~/.scripts/session.sh --rofi
|
~/.scripts/session.sh --rofi
|
||||||
|
|
||||||
# Volume Controls
|
# Volume Controls
|
||||||
xf86audioraisevolume
|
xf86audioraisevolume
|
||||||
~/.scripts/pactl.sh --raise
|
~/.scripts/pactl.sh --raise
|
||||||
|
|
||||||
xf86audiolowervolume
|
xf86audiolowervolume
|
||||||
~/.scripts/pactl.sh --lower
|
~/.scripts/pactl.sh --lower
|
||||||
|
|
||||||
xf86audiomute
|
xf86audiomute
|
||||||
~/.scripts/pactl.sh --mute
|
~/.scripts/pactl.sh --mute
|
||||||
|
|
||||||
# Media Controls
|
# Media Controls
|
||||||
xf86audioplay
|
xf86audioplay
|
||||||
~/.scripts/playerctl.sh --play-pause
|
~/.scripts/playerctl.sh --play-pause
|
||||||
|
|
||||||
xf86audioprev
|
xf86audioprev
|
||||||
~/.scripts/playerctl.sh --prev
|
~/.scripts/playerctl.sh --prev
|
||||||
|
|
||||||
xf86audionext
|
xf86audionext
|
||||||
~/.scripts/playerctl.sh --next
|
~/.scripts/playerctl.sh --next
|
||||||
|
|
||||||
@ -8263,6 +8267,7 @@ print
|
|||||||
# Brightness Controls
|
# Brightness Controls
|
||||||
xf86monbrightnessup
|
xf86monbrightnessup
|
||||||
~/.scripts/brightness.sh --raise
|
~/.scripts/brightness.sh --raise
|
||||||
|
|
||||||
xf86monbrightnessdown
|
xf86monbrightnessdown
|
||||||
~/.scripts/brightness.sh --lower
|
~/.scripts/brightness.sh --lower
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 360906117879019e8edfedfc9f88b1e19fe6ede5
|
Subproject commit fb69bfbff2286218424803f35c892f4058fa07e0
|
@ -1,38 +1,42 @@
|
|||||||
# Terminal
|
# Rofi Menus
|
||||||
super + shift + return
|
|
||||||
kitty
|
|
||||||
|
|
||||||
# Menu
|
|
||||||
super + p
|
|
||||||
rofi -show combi
|
|
||||||
super + ctrl + p
|
super + ctrl + p
|
||||||
~/.scripts/control-center.sh --rofi
|
~/.scripts/control-center.sh --rofi
|
||||||
|
|
||||||
super + ctrl + c
|
super + ctrl + c
|
||||||
cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||||
|
|
||||||
super + ctrl + d
|
super + ctrl + d
|
||||||
~/.scripts/brightness.sh --rofi
|
~/.scripts/brightness.sh --rofi
|
||||||
|
|
||||||
super + ctrl + v
|
super + ctrl + v
|
||||||
~/.scripts/pactl.sh --rofi
|
~/.scripts/pactl.sh --rofi
|
||||||
|
|
||||||
super + ctrl + m
|
super + ctrl + m
|
||||||
~/.scripts/playerctl.sh --rofi
|
~/.scripts/playerctl.sh --rofi
|
||||||
|
|
||||||
super + ctrl + n
|
super + ctrl + n
|
||||||
~/.scripts/dunst.sh --rofi
|
~/.scripts/dunst.sh --rofi
|
||||||
|
|
||||||
super + ctrl + q
|
super + ctrl + q
|
||||||
~/.scripts/session.sh --rofi
|
~/.scripts/session.sh --rofi
|
||||||
|
|
||||||
# Volume Controls
|
# Volume Controls
|
||||||
xf86audioraisevolume
|
xf86audioraisevolume
|
||||||
~/.scripts/pactl.sh --raise
|
~/.scripts/pactl.sh --raise
|
||||||
|
|
||||||
xf86audiolowervolume
|
xf86audiolowervolume
|
||||||
~/.scripts/pactl.sh --lower
|
~/.scripts/pactl.sh --lower
|
||||||
|
|
||||||
xf86audiomute
|
xf86audiomute
|
||||||
~/.scripts/pactl.sh --mute
|
~/.scripts/pactl.sh --mute
|
||||||
|
|
||||||
# Media Controls
|
# Media Controls
|
||||||
xf86audioplay
|
xf86audioplay
|
||||||
~/.scripts/playerctl.sh --play-pause
|
~/.scripts/playerctl.sh --play-pause
|
||||||
|
|
||||||
xf86audioprev
|
xf86audioprev
|
||||||
~/.scripts/playerctl.sh --prev
|
~/.scripts/playerctl.sh --prev
|
||||||
|
|
||||||
xf86audionext
|
xf86audionext
|
||||||
~/.scripts/playerctl.sh --next
|
~/.scripts/playerctl.sh --next
|
||||||
|
|
||||||
@ -43,5 +47,6 @@ print
|
|||||||
# Brightness Controls
|
# Brightness Controls
|
||||||
xf86monbrightnessup
|
xf86monbrightnessup
|
||||||
~/.scripts/brightness.sh --raise
|
~/.scripts/brightness.sh --raise
|
||||||
|
|
||||||
xf86monbrightnessdown
|
xf86monbrightnessdown
|
||||||
~/.scripts/brightness.sh --lower
|
~/.scripts/brightness.sh --lower
|
||||||
|
Loading…
x
Reference in New Issue
Block a user