From 61ca5f575a88e5c233bea85ad942d668d0a42466 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Mon, 7 Aug 2023 12:51:27 -0500 Subject: [PATCH] Rewriting Qtile config to correct some bugs. --- .config/qtile/autostart.sh | 4 ++-- .config/qtile/config.py | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index e842b26..5fb8ff1 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -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! ### diff --git a/.config/qtile/config.py b/.config/qtile/config.py index fc93364..b18af2c 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -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():