mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-25 04:20:24 +10:00
It's time to move to Qtile on WAYLAND!
This commit is contained in:
22
.config/qtile/autostart-x11
Executable file
22
.config/qtile/autostart-x11
Executable file
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
COLORSCHEME=doom-one
|
||||
|
||||
### AUTOSTART PROGRAMS ###
|
||||
dunst -conf "$HOME"/.config/dunst/"$COLORSCHEME" &
|
||||
nm-applet &
|
||||
nextcloud --background &
|
||||
flameshot &
|
||||
systemctl --user start mpd &
|
||||
"$HOME"/.screenlayout/layout.sh &
|
||||
picom --daemon &
|
||||
sleep 1
|
||||
conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conf || echo "Couldn't start conky."
|
||||
sleep 1
|
||||
yes | /usr/bin/emacs --daemon &
|
||||
waypaper --restore &
|
||||
|
||||
### FORCE LOCK SCREEN TO USE MY CURRENT WALLPAPER ###
|
||||
if [ ! -d "$HOME"/.cache/betterlockscreen/ ]; then
|
||||
betterlockscreen -u /usr/share/backgrounds/dtos-backgrounds/0277.jpg &
|
||||
fi
|
||||
Reference in New Issue
Block a user