fix keepass window rules
This commit is contained in:
1 parent
143bfeb78c
commit
efeea9bcb1
1 file changed
+3
-3
+3
-3
@@ -6,7 +6,7 @@ $mod = SUPER
|
|||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
kb_variant = colemak_dh
|
kb_variant = colemak_dh
|
||||||
kb_options = caps:swapescape
|
kb_options = caps:escape
|
||||||
|
|
||||||
repeat_rate = 50
|
repeat_rate = 50
|
||||||
repeat_delay = 300
|
repeat_delay = 300
|
||||||
@@ -134,10 +134,10 @@ bind=$mod SHIFT,l,togglespecialworkspace,keepass
|
|||||||
windowrule {
|
windowrule {
|
||||||
name = keepass
|
name = keepass
|
||||||
match:class = org.keepassxc.KeePassXC
|
match:class = org.keepassxc.KeePassXC
|
||||||
match:title = negative:KeePassXC - Access Request
|
match:title = negative:KeePassXC - .* Access Request
|
||||||
workspace = special:keepass
|
workspace = special:keepass
|
||||||
}
|
}
|
||||||
windowrule = match:title KeePassXC - Access Request, float true
|
windowrule = match:title KeePassXC - .* Access Request, float true
|
||||||
|
|
||||||
bind=$mod,semicolon,fullscreen,
|
bind=$mod,semicolon,fullscreen,
|
||||||
|
|
||||||
|
|||||||
Reference in new issue
Block a user