fixed some problems
This commit is contained in:
parent
c090c18776
commit
fc33866648
1 changed files with 3 additions and 4 deletions
|
@ -6,11 +6,10 @@ gaps inner 3
|
||||||
|
|
||||||
exec parch-welcome
|
exec parch-welcome
|
||||||
exec lxqt-policykit-agent
|
exec lxqt-policykit-agent
|
||||||
exec bash ~/.config/sway/sound.bash
|
|
||||||
exec mako
|
exec mako
|
||||||
exec sleep 0.5 && waybar
|
exec sleep 0.5 && waybar
|
||||||
exec swaykbdd
|
exec swaykbdd
|
||||||
exec swaybg -i $bg
|
exec swaybg -i $bg -m fill
|
||||||
### Variables
|
### Variables
|
||||||
#
|
#
|
||||||
# Logo key. Use Mod1 for Alt.
|
# Logo key. Use Mod1 for Alt.
|
||||||
|
@ -47,9 +46,9 @@ set $mute_mic wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||||
# Example configuration:
|
# Example configuration:
|
||||||
# #
|
# #
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
timeout 300 $lock \
|
timeout 300 '$lock' \
|
||||||
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||||
before-sleep $lock
|
before-sleep '$lock'
|
||||||
#
|
#
|
||||||
# This will lock your screen after 300 seconds of inactivity, then turn off
|
# This will lock your screen after 300 seconds of inactivity, then turn off
|
||||||
# your displays after another 300 seconds, and turn your screens back on when
|
# your displays after another 300 seconds, and turn your screens back on when
|
||||||
|
|
Loading…
Add table
Reference in a new issue