Note:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Dwm"
Jump to navigation
Jump to search
m |
|||
Line 2: | Line 2: | ||
|Summary=<code>dwm</code> is extremely fast and lightweight window manager. It manages windows in tiled, floating and monocle layouts. | |Summary=<code>dwm</code> is extremely fast and lightweight window manager. It manages windows in tiled, floating and monocle layouts. | ||
|CatPkg=x11-wm/dwm | |CatPkg=x11-wm/dwm | ||
|Maintainer= | |Maintainer=Causes, | ||
|Homepage=http://dwm.suckless.org/ | |Homepage=http://dwm.suckless.org/ | ||
}} | }} | ||
Line 49: | Line 49: | ||
|| <code>META+h / l</code> || Resize master area | || <code>META+h / l</code> || Resize master area | ||
|} | |} | ||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 05:57, October 8, 2014
Dwm
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Installation
dmenu is needed to run programs from dwm.
root # emerge -av dwm dmenu
Configuration
dwm is configured by editing /etc/portage/savedconfig/x11-wm/dwm-6.0
and rebuilding dwm.
Enable savedconfig.
/etc/portage/package.use
x11-wm/dwm savedconfig
Edit configuration file.
root # nano /etc/portage/savedconfig/x11-wm/dwm-6.0
Rebuild dwm.
root # emerge dwm
Basic usage
Shortcut | Description |
Alt |
META |
META+p |
Run program with dmenu |
META+3 |
Move to tag number 3 |
META+j / k |
Move to next / previous client |
META+i / d |
Increase / decrease master clients |
META+Enter |
Move client to master area |
META+h / l |
Resize master area |