It's time to move to Qtile on WAYLAND!

This commit is contained in:
Derek Taylor
2026-01-06 14:11:42 -06:00
parent 7a01c29aeb
commit 5389b8e976
4 changed files with 33 additions and 17 deletions

14
.config/qtile/autostart-wayland Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
COLORSCHEME=doom-one
### AUTOSTART PROGRAMS ###
kanshi &
# dunst -conf "$HOME"/.config/dunst/"$COLORSCHEME" &
# nm-applet &
# nextcloud --background &
# flameshot &
# systemctl --user start mpd &
/usr/bin/emacs --daemon &
waypaper --restore &
conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conf &