|
|
|
@ -16,8 +16,9 @@ set $right l
|
|
|
|
|
# Your preferred terminal emulator
|
|
|
|
|
set $term foot
|
|
|
|
|
|
|
|
|
|
# Lokkscreen
|
|
|
|
|
set $lock swaylock -c 550000
|
|
|
|
|
# Lockscreen
|
|
|
|
|
#set $lock swaylock -c 550000
|
|
|
|
|
set $lock swaylock --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color bb00cc --key-hl-color 880033 --line-color 00000000 --inside-color 00000088 --separator-color 00000000 --grace 2 --fade-in 0.2
|
|
|
|
|
exec swayidle -w \
|
|
|
|
|
timeout 600 $lock \
|
|
|
|
|
timeout 570 'swaymsg "output * dpms off"' \
|
|
|
|
@ -41,7 +42,8 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
|
|
|
|
#
|
|
|
|
|
# Example configuration:
|
|
|
|
|
#
|
|
|
|
|
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
|
|
|
|
output eDP-1 resolution 1920x1080 position 0,0
|
|
|
|
|
output HDMI-A-1 resolution 2048x1080 position 1920,0
|
|
|
|
|
#
|
|
|
|
|
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
|
|
|
|
|
|
|
|
@ -126,6 +128,8 @@ input * xkb_layout "se"
|
|
|
|
|
#
|
|
|
|
|
# Workspaces:
|
|
|
|
|
#
|
|
|
|
|
bindsym $mod+Control+Right move workspace to output HDMI-A-1
|
|
|
|
|
bindsym $mod+Control+Left move workspace to output eDP-1
|
|
|
|
|
# Switch to workspace
|
|
|
|
|
bindsym $mod+1 workspace number 1:
|
|
|
|
|
bindsym $mod+2 workspace number 2:
|
|
|
|
|