Hyprland
Hyprland copied to clipboard
Resizing of fullscreen application on rotation
I have noticed when changing screen orientations (rotating the screen), that when the application is in fullscreen it does not "update", meaning that it is not resized to the new size of the rotated screen, but still is sized according to the old screen orientation.
Command used on a fullscreen Application: hyprctl keyword monitor eDP-1,transform,90 (works well on a fullscreen terminal)
It probably would be possible to have a script handle this by disabling and enabling fullscreen on rotation or another way, but I think that this is an 'ugly' hack. My expectations coming in would have been for the fullscreen application to be resized to the new orientation by default.