From 355581af72b7c0c38e36d161fb2fd0d4b7077f79 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 14 Mar 2025 22:52:52 -0500 Subject: [PATCH 1/2] chore: updated uuid --- systems/deimos/config/filesystem.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/deimos/config/filesystem.nix b/systems/deimos/config/filesystem.nix index 4f02ba9..ea1e09f 100755 --- a/systems/deimos/config/filesystem.nix +++ b/systems/deimos/config/filesystem.nix @@ -57,11 +57,11 @@ in in { "/" = { - device = "/dev/disk/by-uuid/aae33e00-125e-4f1c-b9aa-9fc512335b7f"; + device = "/dev/disk/by-uuid/1556c3ad-8835-4cdf-a619-649d658bf6c7"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/C506-9E18"; + device = "/dev/disk/by-uuid/9EDC-E534"; fsType = "vfat"; options = deimos.boot.options; }; @@ -70,7 +70,7 @@ in // (builtins.listToAttrs (map sambaMounts sambaDrives)); swapDevices = [ - { device = "/dev/disk/by-uuid/68d6072a-e21b-4d11-88fd-22c5b9932a50"; } + { device = "/dev/disk/by-uuid/fa814d6b-5ba9-48e6-8581-e6b5560a5038"; } ]; systemd.tmpfiles.rules = [ From 879d7a45ccc50aaee65d1b79c389b6edfb86eac4 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 15 Mar 2025 00:28:24 -0500 Subject: [PATCH 2/2] feat: changed some hyprland stuff --- modules/home/gui/desktop/hypr/land/config/bind-user0.nix | 4 ++-- .../home/gui/desktop/hypr/land/config/windowrulev2.nix | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/home/gui/desktop/hypr/land/config/bind-user0.nix b/modules/home/gui/desktop/hypr/land/config/bind-user0.nix index d00b8eb..b7e9549 100755 --- a/modules/home/gui/desktop/hypr/land/config/bind-user0.nix +++ b/modules/home/gui/desktop/hypr/land/config/bind-user0.nix @@ -29,6 +29,8 @@ let "A, movefocus, u" "E, movefocus, d" "I, movefocus, r" + "F, splitratio, 0.33" + "O, splitratio, -0.33" # Audio "PageUp, exec, playerctl next" "PageDown, exec, playerctl previous" @@ -43,8 +45,6 @@ let "A, movewindow, u" "E, movewindow, d" "I, movewindow, r" - "equal, splitratio, 0.33" - "minus, splitratio, -0.33" # Quick Action "T, exec, ghostty" "S, exec, flameshot gui" diff --git a/modules/home/gui/desktop/hypr/land/config/windowrulev2.nix b/modules/home/gui/desktop/hypr/land/config/windowrulev2.nix index 9e08592..78d0f1e 100755 --- a/modules/home/gui/desktop/hypr/land/config/windowrulev2.nix +++ b/modules/home/gui/desktop/hypr/land/config/windowrulev2.nix @@ -2,7 +2,7 @@ let blueman = "(.blueman-manager-wrapped)"; calculator = "(org.gnome.Calculator)"; easyeffects = "(com.github.wwmm.easyeffects)"; - firefox = "(firefox)"; + floorp = "(floorp)"; nomacs = "(org.nomacs.ImageLounge)"; mpv = "(mpv)"; vlc = "(vlc)"; @@ -69,7 +69,7 @@ let ]; idleInhibit = builtins.map (x: "idleinhibit, " + x) [ - "fullscreen, class:^${firefox}$" + "fullscreen, class:^${floorp}$" ]; workspaceInit1 = builtins.map (x: "workspace 1 silent, " + x) [ @@ -79,7 +79,7 @@ let workspaceInit2 = builtins.map (x: "workspace 2 silent, " + x) [ "class:^${code}$" - # "class:^${firefox}$" + # "class:^${floorp}$" ]; workspaceInit3 = builtins.map (x: "workspace 3 silent, " + x) [ @@ -111,7 +111,7 @@ let ]; opaqueWindows = builtins.map (x: "opaque, " + x) [ - "class:^${firefox}$" + "class:^${floorp}$" "class:^${kdenlive}$" "class:^(krita)$" "class:^${shotcut}$"