enable ignore-empty-password for swaylock
This commit is contained in:
parent
0cbc8bb136
commit
45a48d1561
|
@ -74,7 +74,7 @@ for_window [title="^Steam Keyboard$"] floating enable
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
output "*" {
|
output "*" {
|
||||||
background ~/.local/share/wallpaper.jpg fill
|
background ~/.local/share/wallpaper fill
|
||||||
}
|
}
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
|
|
|
@ -2,6 +2,7 @@ image=~/.local/share/wallpaper
|
||||||
scaling=fill
|
scaling=fill
|
||||||
color=111111
|
color=111111
|
||||||
|
|
||||||
|
ignore-empty-password
|
||||||
disable-caps-lock-text
|
disable-caps-lock-text
|
||||||
line-uses-ring
|
line-uses-ring
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue