mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
48 lines
1.9 KiB
Plaintext
48 lines
1.9 KiB
Plaintext
###############
|
||
### WINDOWS ###
|
||
###############
|
||
|
||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||
|
||
windowrule = float, tag:floating-window
|
||
windowrule = center, tag:floating-window
|
||
windowrule = size 60% 60%, tag:floating-window
|
||
|
||
# Weather tui
|
||
windowrule = float, class:^(com.ghostty.weather)$
|
||
windowrule = center, class:^(com.ghostty.weather)$
|
||
windowrule = size 90% 80%, class:^(com.ghostty.weather)$
|
||
|
||
# Force windows to be a floating window
|
||
windowrule = tag +floating-window, class:^(blueberry.py|org.gnome.Nautilus|com.ghostty.float)$
|
||
windowrule = tag +floating-window, class:^(com.ghostty.windowctl)$
|
||
windowrule = tag +floating-window, class:^(com.ghostty.utils-launcher)$
|
||
windowrule = tag +floating-window, class:^(com.ghostty.homelab-launcher)$
|
||
|
||
# Force to stay focused when visible.
|
||
windowrule = stayfocused, class:(blueberry.py)
|
||
windowrule = stayfocused, class:Pinentry.gtk
|
||
windowrule = stayfocused, class:com.ghostty.float
|
||
windowrule = stayfocused, class:com.ghostty.windowctl
|
||
windowrule = stayfocused, class:^(com.ghostty.utils-launcher)$
|
||
|
||
# Clipboard history tui in floating window.
|
||
windowrule = tag +floating-window, class:.*clipse.*
|
||
windowrule = stayfocused, class:.*clipse.*
|
||
|
||
# Ignore maximize requests from apps. You'll probably like this.
|
||
windowrule = suppressevent maximize, class:.*
|
||
|
||
# Just a dash of opacity by default.
|
||
windowrule = opacity 0.97 0.92, class:.*
|
||
# No opacity on youtube.
|
||
windowrule = opacity 1.0, class:.*youtube.com.*
|
||
|
||
# Fix some dragging issues with XWayland
|
||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||
|
||
# To get more information about a window’s class, title, XWayland status or its size, you can use `hyprctl clients`. (From Hyprland Wiki)
|
||
windowrulev2 = float,class:^(one.alynx.showmethekey)$
|
||
windowrulev2 = float,class:^(showmethekey-gtk)$ # make window floating
|
||
windowrulev2 = pin,class:^(showmethekey-gtk)$ # pin window
|