update lock, related fixes
This commit is contained in:
parent
ac00b175c9
commit
dd6fc8eaca
9 changed files with 142 additions and 161 deletions
|
@ -44,7 +44,7 @@ in {
|
|||
enable = true;
|
||||
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-kde
|
||||
kdePackages.xdg-desktop-portal-kde
|
||||
];
|
||||
|
||||
config.common.default = [
|
||||
|
|
|
@ -83,10 +83,11 @@ plugin {
|
|||
tabs {
|
||||
border_width = 1
|
||||
col.active = rgba(33ccff20)
|
||||
col.border.active = rgba(33ccffee)
|
||||
col.text.active = rgba(ffffffff)
|
||||
col.active.border = rgba(33ccffee)
|
||||
col.inactive = rgba(30303020)
|
||||
col.border.inactive = rgba(595959aa)
|
||||
col.inactive.border = rgba(595959aa)
|
||||
col.urgent = rgba(ff223340)
|
||||
col.urgent.border = rgba(ff2233ee)
|
||||
}
|
||||
|
||||
autotile {
|
||||
|
@ -146,6 +147,8 @@ windowrulev2 = size 1000 700, class:^(org.freedesktop.impl.portal.desktop.kde)$
|
|||
windowrulev2 = center, class:^(org.freedesktop.impl.portal.desktop.kde)$
|
||||
windowrulev2 = dimaround, class:^(org.freedesktop.impl.portal.desktop.kde)$
|
||||
windowrulev2 = float, title:^(OpenSSH Authentication Passphrase request)$
|
||||
windowrulev2 = float, title:^(KeePassXC - Access Request)$
|
||||
windowrulev2 = float, title:^(Unlock Database - KeePassXC)$
|
||||
|
||||
windowrulev2 = float, class:^(AlacrittyFloating)$
|
||||
|
||||
|
@ -178,7 +181,6 @@ bind = $mod, r, hy3:changegroup, opposite
|
|||
|
||||
bindm = $mod, mouse:272, movewindow
|
||||
bindm = $mod, mouse:273, resizewindow
|
||||
bindn = , mouse:272, hy3:focustab, mouse
|
||||
bindn = , mouse_down, hy3:focustab, l, require_hovered
|
||||
bindn = , mouse_up, hy3:focustab, r, require_hovered
|
||||
bind = $mod, q, hy3:warpcursor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue