diff options
Diffstat (limited to 'dist/autostart.sh')
| -rwxr-xr-x | dist/autostart.sh | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/dist/autostart.sh b/dist/autostart.sh index c673bd1..35c9c26 100755 --- a/dist/autostart.sh +++ b/dist/autostart.sh @@ -1,6 +1,7 @@  #!/usr/bin/env bash +systemctl --user import-environment DISPLAY WAYLAND_DISPLAY &  way-displays &  dunst &  blueman-applet & -systemctl --user import-environment DISPLAY WAYLAND_DISPLAY & +swayidle before-sleep swaylock lock swaylock & | 
