Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Package:Dwm
Jump to navigation
Jump to search
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 |