diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-09-26 23:31:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-09-26 23:31:43 +0100 |
commit | c420b2ae8bca775f51f6db195c1e3720db1d5666 (patch) | |
tree | 89492661a3b8df2f5c41c9e850dc6fb48c39da2f /skel/.config/qtile | |
parent | c60488a70caca3df618c1001f60fb863fd1c512c (diff) |
fix qtile hang
Diffstat (limited to 'skel/.config/qtile')
-rw-r--r-- | skel/.config/qtile/config.py | 4 | ||||
-rwxr-xr-x | skel/.config/qtile/scripts/autostart.sh | 2 |
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 } |