my simple dwm build
'modkey' is Windows key."
- MODKEY + p: Launches dmenu.
- MODKEY + Return: Launches a terminal window using termcmd, which is a shell command that specifies the desired terminal emulator.
- MODKEY + b: Toggles the visibility of the status bar.
- MODKEY + j: Focuses on the next window in the stack.
- MODKEY + k: Focuses on the previous window in the stack.
- MODKEY + i: Increases the number of windows in the master area of the screen by 1.
- MODKEY + d: Decreases the number of windows in the master area of the screen by 1.
- MODKEY + h: Decreases the width of the master area by 5%.
- MODKEY + l: Increases the width of the master area by 5%.
- MODKEY + ShiftMask + Return: Swaps focus between the currently focused window and the master window.
- MODKEY + Tab: Switches focus to the last selected window.
- MODKEY + q: Kills the currently focused window.
- MODKEY + t: Sets the tiled layout.
- MODKEY + f: Sets the floating layout.
- MODKEY + m: Sets the monocle layout (one window takes up the entire screen).
- MODKEY + space: Cycles through different layouts.
- MODKEY + ShiftMask + space: Toggles floating mode for the currently focused window.
- MODKEY + ShiftMask + f: Toggles fullscreen mode for the currently focused window.
- MODKEY + 0: Shows all tags.
- MODKEY + ShiftMask + 0: Moves the currently focused window to all tags.
- MODKEY + comma: Focuses on the previous monitor.
- MODKEY + period: Focuses on the next monitor.
- MODKEY + ShiftMask + comma: Moves the currently focused window to the previous monitor.
- MODKEY + ShiftMask + period: Moves the currently focused window to the next monitor.
- MODKEY + minus: Decreases the size of gaps between windows.
- MODKEY + equal: Increases the size of gaps between windows.
- MODKEY + ShiftMask + equal: Resets the size of gaps between windows.
- TAGKEYS(XK_1, 0) through TAGKEYS(XK_9, 8): Switches focus to the corresponding tag.
- MODKEY + ShiftMask + q: Quits dwm.
- MODKEY+F1: Mute the volume
- MODKEY+F2: Decrease the volume by 5%
- MODKEY+F3: Increase the volume by 5%