diff --git a/home/lilith/hyprland/default.nix b/home/lilith/hyprland/default.nix index 56e74e1a..aef85483 100644 --- a/home/lilith/hyprland/default.nix +++ b/home/lilith/hyprland/default.nix @@ -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; diff --git a/home/lilith/hyprland/settings.nix b/home/lilith/hyprland/settings.nix index f68b04c5..9c6726f6 100644 --- a/home/lilith/hyprland/settings.nix +++ b/home/lilith/hyprland/settings.nix @@ -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," diff --git a/hosts/lilith-pad/default.nix b/hosts/lilith-pad/default.nix index 921f8a85..3e2f0f70 100644 --- a/hosts/lilith-pad/default.nix +++ b/hosts/lilith-pad/default.nix @@ -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;