From a1f9677d0e1a8a7a130fd2ac1d6a2ec86a44bdaa Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Fri, 9 Jan 2026 15:56:26 -0600 Subject: [PATCH] Modifying qtile config to work on either X11 or wayland. --- .config/qtile/autostart-wayland | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qtile/autostart-wayland b/.config/qtile/autostart-wayland index 12ecde2..aff3c40 100755 --- a/.config/qtile/autostart-wayland +++ b/.config/qtile/autostart-wayland @@ -11,4 +11,4 @@ flameshot & # systemctl --user start mpd & /usr/bin/emacs --daemon & waypaper --backend swaybg --restore & -conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conf & +# conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conf &