diff options
Diffstat (limited to 'autostart.sh_example')
-rw-r--r-- | autostart.sh_example | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/autostart.sh_example b/autostart.sh_example new file mode 100644 index 0000000..b33aa55 --- /dev/null +++ b/autostart.sh_example @@ -0,0 +1,25 @@ +#!/bin/zsh + +mpd + +amixer -q set Capture mute nocap + +xautolock -time 5 -locker 'slock -m "$(cowsay $(fortune))"' & + +picom & + +xclip & + +dunst & + +touch /tmp/crprices.json +$HOME/.config/qtile/cusmodules/cuswidgets/ticker_gecko.py BTC XMR DOGE & + +sleep 1 + +$HOME/git/qtile/.venv/bin/qtile shell -c "reload_config()" & + +if [ "$(date +%m)" -eq 12 ]; then + #xsnow -notrees & + $HOME/Downloads/xsnow-3.7.6/src/xsnow -notrees -nomenu -scale 40 -moon 0 +fi |