fixed some problems

This commit is contained in:
Sohrab Behdani 2023-10-20 11:20:20 +03:30
parent c090c18776
commit fc33866648

View file

@ -6,11 +6,10 @@ gaps inner 3
exec parch-welcome
exec lxqt-policykit-agent
exec bash ~/.config/sway/sound.bash
exec mako
exec sleep 0.5 && waybar
exec swaykbdd
exec swaybg -i $bg
exec swaybg -i $bg -m fill
### Variables
#
# Logo key. Use Mod1 for Alt.
@ -47,9 +46,9 @@ set $mute_mic wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
# Example configuration:
# #
exec swayidle -w \
timeout 300 $lock \
timeout 300 '$lock' \
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
# your displays after another 300 seconds, and turn your screens back on when