13 lines
653 B
Plaintext
13 lines
653 B
Plaintext
# i3 autorun
|
|
exec --no-startup-id dex --autostart --environment i3
|
|
exec --no-startup-id xss-lock --transfer-sleep-lock -- betterlockscreen -l dimblur
|
|
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
exec --no-startup-id dunst
|
|
exec --no-startup-id nm-applet
|
|
exec_always --no-startup-id blueman-applet
|
|
exec_always --no-startup-id feh -z --bg-scale $HOME/Pictures/wallpaper
|
|
exec_always --no-startup-id picom --config ~/.config/picom/picom.conf
|
|
# finally somewhat matching my MacBook Pros
|
|
exec_always --no-startup-id setxkbmap -option caps:super
|
|
exec_always --no-startup-id killall xcape 2>/dev/null; xcape -e 'Super_L=Escape'
|