conformal / spectrwm

A small dynamic tiling window manager for X11.
ISC License
1.33k stars 97 forks source link

Floating windows and space between windows #50

Closed xgeek-cub closed 9 years ago

xgeek-cub commented 10 years ago

Hello; I want to know how could I start the spectrwm with windows floarting. (serve spectrwm as an Floating (stocking) windows manger.)

In the tilling mode; is it possible to release some space between windows (for example; each window leaves 3 pixels from each border to the adjacent window's border.)

LordReg commented 10 years ago

Late response, but to float all new windows by default, add the following to your spectrwm.conf: quirk[.*] = FLOAT

You can configure the tile spacing via the tile_gap and region_padding options. See the man page.