diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-08 01:53:07 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-08 01:53:07 -0400 |
commit | e860d9a8f7ca586fa88ba2f0b1325377ebb14615 (patch) | |
tree | 22775fb8343e95ae56b26a8207b6a31c857ee419 /.config/sxhkd | |
parent | c295d8331ff5193cb97b1e3f6b15836654b010cc (diff) |
dwmblocks scripts
Diffstat (limited to '.config/sxhkd')
-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 |