aboutsummaryrefslogtreecommitdiff
path: root/.config/i3/autostart##hostname.thoncc
blob: c6daa435a4a566f28279b2f6cb3afbebb37594ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
cat ~/.config/X11/base ~/.config/X11/light | xrdb &
polybar main -c ~/.config/polybar/config &
zsh -c "rwall" &
picom -b
xbanish &
dunst &
flashfocus &
xset r rate 250 40
autocutsel &
fcitx5 -d
zsh -c "xbindkeys -f ~/.config/xbindkeys/main"
xdimmer -t 45 -p 3 &
light-locker --no-late-locking &

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

# auto start lazy script
sleep 2
[[ -f ~/do.sh ]] && source ~/do.sh