fuhsjr00 / bug.n

Tiling Window Manager for Windows
GNU General Public License v3.0
3.34k stars 213 forks source link

How to activate only the top bar and virtual desktops? #298

Closed cammpion closed 1 year ago

cammpion commented 1 year ago

Hello. Newbie here in everything. I love bug.n, it's amazing.

I was wondering if there is a way to just use the top bar and virtual desktops. basically kill bug.n and just leave those functions. Can it be done?

Thank you

DWTW321 commented 1 year ago

Config_showBar=1 (this will show the bar)

Config_layout_#1=><>; (the symbol can be anything but make sure its blank after the semi colon, the blank parts means you want floating behaviour)

Config_layoutCount=1 (to make sure that the only layout available is floating)

Config_viewNames=1;2;3;4;5;6;7;8;9 (here you can define the name and number of workspaces/virtual desktops)

And that should work, you should now have the workspaces and the top bar without any tiling. If you want to hide the Windows task bar you can use Config_showTaskBar=0 you can then use Win+Space to toggle the task bars visibility.

Hope that helps

cammpion commented 1 year ago

Thank you!

VNGamerGit commented 1 year ago

Thank you!

When you're done with solving the problem, close your issue, please!