fix sway
This commit is contained in:
parent
d063d2b447
commit
51f5010dc9
@ -7,6 +7,10 @@ exec swayidle -w \
|
|||||||
resume 'swaymsg "output * power on"' \
|
resume 'swaymsg "output * power on"' \
|
||||||
before-sleep 'swaylock -f'
|
before-sleep 'swaylock -f'
|
||||||
|
|
||||||
|
# Screen layout
|
||||||
|
exec_always ~/.screenlayout/default
|
||||||
|
|
||||||
|
output * bg "$(find ~/.wallpaper -type f | shuf -n 1)" fill
|
||||||
|
|
||||||
# Notifications
|
# Notifications
|
||||||
#systemctl --user enable --now dbus.service
|
#systemctl --user enable --now dbus.service
|
||||||
|
|||||||
@ -43,9 +43,5 @@ workspace $ws10 output $secondary
|
|||||||
workspace hide1 output $primary
|
workspace hide1 output $primary
|
||||||
workspace hide2 output $secondary
|
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
|
exec_always test -f ~/.Xresources && xrdb -merge ~/.Xresources
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user