tcet-opensource / tcet-linux

ISO profile & scripts to build TCET Linux, an x86_64 Arch based linux distribution built for TCET.
GNU General Public License v2.0
36 stars 7 forks source link

[FEATURE] Auto tile #65

Closed Akash6222 closed 1 year ago

Akash6222 commented 1 year ago
Rishabh672003 commented 1 year ago

so in this are we trying to emulate tiling that happens on window managers here? i think that will take a lot of hacks but still let me see what i can come up with @Akash6222

Akash6222 commented 1 year ago

so in this are we trying to emulate tiling that happens on window managers here? i think that will take a lot of hacks but still let me see what i can come up with @Akash6222

No Currently when we launch any application, all application opens at middle of screen which makes inconvientent to use previous one. We have to add tile feature which will align it first left top then right top then left botton and then right bottom.

Akash6222 commented 1 year ago

Do you have something else in mind ?