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 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
|
||||
|
|
Loading…
Add table
Reference in a new issue