diff options
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 42ceac9..42123b2 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -140,7 +140,7 @@ super + n #-# Floating Apps/Utilities #-# ## Network Manager -super + shift + n +XF86WLAN killall nmtui || dropdowntoggle network nmtui ## TUI Audio Mixer (alsamixer) super + p @@ -258,3 +258,6 @@ super + shift + {bracketright, bracketleft} ## Toggle music playback super + backslash playerctl play-pause +# ## Network Manager +# super + shift + n +# killall nmtui || dropdowntoggle network nmtui |