Compare commits

..

3 Commits

Author SHA1 Message Date
841328257d sway: resize good 2022-09-16 10:01:23 +02:00
f498559dd7 swaylock: Remove indicator-idle-visible option
It causes flickering
2022-09-09 17:33:47 +02:00
fc12792d10 swaylock: Don't ignore empty password
Useful for triggering fallback to fingerprint reader
2022-09-09 17:31:59 +02:00
2 changed files with 11 additions and 10 deletions

View File

@ -221,16 +221,16 @@ mode "resize" {
# right will grow the containers width # right will grow the containers width
# up will shrink the containers height # up will shrink the containers height
# down will grow the containers height # down will grow the containers height
bindsym $left resize shrink width 10px bindsym $left resize shrink width 50px
bindsym $down resize grow height 10px bindsym $down resize grow height 50px
bindsym $up resize shrink height 10px bindsym $up resize shrink height 50px
bindsym $right resize grow width 10px bindsym $right resize grow width 50px
# Ditto, with arrow keys # Ditto, with arrow keys
bindsym Left resize shrink width 10px bindsym Left resize shrink width 50px
bindsym Down resize grow height 10px bindsym Down resize grow height 50px
bindsym Up resize shrink height 10px bindsym Up resize shrink height 50px
bindsym Right resize grow width 10px bindsym Right resize grow width 50px
# Return to default mode # Return to default mode
bindsym Return mode "default" bindsym Return mode "default"

View File

@ -1,7 +1,8 @@
ignore-empty-password
font=Ubuntu font=Ubuntu
indicator-idle-visible # this option causes flickering
#indicator-idle-visible
indicator-radius=255 indicator-radius=255
indicator-thickness=48 indicator-thickness=48
indicator-caps-lock indicator-caps-lock