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"