Rewriting Qtile config to correct some bugs.

This commit is contained in:
Derek Taylor
2023-08-07 12:51:27 -05:00
parent 4293fae984
commit 61ca5f575a
2 changed files with 4 additions and 6 deletions

View File

@@ -9,8 +9,8 @@ picom &
killall conky & killall conky &
sleep 3 && conky -c "$HOME"/.config/conky/qtile/"$COLORSCHEME"-01.conkyrc & sleep 3 && conky -c "$HOME"/.config/conky/qtile/"$COLORSCHEME"-01.conkyrc &
killall volumeicon & killall volumeicon &
volumeicon & # volumeicon &
nm-applet & # nm-applet &
"$HOME"/.screenlayout/layout.sh & "$HOME"/.screenlayout/layout.sh &
### UNCOMMENT ONLY ONE OF THE FOLLOWING THREE OPTIONS! ### ### UNCOMMENT ONLY ONE OF THE FOLLOWING THREE OPTIONS! ###

View File

@@ -145,7 +145,7 @@ keys = [
groups = [] groups = []
group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9",] group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9",]
#group_labels = ["DEV", "WWW", "SYS", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX",] #group_labels = ["DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX",]
group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9",] group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9",]
#group_labels = ["", "", "", "", "", "", "", "", "",] #group_labels = ["", "", "", "", "", "", "", "", "",]
@@ -162,8 +162,6 @@ for i in range(len(group_names)):
label=group_labels[i], label=group_labels[i],
)) ))
# groups = [Group(i) for i in "123456789"]
for i in groups: for i in groups:
keys.extend( keys.extend(
[ [