diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-22 13:21:14 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-22 13:21:14 +0200 |
commit | b54786c4cb50b43360367e1b061bcb763a30b6f6 (patch) | |
tree | 5183b356e305d6eb4db2d73a78632ab88fbc7826 /.config/i3/autostart | |
parent | 3a9326d49c339647bc2d243ce722d4aab9fb8603 (diff) |
fix more templates
Diffstat (limited to '.config/i3/autostart')
-rw-r--r--[l---------] | .config/i3/autostart | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/.config/i3/autostart b/.config/i3/autostart index 9a8ccbb..c6daa43 120000..100644 --- a/.config/i3/autostart +++ b/.config/i3/autostart @@ -1 +1,23 @@ -autostart##hostname.thoncc
\ No newline at end of file +#!/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 + |