Update monitor setup and lock screen command.
This commit is contained in:
parent
9c25de3a91
commit
fc6a5832de
@ -137,7 +137,7 @@ exec swayidle -w \
|
||||
bindsym $mod+Control+q exec swaymsg exit
|
||||
|
||||
# Lock Sway
|
||||
bindsym $mod+Escape exec swaylock -f -c 000000
|
||||
bindsym $mod+Escape exec sh -c 'swaylock -f -c 000000; sleep 0.1; pkill -10 swayidle'
|
||||
#
|
||||
# Moving around:
|
||||
#
|
||||
@ -194,7 +194,7 @@ exec swayidle -w \
|
||||
workspace 3:s output $mon1
|
||||
workspace 4:t output $mon1
|
||||
workspace 5:z output $mon2
|
||||
workspace 6:x output $mon1
|
||||
workspace 6:x output $mon3
|
||||
workspace 7:c output $mon1
|
||||
workspace 8:v output $mon1
|
||||
#
|
||||
@ -324,7 +324,7 @@ default_border pixel 3
|
||||
#
|
||||
# Startup programs:
|
||||
#
|
||||
exec wayland-run-on-new-display set-correct-monitor 390+1080
|
||||
exec wayland-run-on-new-display set-correct-monitor 1920+0
|
||||
exec gentoo-pipewire-launcher &> $HOME/.config/pipewire/pipewire.log
|
||||
exec dunst
|
||||
exec wlsunset -l 55.0 -L -1.6
|
||||
|
Loading…
Reference in New Issue
Block a user