From 879d7a45ccc50aaee65d1b79c389b6edfb86eac4 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 15 Mar 2025 00:28:24 -0500 Subject: [PATCH] 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}$"