add keybind markdown file
This commit is contained in:
parent
35d7cfefbd
commit
f956f14f3f
2
Makefile
2
Makefile
|
@ -40,6 +40,8 @@ install: all
|
|||
mkdir -p ${DESTDIR}${PREFIX}/bin
|
||||
cp -f dwm ${DESTDIR}${PREFIX}/bin
|
||||
chmod 755 ${DESTDIR}${PREFIX}/bin/dwm
|
||||
cp -f README.md ${DESTDIR}${PREFIX}/share/dwm/dwm.md
|
||||
chmod 644 ${DESTDIR}${PREFIX}/share/dwm/dwm.md
|
||||
|
||||
uninstall:
|
||||
rm -f ${DESTDIR}${PREFIX}/bin/dwm
|
||||
|
|
|
@ -0,0 +1,85 @@
|
|||
# Client/Tag Control
|
||||
Modifier(s)|Key|Action
|
||||
:--|:--|:--
|
||||
Mod|0|Show all tags
|
||||
Mod Shift|0|Make a client sticky
|
||||
Mod|Tab|Focus first client on stack
|
||||
Mod Shift|Tab|Move active client to top of stack
|
||||
Mod|'|Kill active client
|
||||
Mod|,|Focus previous monitor on stack
|
||||
Mod Shift|,|Move active client to previous monitor on stack
|
||||
Mod|.|Focus next monitor on stack
|
||||
Mod Shift|.|Move active client to next monitor on stack
|
||||
Mod|p|Toggle fullscreen on active client
|
||||
Mod|j|Focus next client on stack
|
||||
Mod Shift|j|Move active client down stack
|
||||
Mod|k|Focus previous client on stack
|
||||
Mod Shift|k|Move active client up stack
|
||||
Mod|v|Focus last active client
|
||||
Mod Shift|v|Swap active client with last active client
|
||||
Mod|space|Move active client to top of stack
|
||||
Mod Shift|space|Make active client float
|
||||
|
||||
# Layout Control
|
||||
Modifier(s)|Key|Action
|
||||
:--|:--|:--
|
||||
Mod|c|Decrease number of master clients
|
||||
Mod Shift|c|Reset number of master clients
|
||||
Mod|r|Increase number of master clients
|
||||
Mod Shift|r|Reset number of master clients
|
||||
Mod|l|Increase master area size
|
||||
Mod|h|Decrease master area size
|
||||
Mod|n|Switch to tile layout
|
||||
Mod Shift|n|Switch to bottom stack layout
|
||||
Mod|s|Switch to centered master layout
|
||||
Mod Shift|s|Switch to grid layout
|
||||
Mod|minus|Switch to monocle layout
|
||||
Mod Shift|minus|Switch to horizontal bottom stack layout
|
||||
|
||||
# Spawn Programs
|
||||
Modifier(s)|Key|Action
|
||||
:--|:--|:--
|
||||
Mod|t|Spawn launcher menu
|
||||
Mod|o|Toggle HTOP (Process Manager) scratchpad
|
||||
Mod Shift|o|Spawn an HTOP (Process Manager) window
|
||||
Mod|e|Toggle LF (File Manager) scratchpad
|
||||
Mod Shift|e|Spawn an LF (File Manager) window
|
||||
Mod|u|Spawn a web browser
|
||||
Mod Shift|u|Spawn an NMTUI (Network Manager) window
|
||||
Mod|backslash|Toggle calculator scratchpad
|
||||
Mod|Return|Spawn a terminal window
|
||||
Mod Shift|Return|Spawn a terminal window in working directory of active client
|
||||
Mod|m|Spawn a music player
|
||||
Mod|w|Spawn Ferdium
|
||||
|
||||
# System
|
||||
Modifier(s)|Key|Action
|
||||
:--|:--|:--
|
||||
Mod|F3|Spawn volume panel
|
||||
Mod|F9|Spawn mounting menu
|
||||
Mod|F10|Spawn unmounting menu
|
||||
Mod|F11|Spawn display select menu
|
||||
Mod|F12|Switch keyboard layout
|
||||
Mod|BackSpace|Spawn system menu
|
||||
Mod Shift|End|Kill DWM
|
||||
Mod|Up|Increase volume by 5
|
||||
Mod Shift|Up|Increase volume by 20
|
||||
Mod|Down|Decrease volume by 5
|
||||
Mod Shift|Down|Decrease volume by 20
|
||||
Mod Shift|m|Mute all sound
|
||||
|
||||
# Misc.
|
||||
Modifier(s)|Key|Action
|
||||
:--|:--|:--
|
||||
Mod|b|Toggle status bar
|
||||
Mod|F1|Show this help manual
|
||||
Mod|\`|Spawn emoji/fontawesome picker
|
||||
||Print|Make screenshot
|
||||
Shift|Print|Spawn screenshot menu
|
||||
Mod|Print|Spawn recording menu
|
||||
Mod Shift|Print|Kill recording
|
||||
Mod|Delete|Kill recording
|
||||
Mod|Left|Play last track
|
||||
Mod Shift|Left|Seek track to beginning
|
||||
Mod|Right|Play next track
|
||||
|
Loading…
Reference in New Issue