Is possible increase a one windows similar i3 or awesome mw?
On haiku is gluing windows is possible add maksimize horizontaly , verticaly and mowing border between windows? And easy mowing between windows
Is possible increase a one windows similar i3 or awesome mw?
On haiku is gluing windows is possible add maksimize horizontaly , verticaly and mowing border between windows? And easy mowing between windows
Consult with the user guide: https://www.haiku-os.org/docs/userguide/en/gui.html#stack-tile
You can extend the functionality with input-server-addons and automate things with scripting trough âheyâ.
I know, but i3 is better than this.
I ask about completly different thinks: maximize, increase windows on maximize mode etc.
please look a videos on my links or other videos on youtube
is very similar windowM on Mac os X
Thats all what Haiku support. You can extend it. Or you can propose changes.
changes:
maksimize group of windows and manipulate
You have to explain your idea with more details, 6 words wonât be enough.
What would it do and when?
What is a âgroup of windowsâ?
Which shortcut should be used?
Should it be default or does it needs a preflet?
How would work the ârevert to original sizeâ?
What does âmanipulateâ means?
How sould it work?
EtcâŚ
For change proposal use the bugtracker system: https://dev.haiku-os.org/
Or you can try to implement them and send your changes upstream.
I have to chuckle a bit here. I use i3wm as my X window manager. I love it. I also love the haiku GUI. Both have strengths and weaknesses. A lot of what you want to do with the Haiku GUI to be more i3 like has to do with automation of windowing tasks and handling of window decorators. Iâve been tossing around several ideas regarding this. Most of the time I think our âheyâ scripting language would be up to the tasks of implementing i3 like functionality and modifying decorators into the Haiku GUI, without ripping apart the GUI system we have in place. âheyâ might just be the ticket there.
There are some tutorials on our stack and tile and windowing handling already. There are system implemented hot keys described in these tutorials for switching windows and such. It should not be a huge task to handle this type a goal with hey.
Have you used a tiling window manager? They are quite nifty and efficient. Window management is automated and is keyboard driven, not mouse driven. Windows take up the full screen by default. As more windows are added, they are automatically tiled and resized to fit. At any given point youâre a few keystrokes from opening and closing apps and arranging the windows how you wish. Haiku has a bit of this functionality built in. Iâm willing to bet that hey could handle the automagic bits of this.
Think of this functionality request as taking stack and tile to the next level. Make it automated, keyboard driven and utilize the full screen by default. To get the full picture of what can be accomplished, Iâd suggest taking i3wm for a spin on xorg in pretty much any *nix. It is just a simple xorg window manager. Any xorg install should be capable of running it. It is quite an efficient work flow paradigm. It is different enough that most people would need to experience it to get the gist of it. I couldnât grasp it until I immersed myself in it. Itâs not your grandpaâs windowing manager. Mousing is totally optional, and actually discouraged.
I donât necessarily think it should be in Haiku by default. I think it could be simply implemented as a third-party system on top of Haiku. My guess is that it could largely be implemented using Preferences->Shortcuts, hey, and possibly another scripting language such as lua or python to glue it all together. A simple C++ native Haiku preferences app could be used to manage settings. Most of the heavy lifting is already done natively in Haiku.