From 7f89a84c1595cb5f52047b887691695f03db5586 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Fri, 10 Apr 2026 12:04:44 +0300 Subject: [PATCH] fixup! fixup! Update system --- host/Rias/modules/hyprland.nix | 5 ----- user/sweetbread/modules/hyprland.nix | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/host/Rias/modules/hyprland.nix b/host/Rias/modules/hyprland.nix index d6ff8b0..0f272b7 100644 --- a/host/Rias/modules/hyprland.nix +++ b/host/Rias/modules/hyprland.nix @@ -39,11 +39,6 @@ ''$mainMod, F2, exec, ${lib.getExe monitor-switcher} mirror'' ''$mainMod, F3, exec, ${lib.getExe monitor-switcher}'' ]; - - workspace = [ - "2, layout:scrolling" - "4, layout:monocle" - ]; }; }; } \ No newline at end of file diff --git a/user/sweetbread/modules/hyprland.nix b/user/sweetbread/modules/hyprland.nix index a3a6c79..7f666e2 100644 --- a/user/sweetbread/modules/hyprland.nix +++ b/user/sweetbread/modules/hyprland.nix @@ -107,6 +107,10 @@ "${lib.getExe wallpaper_changer}" ]; + workspace = [ + "2, layout:scrolling" + ]; + bind = [ " , Print, exec, ${lib.getExe pkgs.hyprshot} -z -o ~/Screenshots -m active -m output" "CTRL, Print, exec, ${lib.getExe pkgs.hyprshot} -z -o ~/Screenshots -m region"