summaryrefslogtreecommitdiff
path: root/skel/.config
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-09-26 23:31:43 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-09-26 23:31:43 +0100
commitc420b2ae8bca775f51f6db195c1e3720db1d5666 (patch)
tree89492661a3b8df2f5c41c9e850dc6fb48c39da2f /skel/.config
parentc60488a70caca3df618c1001f60fb863fd1c512c (diff)
fix qtile hang
Diffstat (limited to 'skel/.config')
-rw-r--r--skel/.config/qtile/config.py4
-rwxr-xr-xskel/.config/qtile/scripts/autostart.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/skel/.config/qtile/config.py b/skel/.config/qtile/config.py
index dad3e4d..f1d1166 100644
--- a/skel/.config/qtile/config.py
+++ b/skel/.config/qtile/config.py
@@ -119,8 +119,8 @@ groups = []
group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "minus", "equal"]
# Change out these two lines to change between icons and numbers in the workspace section of the bar.
-group_labels = ["", "", "", "", "", "", "", "", "ﭮ", "", "", "﨣"]
-#group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]
+#group_labels = ["", "", "", "", "", "", "", "", "ﭮ", "", "", "﨣"]
+group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]
# Change these to change the default layout per workspace. Do not delete.
group_layouts = ["monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall"]
diff --git a/skel/.config/qtile/scripts/autostart.sh b/skel/.config/qtile/scripts/autostart.sh
index d522008..ba86ecd 100755
--- a/skel/.config/qtile/scripts/autostart.sh
+++ b/skel/.config/qtile/scripts/autostart.sh
@@ -47,7 +47,7 @@ start_nm-applet() {
start_pipewire() {
if [[ -x /usr/bin/gentoo-pipewire-launcher ]] ; then
- /usr/bin/gentoo-pipewire-launcher restart
+ /usr/bin/gentoo-pipewire-launcher restart & disown
fi
}