blob: 2a9c80d82d401181b9627523c71dd9de290f9e6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/sh
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
xrdb /home/loek/.config/X11/Xresources &
polybar main -c ~/.config/polybar/config &
feh --bg-fill -z ~/.local/walls &
picom -b
xbanish &
redshift &
dunst &
flashfocus &
xset r rate 250 40
autocutsel &
zsh -c "source ~/.zshrc && xbindkeys -f ~/.config/xbindkeys/main"
|