rules
This commit is contained in:
parent
b220ff36bb
commit
cf39e83714
3 changed files with 14 additions and 2 deletions
|
|
@ -2,10 +2,10 @@
|
|||
{
|
||||
wayland.windowManager.hyprland.settings.windowrule = [
|
||||
# keepass special workplace
|
||||
"workspace special:keepass,match:class org.keepassxc.KeePassXC,match:title ^(.*)(KeePassXC)(.*)$"
|
||||
"workspace special:keepass silent,match:class org.keepassxc.KeePassXC,match:title ^(.*)(KeePassXC)(.*)$"
|
||||
|
||||
# show database unlock prompt on all workspaces
|
||||
"workspace unset silent,match:class org.keepassxc.KeePassXC,match:title Unlock Database - KeePassXC,"
|
||||
"workspace unset,match:class org.keepassxc.KeePassXC,match:title Unlock Database - KeePassXC,"
|
||||
"center on,match:class org.keepassxc.KeePassXC,match:title Unlock Database - KeePassXC,"
|
||||
"pin on,match:class org.keepassxc.KeePassXC,match:title Unlock Database - KeePassXC,"
|
||||
"stay_focused on,match:class org.keepassxc.KeePassXC,match:title Unlock Database - KeePassXC,"
|
||||
|
|
|
|||
|
|
@ -8,6 +8,17 @@
|
|||
|
||||
profiles.fau.user_id = "@faub1941:fau.org";
|
||||
profiles.fau.url = "https://matrix.fau.org";
|
||||
|
||||
profiles.fau.layout = {
|
||||
style = "new";
|
||||
# tabs = [ { window = "rooms"; } ];
|
||||
};
|
||||
|
||||
image_preview = {
|
||||
protocol.type = "sixel";
|
||||
};
|
||||
|
||||
dirs.downloads = "/home/lilith/inbox";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
gimp
|
||||
krita
|
||||
inkscape
|
||||
libreoffice
|
||||
|
||||
gqrx
|
||||
satdump
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue