#workspace 1 output DP-1 #workspace 2 output DVI-I-1 #output DP-1 pos 0,0 #output DVI-I-1 pos 1920,0 input * { xkb_options caps:escape } output * bg ~/pictures/wallpaper.png fill exec swayidle -w \ timeout 300 'swaylock -i /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png --scaling fill' \ timeout 600 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' # Lock bindsym $mod+XF86Sleep exec swaylock -c 00000000 bindsym $mod+Pause exec swaylock -i /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png --scaling fill # Volume bindsym --locked XF86AudioRaiseVolume exec amixer set Master 2%+ bindsym --locked XF86AudioLowerVolume exec amixer set Master 2%- bindsym --locked XF86AudioMute exec amixer set Master toggle include ~/.config/sway/bar