This commit is contained in:
Lilith 2025-08-15 22:36:33 +02:00
parent 56b790f594
commit 3360c6a194
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
3 changed files with 7 additions and 2 deletions

View file

@ -56,6 +56,11 @@
kb_options = "compose:caps";
};
binds = {
workspace_back_and_forth = true;
hide_special_on_workspace_change = true;
};
general = {
gaps_in = 10;
gaps_out = 15;

View file

@ -5,7 +5,7 @@
"workspace special:keepass,class:org.keepassxc.KeePassXC,title:^(.*)(KeePassXC)(.*)$"
# show database unlock prompt on all workspaces
"workspace +0,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"
"unset,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"
"center,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"
"pin,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"

View file

@ -6,7 +6,7 @@ in
system.stateVersion = "24.11";
desktop.enable = true;
home-manager.users."lilith".desktop.touchSupport = false;
home-manager.users."lilith".desktop.touchSupport = true;
gaming.enable = true;
gaming.client-only = true;