From 30c1589615e511fc885ead841feef85a54f2683a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 7 Jan 2024 16:36:34 +0000 Subject: [PATCH] Make all workspace rules silent by default --- home/hyprland/config.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index f8fd3031..44c04cf7 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -201,7 +201,7 @@ in '' bind = SUPER, W, workspace, name:web bind = SUPER SHIFT, W, movetoworkspace, name:web bind = SUPER ALT, W, exec, [workspace name:web] nyxt - windowrule = workspace name:web, (firefox) + windowrule = workspace name:web silent, (firefox) windowrulev2 = float,title:(Picture-in-Picture|Library),class:(firefox) windowrulev2 = size 750 400,title:(Picture-in-Picture),class:(firefox) windowrulev2 = size 800 800,title:(Library),class:(firefox) @@ -212,19 +212,19 @@ in '' bind = SUPER, C, moveworkspacetomonitor, name:chat current bind = SUPER, C, workspace, name:chat bind = SUPER SHIFT, C, movetoworkspace, name:chat - windowrule = workspace name:chat, (WebCord|teams-for-linux) + windowrule = workspace name:chat silent, (WebCord|teams-for-linux) bind = SUPER, G, moveworkspacetomonitor, name:games current bind = SUPER, G, workspace, name:games bind = SUPER SHIFT, G, movetoworkspace, name:games - windowrule = workspace name:games, (steam) + windowrule = workspace name:games silent, (steam) windowrulev2 = float,title:(Friends List),class:(steam) windowrulev2 = float,title:(Steam Settings),class:(steam) bind = SUPER, R, moveworkspacetomonitor, name:remote current bind = SUPER, R, workspace, name:remote bind = SUPER SHIFT, R, movetoworkspace, name:remote - windowrule = workspace name:remote, (org.remmina.Remmina|Nxplayer.bin) + windowrule = workspace name:remote silent, (org.remmina.Remmina|Nxplayer.bin) windowrule = nofullscreenrequest,(org.remmina.Remmina|Nxplayer.bin) windowrule = nomaximizerequest,(org.remmina.Remmina|Nxplayer.bin) windowrulev2 = float,title:(Remmina Remote Desktop Client|Remmina Preferences),class:(org.remmina.Remmina)