fix keepass again
This commit is contained in:
1 parent
1c7059de69
commit
9930692c91
1 file changed
+10
-4
+10
-4
@@ -132,12 +132,18 @@ bind=$mod SHIFT,c,movetoworkspacesilent,11
|
|||||||
|
|
||||||
bind=$mod SHIFT,l,togglespecialworkspace,keepass
|
bind=$mod SHIFT,l,togglespecialworkspace,keepass
|
||||||
windowrule {
|
windowrule {
|
||||||
name = keepass
|
name = keepass main
|
||||||
match:class = org.keepassxc.KeePassXC
|
match:initial_title = .* \[Locked\] - KeePassXC
|
||||||
match:title = negative:KeePassXC - .* Access Request|Unlock Database - KeePassXC
|
# match:class = org.keepassxc.KeePassXC
|
||||||
|
# match:title = negative:KeePassXC - .* Access Request|Unlock Database - KeePassXC
|
||||||
workspace = special:keepass
|
workspace = special:keepass
|
||||||
}
|
}
|
||||||
windowrule = match:title KeePassXC - .* Access Request|Unlock Database - KeePassXC, float true
|
windowrule {
|
||||||
|
name = keepass other
|
||||||
|
match:class = org.keepassxc.KeePassXC
|
||||||
|
match:initial_title = negative:.* \[Locked\] - KeePassXC
|
||||||
|
float = true
|
||||||
|
}
|
||||||
|
|
||||||
bind=$mod,semicolon,fullscreen,
|
bind=$mod,semicolon,fullscreen,
|
||||||
|
|
||||||
|
|||||||
Reference in new issue
Block a user