aboutsummaryrefslogtreecommitdiff
path: root/.config/i3/autostart
blob: b1c3a9a3503c4fadd506bd383565e9f49ca991ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
cat ~/.config/X11/base ~/.config/X11/dark | xrdb &
polybar main -c ~/.config/polybar/config &
zsh -c "rwall" &
picom -b
xbanish &
redshift &
dunst &
flashfocus &
xset r rate 250 40
autocutsel &

# bw unlock <password> --raw | keyctl padd user bw_session @u
sh ~/.config/i3/unlock_bitwarden &

zsh -c "xbindkeys -f ~/.config/xbindkeys/main"