mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
##############################
|
|
### WINDOWS AND WORKSPACES ###
|
|
##############################
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
|
#
|
|
|
|
# Force bluetooth settings to be a floating window
|
|
windowrule = float, class:^(blueberry.py)$
|
|
|
|
# Clipboard history tui in floating window.
|
|
windowrule = float, class:(clipse)
|
|
windowrule = size 622 652, class:(clipse)
|
|
windowrule = stayfocused, class:(clipse)
|
|
|
|
|
|
windowrule = float,class:^(float)$
|
|
windowrule = size 800 600,class:^(float)$,title:^(Install Web App)$
|
|
windowrule = center,class:^(float)$,title:^(Install Web App)$
|
|
|
|
# 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
|
|
|
|
#windowrule = float, class:.*pass.proton.me.*
|
|
|
|
workspace = special:hidden, invisible
|
|
|