Tagged Questions
0
votes
0answers
39 views
How to drag a window in DWM?
Using dwm (dynamic window manager), I can't drag a window or move it. I can resize windows with Meta + right click drag, but Meta + click drag doesn't move the window.
2
votes
2answers
199 views
Any way to resolve the “another window manager is already running” error with dwm in OS X?
I know it should be possible to run dwm in OSX Mountain Lion, since it is possible to run X11 (or xQuartz). However, whenever I try to run dwm I just get
dwm: another window manager is already ...
1
vote
1answer
49 views
How to bring floated window on top above another in dwm window manager?
Sometimes when at desktop 1, I switch from float mode to tiled mode, and then back. On desktop 2 for example: shell windows overlaps chrome window, how to send it back...? Also would be nice to switch ...
0
votes
1answer
61 views
killing dwm leaves left over processes
I am using dwm on an opensuse box where I don't have root permissions.
I launch dwm using "custom session" from KDM, which executes my .xsession.
$ cat .xsession
exec ~/bin/startdwm
cat ...