aboutsummaryrefslogtreecommitdiff
path: root/.config/i3/autostart
blob: 8abfb4cc0deb392047ebb6f5550d50a555d7acf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"