Adding desc to qtile keybinds; Editing spectrwm bar.

This commit is contained in:
Derek Taylor
2020-04-15 22:55:51 -05:00
parent 6dcbb99515
commit 7ceea46a41
4 changed files with 106 additions and 56 deletions

View File

@@ -24,6 +24,7 @@ i3
neovim
polybar
qtile
spectrwm
st
stumpwm
surf
@@ -93,6 +94,9 @@ case "$choice" in
qtile)
choice="$HOME/.config/qtile/config.py"
;;
spectrwm)
choice="$HOME/.spectrwm.conf"
;;
st)
choice="$HOME/st-distrotube/config.h"
;;