1
1
Fork 0

hyprland: add fullscreen rule for games

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-13 13:45:08 -05:00
parent ec02ca0e94
commit 292e530d40
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -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}"])