How to make single window fullscreen, without any gap? #282
|
Hello, i have |
Replies: 3 comments 9 replies
|
Full screen windows can be achieved by using any of the full screen modes: Note that you can work in full screen and change focus if you want, or use If you want maximized windows instead of full screen, you can use: This will leave the gaps you have configured for your workspace, though. So, even if you are using |
|
so it cannot replicate i3 behaviour, |
|
If you don't want the preview to be animated, you cannot disable animations per app, you can only disable a certain type of animation, but for all applications. In your case I am not sure, but I think ueberzugpp uses layer shell for image display, so if you don't want the animations, you should disable |
Full screen windows can be achieved by using any of the full screen modes:
Note that you can work in full screen and change focus if you want, or use
fullscreen layout, and the full screen container will be integrated in the scrolling layout as if it were a regular window.If you want maximized windows instead of full screen, you can use:
This will leave the gaps you have configured for your workspace, though. So, even if you are using
smart_gaps on, that will affect your workspace orgaps outervalue, but you will still be subject to thegaps inneror gap between windows, so …