From d696cd20c246ca3bcbfc0f6e371ef04bd69983af Mon Sep 17 00:00:00 2001 From: river Date: Sun, 1 Feb 2026 21:34:44 -0600 Subject: [PATCH] broke off windows maybe --- hyprland.conf | 47 +---------------------------------------------- windows.conf | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 46 deletions(-) create mode 100644 windows.conf diff --git a/hyprland.conf b/hyprland.conf index 8a751c6..b494938 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -257,55 +257,10 @@ plugin { } } -############################## -### WINDOWS AND WORKSPACES ### -############################## - -# See https://wiki.hypr.land/Configuring/Window-Rules/ for more -# See https://wiki.hypr.land/Configuring/Workspace-Rules/ for workspace rules - -# Example windowrules that are useful -windowrule{ - name = calculator - match:class = calc-term - - opacity = 0.8 - float = on - center = true -} -windowrule { - # Ignore maximize requests from all apps. You'll probably like this. - name = suppress-maximize-events - match:class = .* - - suppress_event = maximize -} - -windowrule { - # Fix some dragging issues with XWayland - name = fix-xwayland-drags - match:class = ^$ - match:title = ^$ - match:xwayland = true - match:float = true - match:fullscreen = false - match:pin = false - - no_focus = true -} - -# Hyprland-run windowrule -windowrule { - name = move-hyprland-run - - match:class = hyprland-run - - move = 20 monitor_h-120 - float = yes -} $path = /home/venus/.config/hypr source = $path/noctalia/noctalia-colors.conf source = $path/keybinds.conf +source = $path/windows.conf diff --git a/windows.conf b/windows.conf new file mode 100644 index 0000000..fd4f061 --- /dev/null +++ b/windows.conf @@ -0,0 +1,47 @@ +############################## +### WINDOWS AND WORKSPACES ### +############################## + +# See https://wiki.hypr.land/Configuring/Window-Rules/ for more +# See https://wiki.hypr.land/Configuring/Workspace-Rules/ for workspace rules + +# Example windowrules that are useful +windowrule{ + name = calculator + match:class = calc-term + + opacity = 0.8 + float = on + center = true +} +windowrule { + # Ignore maximize requests from all apps. You'll probably like this. + name = suppress-maximize-events + match:class = .* + + suppress_event = maximize +} + +windowrule { + # Fix some dragging issues with XWayland + name = fix-xwayland-drags + match:class = ^$ + match:title = ^$ + match:xwayland = true + match:float = true + match:fullscreen = false + match:pin = false + + no_focus = true +} + +# Hyprland-run windowrule +windowrule { + name = move-hyprland-run + + match:class = hyprland-run + + move = 20 monitor_h-120 + float = yes +} +