dwm-inspired tiling pane and window manager for Tmux. Dependencies dwm.tmux requires tmux > 3.2. Installation To install, use the provided Makefile : git clone https://github.com/saysjonathan/dwm.tmux.git cd dwm.tmux make By default dwm.tmux uses /usr/local as it's prefix. To change the prefix: make PREFIX= $HOME Ensure that $PREFIX/bin is in your PATH . Setup To use, source the dwm.tmux tmux config: echo ' source-file /usr/local/lib/dwm.tmux ' >> $HOME /.tmux.conf Usage dwm.tmux defines the following command aliases, each with a default keybinding: newpane Meta-n Create a new pane and place it in the Main pane Create a new pane and place it in the Main pane newpanecurdir Meta-w Create a new pane starting in the same directory and place it in the Main pane Create a new pane starting in the same directory and place it in the Main pane killpane Meta-c Close the current pane. If the pane is in the Main pane, close the pane and promote the first pane in the stack to the Main pane Close the current pane. If the pane is in the Main pane, close the pane and promote the first pane in the stack to the Main pane movepane[0-9] Meta-Shift-[0-9] Move the current pane to the specified window Move the current pane to the specified window nextpane Meta-j Select the next pane (clockwise) Select the next pane (clockwise) prevpane Meta-k Select the previous pane (counterclockwise) Select the previous pane (counterclockwise) rotateccw Meta-< Rotate panes counterclockwise Rotate panes counterclockwise rotatecw Meta-> Rotate panes clockwise Rotate panes clockwise layouttile Meta-t Refresh layout (return to Main and Stack setup) Refresh layout (return to Main and Stack setup) zoom Meta-Enter Place select pane in the Main pane Place select pane in the Main pane float Meta-Space Switch pane to floating fullscreen Switch pane to floating fullscreen decmfact Meta-h Decrease the main pane space factor Decrease the main pane space factor incmfact Meta-l Increase the main pane space factor Incre...
First seen: 2026-01-28 14:27
Last seen: 2026-01-28 15:27