mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-25 12:30:24 +10:00
It's time to move to Qtile on WAYLAND!
This commit is contained in:
14
.config/qtile/autostart-wayland
Executable file
14
.config/qtile/autostart-wayland
Executable 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 &
|
||||
Reference in New Issue
Block a user