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
(Created page with "{{Ebuild |Summary=<code>dwm</code> is extremely fast and lightweight window manager. It manages windows in tiled, floating and monocle layouts. |CatPkg=x11-wm/dwm |Maintainer=...") |
m |
||
Line 12: | Line 12: | ||
</console> | </console> | ||
== Configuration | == Configuration == | ||
dwm is configured by editing <code>/etc/portage/savedconfig/x11-wm/dwm-6.0</code> and rebuilding dwm. | dwm is configured by editing <code>/etc/portage/savedconfig/x11-wm/dwm-6.0</code> and rebuilding dwm. | ||
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 02:02, 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 |