1
1
Fork 0

hyprland: remove fullscreen rule for games

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-11-16 18:39:58 -06:00
parent 5a15b267e7
commit ca4fb5f7ff
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -266,7 +266,7 @@ in {
(tag.dropdown ["move ${dropdown.x} ${dropdown.y}" "pin" "size ${dropdown.w} ${dropdown.h}"])
(tag.editor ["group override set" "tile"])
(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.music ["tile" "workspace special:music"])
(tag.office ["workspace special:office"])