dotfiles/labwc/autostart

28 lines
1.0 KiB
Plaintext

# Example autostart file
# autostart services
systemctl --user start labwc-session.target
#blueman-applet &
#QT_QPA_PLATFORM=xcb megasync &
#protonmail-bridge &
#protonvpn-app &
# Enable notifications. Typically GNOME/KDE application notifications go
# through the org.freedesktop.Notifications D-Bus API and require a client such
# as mako to function correctly. Thunderbird is an example of this.
#mako >/dev/null 2>&1 &
# Lock screen after 5 minutes; turn off display after another 5 minutes.
#
# Note that in the context of idle system power management, it is *NOT* a good
# idea to turn off displays by 'disabling outputs' for example by
# `wlr-randr --output <whatever> --off` because this re-arranges views
# (since a837fef). Instead use a wlr-output-power-management client such as
# https://git.sr.ht/~leon_plickat/wlopm
#swayidle -w \
# timeout 840 'swaylock -f -i ~/Pictures/commissions/361.png' \
# timeout 900 'wlopm --off \*' \
# resume 'wlopm --on \*' \
# before-sleep 'swaylock -f -i ~/Pictures/commissions/361.png' >/dev/null 2>&1 &