From 25021375209be7db6790c80c21176ce860111302 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 17 Oct 2024 20:23:42 +0200 Subject: [PATCH] Reduce transparency of kitty on special flake workspace --- modules/home/de/hyprland/keybinds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/de/hyprland/keybinds.nix b/modules/home/de/hyprland/keybinds.nix index aee1a6c..3cbf71c 100644 --- a/modules/home/de/hyprland/keybinds.nix +++ b/modules/home/de/hyprland/keybinds.nix @@ -112,7 +112,7 @@ bind = SUPER, D, togglespecialworkspace, chat # Flake workspace - workspace = special:flake, border:false, gapsout:30, on-created-empty:kitty --override background_opacity=0.7 --directory ${config.home.sessionVariables.FLAKE} + workspace = special:flake, border:false, gapsout:30, on-created-empty:kitty --directory ${config.home.sessionVariables.FLAKE} windowrulev2 = noblur, class:(kitty), onworkspace:special:flake bind = SUPER, Q, togglespecialworkspace, flake