windows
This commit is contained in:
parent
56b790f594
commit
3360c6a194
3 changed files with 7 additions and 2 deletions
|
|
@ -56,6 +56,11 @@
|
||||||
kb_options = "compose:caps";
|
kb_options = "compose:caps";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
binds = {
|
||||||
|
workspace_back_and_forth = true;
|
||||||
|
hide_special_on_workspace_change = true;
|
||||||
|
};
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
gaps_in = 10;
|
gaps_in = 10;
|
||||||
gaps_out = 15;
|
gaps_out = 15;
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
"workspace special:keepass,class:org.keepassxc.KeePassXC,title:^(.*)(KeePassXC)(.*)$"
|
"workspace special:keepass,class:org.keepassxc.KeePassXC,title:^(.*)(KeePassXC)(.*)$"
|
||||||
|
|
||||||
# show database unlock prompt on all workspaces
|
# 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,"
|
"center,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"
|
||||||
"pin,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"
|
"pin,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ in
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
|
|
||||||
desktop.enable = true;
|
desktop.enable = true;
|
||||||
home-manager.users."lilith".desktop.touchSupport = false;
|
home-manager.users."lilith".desktop.touchSupport = true;
|
||||||
|
|
||||||
gaming.enable = true;
|
gaming.enable = true;
|
||||||
gaming.client-only = true;
|
gaming.client-only = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue