hyprland: remove fullscreen rule for games
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
5a15b267e7
commit
ca4fb5f7ff
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,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 override set" "tile"])
|
(tag.editor ["group override set" "tile"])
|
||||||
(tag.files ["center" "size 1000 625"])
|
(tag.files ["center" "size 1000 625"])
|
||||||
(tag.game ["fullscreen" "idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"])
|
(tag.game ["idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"])
|
||||||
(tag.media ["center" "keepaspectratio" "size <90% <90%"])
|
(tag.media ["center" "keepaspectratio" "size <90% <90%"])
|
||||||
(tag.music ["tile" "workspace special:music"])
|
(tag.music ["tile" "workspace special:music"])
|
||||||
(tag.office ["workspace special:office"])
|
(tag.office ["workspace special:office"])
|
||||||
|
|
Loading…
Reference in a new issue