feat: hyprland windowrules updated fixed
This commit is contained in:
parent
7883d89805
commit
d4556a04b5
@ -154,30 +154,29 @@ source = ./conf/input.conf
|
|||||||
|
|
||||||
source = ./conf/keybindings.conf
|
source = ./conf/keybindings.conf
|
||||||
|
|
||||||
##############################
|
# ╭──────────────────────────────────────────────────────────╮
|
||||||
### WINDOWS AND WORKSPACES ###
|
# │ WINDOWRULES │
|
||||||
##############################
|
# ╰──────────────────────────────────────────────────────────╯
|
||||||
|
# ──────────────────────────────── copyq ──────────────────────────────
|
||||||
|
windowrule = size 300 400,^(copyq)$
|
||||||
|
windowrule = float,com.github.hluk.copyq
|
||||||
|
windowrule = move onscreen cursor,com.github.hluk.copyq
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
# ────────────────────── Browser Picture in Picture ──────────────────────
|
||||||
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
|
||||||
|
|
||||||
# Example windowrule v1
|
|
||||||
# windowrule = float, ^(kitty)$
|
|
||||||
windowrule = size 300 400,(copyq)
|
|
||||||
|
|
||||||
|
|
||||||
# Browser Picture in Picture
|
|
||||||
windowrulev2 = float, title:^(Picture-in-Picture)$
|
windowrulev2 = float, title:^(Picture-in-Picture)$
|
||||||
windowrulev2 = pin, title:^(Picture-in-Picture)$
|
windowrulev2 = pin, title:^(Picture-in-Picture)$
|
||||||
windowrulev2 = move 69.5% 4%, title:^(Picture-in-Picture)$
|
windowrulev2 = move 69.5% 4%, title:^(Picture-in-Picture)$
|
||||||
|
|
||||||
|
# ──────────────────────── telegram media viewer ──────────────────────
|
||||||
|
windowrulev2 = float, title:(Media viewer)
|
||||||
|
windowrulev2 = fullscreen, title:^(Media viewer)$
|
||||||
|
|
||||||
# different floating modals
|
# different floating modals
|
||||||
windowrule = maxsize 400 300, (blueman|io.crow_translate.CrowTranslate)
|
windowrule = maxsize 400 300, (blueman|io.crow_translate.CrowTranslate)
|
||||||
windowrule = float, (copyq|pavucontrol|blueman-manager|wofi|rofi|imv|io.crow_translate.CrowTranslate)
|
windowrule = float, (pavucontrol|blueman-manager|wofi|rofi|imv|io.crow_translate.CrowTranslate)
|
||||||
windowrule = pin, (copyq|pavucontrol|blueman-manager|wofi|rofi|io.crow_translate.CrowTranslate)
|
windowrule = pin, (pavucontrol|blueman-manager|wofi|rofi|io.crow_translate.CrowTranslate)
|
||||||
windowrule = stayfocused, (copyq|pavucontrol|blueman-manager|wofi|rofi|io.crow_translate.CrowTranslate)
|
windowrule = stayfocused, (pavucontrol|blueman-manager|wofi|rofi|io.crow_translate.CrowTranslate)
|
||||||
windowrule = move onscreen cursor,(copyq|pavucontrol|blueman-manager|imv|io.crow_translate.CrowTranslate)
|
windowrule = move onscreen cursor,(pavucontrol|blueman-manager|imv|io.crow_translate.CrowTranslate)
|
||||||
|
|
||||||
windowrule = center, (wofi)
|
windowrule = center, (wofi)
|
||||||
windowrule = workspace 3, title:^(.*)(Telegram)(.*)$
|
windowrule = workspace 3, title:^(.*)(Telegram)(.*)$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user