From c420b2ae8bca775f51f6db195c1e3720db1d5666 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Sep 2024 23:31:43 +0100 Subject: fix qtile hang --- skel/.config/qtile/config.py | 4 ++-- skel/.config/qtile/scripts/autostart.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'skel/.config') 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 } -- cgit v1.2.3