Moved windows_rules to the correct file, now kitty is transparent

This commit is contained in:
2024-07-20 22:54:57 +02:00
parent 993c42fc50
commit aded381f80
2 changed files with 9 additions and 11 deletions

View File

@@ -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

View File

@@ -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