moetunes / Nextwm

snapwm is an easy to configure, dynamic, tiling window manager. Built on dminiwm with a desktop switcher, info bar and reloadable rc file.
53 stars 5 forks source link

Floating mode from start #11

Closed xgeek-cub closed 10 years ago

xgeek-cub commented 10 years ago

Hello moetunes; I want to start the snapwm in floating ( not maximized) mode. what exactly should I do?

moetunes commented 10 years ago

Hello xgeek-cub, If you have a look at the sample.rc.conf file you'll see some comments helping you to make some config choices. You can set each desktop to run in a particular mode:

default tiling modes for each desktop(defaults to 0):

must end in semicolon

0=vert,1=fullscreen,2=horiz,3=grid,4=stacking

DEFAULTMODE 3;4;0;1;2;3;

So if you wanted to use 6 desktops all in stacking mode: DEFAULTMODE 4;4;4;4;4;4;

Cheers

xgeek-cub commented 10 years ago

thanks Cheers!