Update markdown, doc-03

This commit is contained in:
speedie 2022-11-16 21:00:07 +01:00
parent 8ffc9b4dcb
commit a50ee5f8fb
2 changed files with 18 additions and 5 deletions

View file

@ -28,7 +28,7 @@ speedwm comes with the following layouts:
- Grid
- Deck
- Centered Master
- Centered Floating Master
- Tatami
- Spiral
- Dwindle
- Bottom Stack
@ -123,6 +123,9 @@ Please let me know if any keybinds are missing as these have been manually added
- Super+Control+w - Increases your volume
- Super+Control+e - Decreases your volume
- Super+Control+0 - Tag all tags at once.
- Super+Control+Enter - Mirror the layout
- Super+Control+i - Increase stackcount by 1
- Super+Control+u - Decrease stack count by 1
- Super+Control+z/x - Increase/decrease gaps between windows by 5
- Super+Control+j/k - Move focus between hidden windows (Can then 'Show')
- Super+Control+Arrow - Moves a window to any corner of your screen (Arrow key)
@ -341,7 +344,7 @@ If it is not or you want it somewhere else, you can edit 'autostart.h' and 'make
- speedwm.bar.hide.status: 0
- speedwm.bar.hide.systray: 1
- speedwm.bar.hide.title: 0
- speedwm.bar.hide.unseltitle: 1
- speedwm.bar.hide.unseltitle: 0
- speedwm.bar.hide.icon: 0
- speedwm.bar.layoutposition: 1
- speedwm.border.roundedcorners: 0
@ -428,7 +431,6 @@ If it is not or you want it somewhere else, you can edit 'autostart.h' and 'make
- speedwm.icon.spacing: 5
- speedwm.layout.deck.count: 0
- speedwm.layout.deck.format: [%d]
- speedwm.layout.dgrid.forcevsplit: 1
- speedwm.layout.monocle.clientcount: 0
- speedwm.layout.monocle.count: 0
- speedwm.layout.monocle.format: [%d/%d]
@ -488,7 +490,7 @@ Below is a list of all signums and what they do.
- 4 - Switch to the Grid layout
- 5 - Switch to the Deck layout
- 6 - Switch to the Centered Master layout
- 7 - Switch to the Centered Floating Master layout
- 7 - Switch to the Tatami layout
- 8 - Switch to the Fibonacci Spiral layout
- 9 - Switch to the Fibonacci Dwindle layout
- 10 - Switch to the Bottom Stack Vertical layout
@ -583,6 +585,17 @@ Below is a list of all signums and what they do.
- 99 - Reset vertical barpadding
- 100 - Reset horizontal barpadding
- 101 - Reset vertical and horizontal barpadding
- 102 - Increase stack count by 1
- 103 - Decrease stack count by 1
- 104 - Rotate forward in the layout axis
- 105 - Rotate forward in the master axis
- 106 - Rotate forward in the stack axis
- 107 - Rotate forward in the secondary stack axis
- 108 - Rotate backwards in the layout axis
- 109 - Rotate backwards in the master axis
- 110 - Rotate backwards in the stack axis
- 111 - Rotate backwards in the secondary stack axis
- 112 - Mirror the layout
## Maintaining settings easily
speedwm is a personal fork of dwm and will therefore likely have keybinds and other options you may not like.

View file

@ -6,7 +6,7 @@ speedwm comes with the following layouts:
- Grid
- Deck
- Centered Master
- Centered Floating Master
- Tatami
- Spiral
- Dwindle
- Bottom Stack