This commit is contained in:
thek4n 2025-11-14 15:47:00 +03:00
parent d063d2b447
commit 51f5010dc9
3 changed files with 5 additions and 5 deletions

View File

@ -7,6 +7,10 @@ exec swayidle -w \
resume 'swaymsg "output * power on"' \
before-sleep 'swaylock -f'
# Screen layout
exec_always ~/.screenlayout/default
output * bg "$(find ~/.wallpaper -type f | shuf -n 1)" fill
# Notifications
#systemctl --user enable --now dbus.service

View File

@ -43,9 +43,5 @@ workspace $ws10 output $secondary
workspace hide1 output $primary
workspace hide2 output $secondary
# Screen layout
exec_always ~/.screenlayout/default
output * bg "$(find ~/.wallpaper -type f | shuf -n 1)" fill
exec_always test -f ~/.Xresources && xrdb -merge ~/.Xresources

View File

@ -1,3 +1,3 @@
#!/bin/sh
echo "pacman -S sway waybar swaylock swayidle wl-clipboard ydotool grim slurp mako wlr-randr"
echo "pacman -S sway swaybg waybar swaylock swayidle wl-clipboard ydotool grim slurp mako wlr-randr"