From 60e1b1582399ec9155cc530dea5fe30c5e9d82d5 Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 1 Oct 2024 19:11:10 -0500 Subject: [PATCH] hyprland: disable media tag Signed-off-by: Myned --- options/custom/desktops/hyprland/rules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/desktops/hyprland/rules.nix b/options/custom/desktops/hyprland/rules.nix index 849c161..dd4a4ac 100644 --- a/options/custom/desktops/hyprland/rules.nix +++ b/options/custom/desktops/hyprland/rules.nix @@ -224,7 +224,7 @@ in { (tag.editor ["group invade" "tile"]) (tag.files ["size 1000 625"]) (tag.game ["fullscreen" "group barred" "idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"]) - (tag.media ["tile" "workspace special:scratchpad"]) + #// (tag.media ["tile" "workspace special:scratchpad"]) (tag.music ["tile" "workspace special:music"]) (tag.office ["workspace special:office"]) (tag.password ["center" "workspace special:password"])