mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10:00
Rewriting Qtile config to correct some bugs.
This commit is contained in:
@@ -9,8 +9,8 @@ picom &
|
||||
killall conky &
|
||||
sleep 3 && conky -c "$HOME"/.config/conky/qtile/"$COLORSCHEME"-01.conkyrc &
|
||||
killall volumeicon &
|
||||
volumeicon &
|
||||
nm-applet &
|
||||
# volumeicon &
|
||||
# nm-applet &
|
||||
"$HOME"/.screenlayout/layout.sh &
|
||||
|
||||
### UNCOMMENT ONLY ONE OF THE FOLLOWING THREE OPTIONS! ###
|
||||
|
||||
@@ -145,7 +145,7 @@ keys = [
|
||||
groups = []
|
||||
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 = ["", "", "", "", "", "", "", "", "",]
|
||||
|
||||
@@ -162,8 +162,6 @@ for i in range(len(group_names)):
|
||||
label=group_labels[i],
|
||||
))
|
||||
|
||||
# groups = [Group(i) for i in "123456789"]
|
||||
|
||||
for i in groups:
|
||||
keys.extend(
|
||||
[
|
||||
@@ -494,7 +492,7 @@ def init_widgets_list():
|
||||
|
||||
def init_widgets_screen1():
|
||||
widgets_screen1 = init_widgets_list()
|
||||
# del widgets_screen1[9:10] # Slicing removes unwanted widgets (systray) on Monitors 1,3
|
||||
#del widgets_screen1[9:10] # Slicing removes unwanted widgets (systray) on Monitors 1,3
|
||||
return widgets_screen1
|
||||
|
||||
def init_widgets_screen2():
|
||||
|
||||
Reference in New Issue
Block a user