Initial commit
This commit is contained in:
commit
209ba130c0
4852 changed files with 1517959 additions and 0 deletions
19
.config/hypr/conf/windowrules/default.conf
Normal file
19
.config/hypr/conf/windowrules/default.conf
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# -----------------------------------------------------
|
||||
# Window rules
|
||||
# -----------------------------------------------------
|
||||
|
||||
windowrule = tile, title:^(Microsoft-edge)$
|
||||
windowrule = tile, title:^(Brave-browser)$
|
||||
windowrule = tile, title:^(Chromium)$
|
||||
windowrule = float, title:^(pavucontrol)$
|
||||
windowrule = float, title:^(blueman-manager)$
|
||||
windowrule = float, title:^(nm-connection-editor)$
|
||||
windowrule = float, title:^(qalculate-gtk)$
|
||||
|
||||
# Browser Picture in Picture
|
||||
windowrule = float, title:^(Picture-in-Picture)$
|
||||
windowrule = pin, title:^(Picture-in-Picture)$
|
||||
windowrule = move 69.5% 4%, title:^(Picture-in-Picture)$
|
||||
|
||||
# idleinhibit
|
||||
windowrule = idleinhibit fullscreen,class:([window]) # Available modes: none, always, focus, fullscreen
|
||||
Loading…
Add table
Add a link
Reference in a new issue