From 9abadc0d8f96ec34b49644a6423cea0bb9661e71 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Tue, 3 Feb 2026 12:11:21 +0100 Subject: [PATCH] fixed conflict. still relevant to #16 --- homemanager/hyprland/hyprland.conf | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/homemanager/hyprland/hyprland.conf b/homemanager/hyprland/hyprland.conf index 3603a35..7f02f1d 100644 --- a/homemanager/hyprland/hyprland.conf +++ b/homemanager/hyprland/hyprland.conf @@ -289,25 +289,3 @@ bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bindl=, XF86AudioPlay, exec, playerctl play-pause # the stupid key is called play , but it toggles bindl=, XF86AudioNext, exec, playerctl next bindl=, XF86AudioPrev, exec, playerctl previous - - -############################## -### WINDOWS AND WORKSPACES ### -############################## - -# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules - -# Example windowrule v1 -# windowrule = float, ^(kitty)$ - -# Example windowrule v2 -# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ - -windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. -# windowrulev2 = noanim,class:ulauncher -windowrulev2 = noborder,class:ulauncher -windowrulev2 = noblur,class:ulauncher -windowrulev2 = noshadow,class:ulauncher -# layerrule = blur, wofi -# layerrule = blur, waybar