diff options
Diffstat (limited to '.config/i3/autostart')
-rw-r--r-- | .config/i3/autostart | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/i3/autostart b/.config/i3/autostart new file mode 100644 index 0000000..8abfb4c --- /dev/null +++ b/.config/i3/autostart @@ -0,0 +1,12 @@ +#!/bin/sh +polybar main -c ~/.config/polybar/config & +node ~/.local/share/bin/pywal/wall.js & +picom -b +xbanish & +redshift & +dunst & +flashfocus & +xset r rate 250 40 +autocutsel & +zsh -c "source ~/.zshrc && xbindkeys -f ~/.config/xbindkeys/main" + |