🐛 fix(hypr): custom rule for only geeqie when open from yazi
it bugged to normal geeqie because of the size rule
This commit is contained in:
parent
81adedf0dd
commit
dc76e1846f
2 changed files with 4 additions and 4 deletions
|
@ -48,7 +48,6 @@ windowrule = float, nm-connection-editor
|
||||||
|
|
||||||
## Other
|
## Other
|
||||||
windowrulev2 = center,class:^(kitty)$
|
windowrulev2 = center,class:^(kitty)$
|
||||||
# windowrulev2 = stayfocused,class:quake
|
|
||||||
windowrulev2 = opacity 0.80, class:^(Rofi)$
|
windowrulev2 = opacity 0.80, class:^(Rofi)$
|
||||||
windowrule = animation slide, Rofi
|
windowrule = animation slide, Rofi
|
||||||
windowrulev2 = animation windowsOut, 0, class:(wleave)
|
windowrulev2 = animation windowsOut, 0, class:(wleave)
|
||||||
|
@ -56,8 +55,9 @@ windowrule = float, keyb-kitty
|
||||||
windowrule = center 1, keyb-kitty
|
windowrule = center 1, keyb-kitty
|
||||||
windowrule = size 35% 80%, keyb-kitty
|
windowrule = size 35% 80%, keyb-kitty
|
||||||
windowrule = size 30% 85%,^(pavucontrol)$
|
windowrule = size 30% 85%,^(pavucontrol)$
|
||||||
windowrule = size 80% 80%,^(Geeqie)$
|
windowrule = float, ^(yazi-geeqie)$
|
||||||
windowrule = center 1, ^(Geeqie)$
|
windowrule = size 80% 80%,^(yazi-geeqie)$
|
||||||
|
windowrule = center 1, ^(yazi-geeqie)$
|
||||||
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
||||||
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
||||||
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
|
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
|
||||||
|
|
|
@ -21,7 +21,7 @@ archive = [{ exec = 'xarchiver "$1"', desc = "Extract here" }]
|
||||||
pdf = [{ exec = 'zathura "$1"', desc = "Open" }]
|
pdf = [{ exec = 'zathura "$1"', desc = "Open" }]
|
||||||
text = [{ exec = '$EDITOR "$@"', block = true }]
|
text = [{ exec = '$EDITOR "$@"', block = true }]
|
||||||
image = [
|
image = [
|
||||||
{ exec = 'geeqie "$@"', desc = "Open" },
|
{ exec = 'geeqie --class yazi-geeqie "$@"', desc = "Open" },
|
||||||
{ exec = '''exiftool "$1"; echo "Press enter to exit"; read''', block = true, desc = "Show EXIF" },
|
{ exec = '''exiftool "$1"; echo "Press enter to exit"; read''', block = true, desc = "Show EXIF" },
|
||||||
]
|
]
|
||||||
video = [
|
video = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue