hyprland: add fullscreen rule for games
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
ec02ca0e94
commit
292e530d40
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ in {
|
||||||
(tag.dropdown ["move ${dropdown.x} ${dropdown.y}" "pin" "size ${dropdown.w} ${dropdown.h}"])
|
(tag.dropdown ["move ${dropdown.x} ${dropdown.y}" "pin" "size ${dropdown.w} ${dropdown.h}"])
|
||||||
(tag.editor ["group invade" "tile"])
|
(tag.editor ["group invade" "tile"])
|
||||||
(tag.files ["size 1000 625"])
|
(tag.files ["size 1000 625"])
|
||||||
(tag.game ["group barred" "idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"])
|
(tag.game ["fullscreen" "group barred" "idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"])
|
||||||
(tag.music ["tile" "workspace special:music"])
|
(tag.music ["tile" "workspace special:music"])
|
||||||
(tag.office ["tile" "workspace special:office"])
|
(tag.office ["tile" "workspace special:office"])
|
||||||
(tag.pip ["keepaspectratio" "move ${pip.x} ${pip.y}" "pin" "size ${pip.w} ${pip.h}"])
|
(tag.pip ["keepaspectratio" "move ${pip.x} ${pip.y}" "pin" "size ${pip.w} ${pip.h}"])
|
||||||
|
|
Loading…
Reference in a new issue