diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-01-21 15:37:18 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-01-21 15:37:18 +0100 |
commit | 819e3ced23853586bfadda0857af4e2c02f7b573 (patch) | |
tree | 241e0026c010c9692e7ad3e1f517c7b249cc0b26 /Common/sway/autostart | |
parent | 9141e86c757b06a3613836d1aa4c377a4989eed2 (diff) | |
download | dotfiles-819e3ced23853586bfadda0857af4e2c02f7b573.tar.gz dotfiles-819e3ced23853586bfadda0857af4e2c02f7b573.zip |
Changes
Diffstat (limited to 'Common/sway/autostart')
-rw-r--r-- | Common/sway/autostart | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Common/sway/autostart b/Common/sway/autostart index faece20..2d5eae7 100644 --- a/Common/sway/autostart +++ b/Common/sway/autostart @@ -1,3 +1,6 @@ +# Fix GTK+ application slow start +exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK + # screen locking exec swayidle timeout 1200 physlock \ timeout 1800 'swaymsg "output * dpms off"' \ |