From 5bc2a02d143c4e77f8beaf983e2714465693ce3b Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Thu, 10 Oct 2024 15:41:33 -0400 Subject: [PATCH] Commit for generation 242 --- glasshouse-desktop/home/hyprland/config.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/glasshouse-desktop/home/hyprland/config.nix b/glasshouse-desktop/home/hyprland/config.nix index 674260c..ae9744a 100644 --- a/glasshouse-desktop/home/hyprland/config.nix +++ b/glasshouse-desktop/home/hyprland/config.nix @@ -20,6 +20,15 @@ "aplay /home/pagedmov/sound/sys/login.wav &" ]; + workspace = [ + "1,persistent=true,monitor:HDMI-A-1" + "2,persistent=true,monitor:HDMI-A-1" + "3,persistent=true,monitor:HDMI-A-1" + "4,persistent=true,monitor:DP-1" + "5,persistent=true,monitor:DP-1" + "6,persistent=true,monitor:DP-1" + ]; + input = { kb_layout = "us"; follow_mouse = 1; @@ -44,6 +53,7 @@ disable_hyprland_logo = true; always_follow_on_dnd = true; layers_hog_keyboard_focus = true; + initial_workspace_tracking = 2; animate_manual_resizes = false; enable_swallow = true; focus_on_activate = true;