nix/scripts/autostart
2023-04-14 16:36:53 +01:00

14 lines
301 B
Bash
Executable file

#!/bin/sh
nextcloud &
waybar &
swaybg \
-o DP-1 -i ~/Pictures/backgrounds/demonslayer.jpg \
-o HDMI-A-1 -i ~/Pictures/backgrounds/nier.jpg &
swayidle -w \
timeout 600 'swaylock &' & # swaymsg dunt work \
# timeout 400 'swaymsg "output * dpms off"' \
# resume 'swaymsg "output * dpms on"' &