Compare commits

..

No commits in common. "bf94cd8a6ceae2e90181e3a7d648c87cda1d3ef8" and "c1b1b14be18021fef9a1cf4e95b4278de9bad7eb" have entirely different histories.

4 changed files with 7 additions and 20 deletions

8
flake.lock generated
View file

@ -176,11 +176,11 @@
}, },
"flake-private": { "flake-private": {
"locked": { "locked": {
"lastModified": 1755267322, "lastModified": 1751305157,
"narHash": "sha256-uL6Ps+sF1OD5/pXkXBXSLmzDAFPIaiOuN+alO7r/itI=", "narHash": "sha256-6QQUeiOk9cuxJXJYQVEhUWl8YPhKx075w9p95WZDbjg=",
"ref": "main", "ref": "main",
"rev": "9b71a0ee60c4c618d4df25f771e177a1a708300c", "rev": "ad12ecc0e415cfbe863d63688abba898ccb12e43",
"revCount": 7, "revCount": 6,
"type": "git", "type": "git",
"url": "ssh://git@git.firelilith.org/lilith/flake-private.git" "url": "ssh://git@git.firelilith.org/lilith/flake-private.git"
}, },

View file

@ -133,11 +133,6 @@
"$mainMod, K, movefocus, u" "$mainMod, K, movefocus, u"
"$mainMod, J, movefocus, d" "$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, 1, workspace, 1"
"$mainMod, 2, workspace, 2" "$mainMod, 2, workspace, 2"
"$mainMod, 3, workspace, 3" "$mainMod, 3, workspace, 3"

View file

@ -1,18 +1,10 @@
{ ... }: { ... }:
{ {
wayland.windowManager.hyprland.settings.windowrule = [ wayland.windowManager.hyprland.settings.windowrule = [
# keepass special workplace
"workspace special:keepass,class:org.keepassxc.KeePassXC,title:^(.*)(KeePassXC)(.*)$" "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 +0,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_(.*)$" "noanim, class:^ueberzugpp_(.*)$"
# path of exile / poetrade hacks
"tag +poe, class:^(steam_app_238960)$" "tag +poe, class:^(steam_app_238960)$"
"tag +poe, title:^(Path of Exile)$" "tag +poe, title:^(Path of Exile)$"
"fullscreen, tag:poe" "fullscreen, tag:poe"

View file

@ -10,8 +10,8 @@
fsType = "nfs"; fsType = "nfs";
options = [ options = [
"nfsvers=4.2" "nfsvers=4.2"
"x-systemd.automount"
"noauto" "noauto"
"x-systemd.automount"
"x-systemd.idle-timeout=600" "x-systemd.idle-timeout=600"
"_netdev" "_netdev"
]; ];
@ -21,8 +21,8 @@
fsType = "nfs"; fsType = "nfs";
options = [ options = [
"nfsvers=4.2" "nfsvers=4.2"
"x-systemd.automount"
"noauto" "noauto"
"x-systemd.automount"
"x-systemd.idle-timeout=600" "x-systemd.idle-timeout=600"
"_netdev" "_netdev"
]; ];