20 lines
462 B
Bash
20 lines
462 B
Bash
#!/bin/sh
|
|
|
|
dbus-update-activation-environment --systemd DISPLAY XAUTHORITY
|
|
|
|
# startup
|
|
xss-lock -n "feh --fullscreen '$XDG_CONFIG_HOME/wallpapers/lock.png'" -- lock &
|
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 || # arch
|
|
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 || # debian
|
|
/usr/libexec/polkit-gnome-authentication-agent-1 & # fedora
|
|
picom &
|
|
gammastep &
|
|
sbar &
|
|
|
|
xset s 600 15
|
|
xset dpms 616 616 616
|
|
|
|
wallpaper
|
|
|
|
exec dwm
|