From af1670a3b9fe558e8405082a8f7ea29721ae7a4e Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 15 Aug 2025 21:44:20 +0200 Subject: [PATCH] nas --- flake.lock | 8 ++++---- home/lilith/hyprland/default.nix | 5 +++++ home/lilith/hyprland/settings.nix | 10 +++++++++- system/optional/nfs.nix | 4 ++-- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 57bbb73f..8bba93b3 100644 --- a/flake.lock +++ b/flake.lock @@ -176,11 +176,11 @@ }, "flake-private": { "locked": { - "lastModified": 1751305157, - "narHash": "sha256-6QQUeiOk9cuxJXJYQVEhUWl8YPhKx075w9p95WZDbjg=", + "lastModified": 1755267322, + "narHash": "sha256-uL6Ps+sF1OD5/pXkXBXSLmzDAFPIaiOuN+alO7r/itI=", "ref": "main", - "rev": "ad12ecc0e415cfbe863d63688abba898ccb12e43", - "revCount": 6, + "rev": "9b71a0ee60c4c618d4df25f771e177a1a708300c", + "revCount": 7, "type": "git", "url": "ssh://git@git.firelilith.org/lilith/flake-private.git" }, diff --git a/home/lilith/hyprland/default.nix b/home/lilith/hyprland/default.nix index 5c26751d..af8ba6ec 100644 --- a/home/lilith/hyprland/default.nix +++ b/home/lilith/hyprland/default.nix @@ -133,6 +133,11 @@ "$mainMod, K, movefocus, u" "$mainMod, J, movefocus, d" + "$mainMod SHIFT, H, resizeactive, exact -5% 0%" + "$mainMod SHIFT, L, resizeactive, exact 5% 0%" + "$mainMod SHIFT, K, resizeactive, exact 0% 5%" + "$mainMod SHIFT, J, resizeactive, exact 0% -5%" + "$mainMod, 1, workspace, 1" "$mainMod, 2, workspace, 2" "$mainMod, 3, workspace, 3" diff --git a/home/lilith/hyprland/settings.nix b/home/lilith/hyprland/settings.nix index 6d31535b..1adf48b2 100644 --- a/home/lilith/hyprland/settings.nix +++ b/home/lilith/hyprland/settings.nix @@ -1,10 +1,18 @@ { ... }: { wayland.windowManager.hyprland.settings.windowrule = [ + # keepass special workplace "workspace special:keepass,class:org.keepassxc.KeePassXC,title:^(.*)(KeePassXC)(.*)$" - "workspace unset,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC" + + # show database unlock prompt on all workspaces + "workspace previous,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," + + # show inline images with ueberzugpp "noanim, class:^ueberzugpp_(.*)$" + # path of exile / poetrade hacks "tag +poe, class:^(steam_app_238960)$" "tag +poe, title:^(Path of Exile)$" "fullscreen, tag:poe" diff --git a/system/optional/nfs.nix b/system/optional/nfs.nix index 00e4a561..90d1d88f 100644 --- a/system/optional/nfs.nix +++ b/system/optional/nfs.nix @@ -10,8 +10,8 @@ fsType = "nfs"; options = [ "nfsvers=4.2" - "noauto" "x-systemd.automount" + "noauto" "x-systemd.idle-timeout=600" "_netdev" ]; @@ -21,8 +21,8 @@ fsType = "nfs"; options = [ "nfsvers=4.2" - "noauto" "x-systemd.automount" + "noauto" "x-systemd.idle-timeout=600" "_netdev" ];