Modifying qtile config to work on either X11 or wayland.

This commit is contained in:
Derek Taylor
2026-01-09 15:56:01 -06:00
parent 9ed8d90508
commit 4f6ac88aec
4 changed files with 70 additions and 24 deletions

View File

@@ -4,10 +4,10 @@ COLORSCHEME=doom-one
### AUTOSTART PROGRAMS ###
kanshi &
# dunst -conf "$HOME"/.config/dunst/"$COLORSCHEME" &
# nm-applet &
# nextcloud --background &
# flameshot &
dunst -conf "$HOME"/.config/dunst/"$COLORSCHEME" &
nm-applet &
nextcloud --background &
flameshot &
# systemctl --user start mpd &
/usr/bin/emacs --daemon &
waypaper --backend swaybg --restore &