#!/bin/sh /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & {% if yadm.hostname == "thoncc" %} cat ~/.config/X11/base ~/.config/X11/light | xrdb & {% else %} cat ~/.config/X11/base ~/.config/X11/dark | xrdb & {% endif %} polybar & zsh -c "rwall" & picom -b xbanish & dunst & flashfocus & autocutsel & fcitx5 -d zsh -c "xbindkeys -f ~/.config/xbindkeys/main" {% if yadm.hostname == "thoncc" %} xdimmer -t 45 -p 3 & light-locker --no-late-locking & {% else %} redshift -l 52:6 & nicotine & {% endif %} # bw unlock --raw | keyctl padd user bw_session @u sh ~/.config/i3/unlock_bitwarden & # auto start lazy script sleep 2 [[ -f ~/do.sh ]] && source ~/do.sh