You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch will make dwm run “~/.dwm/autostart_blocking.sh” and “~/.dwm/autostart.sh &” before entering the handler loop.
actualfullscreen
Actually toggle fullscreen for a window, instead of toggling the status bar and the monocle layout.
center
this patch starts program in the center of the current screen
deck
this patch adds 2 pane layout
deck-tilegap
this patch adds gaps for the 2 pane layout
floatpos
this patch makes “floating rules” patch work using relative coordinates on multi monitor setup
fullgaps
This patch adds gaps between client windows.
hide_vacant_tags
This patch prevents dwm from drawing tags with no clients (i.e. vacant) on the bar.
pertag
This patch enables one layout per tag in contrast of one layout for all tags.
push
pushup and pushdown provide a way to move clients inside the clients list.
savefloats
This patch saves size and position of every floating window before it is forced into tiled mode. If the window is made floating again, the old dimensions will be restored.
scratchpad
The scratchpad patch allows you to spawn or restore a floating terminal window.
showselmon
Shows which monitor is currently selected. Unselected monitors now use inverted colors in status bar.
statusallmons
This patch draws and updates the statusbar on all monitors.
statuscmd
This patch adds the ability to execute shell commands based on the mouse button and position when clicking the status bar.
tagswapmon
This patch enables swapping all windows between monitors
warp
This patch warps the mouse cursor to the center of the currently focused window