From aded381f80abe6b0a49fe4e5b1005c6bdffcfeb4 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Sat, 20 Jul 2024 22:54:57 +0200 Subject: [PATCH] Moved windows_rules to the correct file, now kitty is transparent --- .config/hypr/hyprland.conf | 12 +----------- .config/hypr/windows_rules.conf | 8 ++++++++ 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 59bb9ff..6d2f189 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -139,7 +139,7 @@ source = ~/.config/hypr/windows_rules.conf $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, Q, exec, kitty -o background=##14161B +bind = $mainMod, Q, exec, kitty bind = $mainMod SHIFT, Q, exec, kitty -o background=##03045e -o foreground=##ffffff -d $(pwd) ssh ctf-vm bind = $mainMod, C, killactive, bind = $mainMod, M, exit, @@ -206,13 +206,3 @@ binde = $mainMod SHIFT, right, resizeactive, 10 0 binde = $mainMod SHIFT, left, resizeactive, -10 0 binde = $mainMod SHIFT, up, resizeactive, 0 -10 binde = $mainMod SHIFT, down, resizeactive, 0 10 - -# ida window rule for tiling -windowrule=tile,title:IDA v7 - -# gdb pwntools window rule to open on the right -#windowrule=tile,title:gdb-pwntools - -windowrule = opacity 1.0 override 0.8 override,^(kitty)$ # set opacity to 1.0 active and 0.5 inactive for kitty - - diff --git a/.config/hypr/windows_rules.conf b/.config/hypr/windows_rules.conf index bb1aa46..edfb653 100644 --- a/.config/hypr/windows_rules.conf +++ b/.config/hypr/windows_rules.conf @@ -24,3 +24,11 @@ windowrulev2 = noanim,class:^(xwaylandvideobridge)$ windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$ windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$ windowrulev2 = noblur,class:^(xwaylandvideobridge)$ + +# ida window rule for tiling +windowrule=tile,title:IDA v7 + +# gdb pwntools window rule to open on the right +#windowrule=tile,title:gdb-pwntools + +windowrule = opacity 0.9 override 0.8 override,^(kitty)$ # set opacity to 0.9 active and 0.8 inactive for kitty