speedwm-mkpage: Auto-pushed speedwm changes!

This commit is contained in:
speediegq 2022-10-11 21:03:01 +02:00
parent bf0d80c2c2
commit 4eb8942c66
2 changed files with 60 additions and 67 deletions

127
README.md
View file

@ -27,16 +27,11 @@ speedwm comes with the following layouts:
- Centered Floating Master
- Spiral
- Dwindle
- Three Column
- Bottom Stack
- Horizontal Bottom Stack
- Horizonal Grid
- Tatami
- Tilewide
- Stairs
- Tiling (5:4)
- Column
- Dynamic Grid
- Custom
They can be switched between using a little menu (See Keybinds for more information) or by right clicking the Layout indicator.
The more commonly used layouts can be switched between using a quick keybind.
@ -92,6 +87,7 @@ Please let me know if any keybinds are missing as these have been manually added
- Super+Shift+q | Close the current window
- Super+Space | Set layout
- Super+Colon | Open a list of desktop entries in dmenu
- Super+0 | Reset mfact
- Super+r | Reset number of masters
- Super+t | Disable inactive fade
- Super+Shift+Equal | Toggle scratchpads
@ -198,7 +194,7 @@ Please let me know if any keybinds are missing as these have been manually added
- Music button | Open your defined music player
- WLAN button | Disconnect from WLAN
### Mouse
-- Mouse --
These binds can be activated using your mouse
@ -212,7 +208,7 @@ Please let me know if any keybinds are missing as these have been manually added
- Focused window (Super+Alt+Left click) | Move the focused window around
- Focused window (Super+Alt+Middle click) | Make the focused window floating
- Focused window title (Middle click) | Rotate stack
- Dragging (Super+Right click) | Increase/decrease size of each window
- Dragging (Super+Right click) | Increase/decrease size of each window (mfact)
- Dragging (SuperControl+Right click) | Increase/decrease cfact
- Root window (Right click) | List .desktop entries and open them
@ -330,65 +326,62 @@ Below is a list of all signums and what they do.
- 7 | Switch to the Centered Floating Master layout
- 8 | Switch to the Fibonacci Spiral layout
- 9 | Switch to the Fibonacci Dwindle layout
- 10 | Switch to the Three Column layout
- 11 | Switch to the Bottom Stack Vertical layout
- 12 | Switch to the Bottom Stack Horizontal layout
- 13 | Switch to the Horizontal Grid layout
- 14 | Switch to the Tatami layout
- 15 | Switch to the Tilewide layout
- 16 | Switch to the Stairs layout
- 17 | Switch to the 5:4 tiling layout
- 18 | Switch to the Column layout
- 19 | Switch to the Dynamic Grid layout
- 20 | Switch to the next layout
- 21 | Switch to the previous layout
- 22 | Increase mfact by 0.05
- 23 | Decrease mfact by 0.05
- 24 | Toggle sticky
- 25 | Toggle the bar
- 26 | Toggle fullscreen
- 27 | Toggle floating
- 28 | Swap the current window with the next
- 29 | Reorganize tags (Reorder them)
- 30 | Shutdown speedwm
- 31 | Restart speedwm
- 32 | Show the focused window
- 33 | Hide the focused window
- 34 | Kill the focused window
- 35 | Rotate the stack up
- 36 | Rotate the stack down
- 37 | Increase number of clients in the master stack
- 38 | Decrease number of clients in the master stack
- 39 | Focus the Master client
- 40 | Switch focus between windows +1
- 41 | Switch focus between windows -1
- 42 | Switch focus between hidden windows +1
- 43 | Switch focus between hidden windows -1
- 44 | Toggle opacity for windows
- 45 | Increase cfact by 0.05
- 46 | Decrease cfact by 0.05
- 47 | Switch to the previous tag
- 48 | Switch to the next tag
- 49 | Reset gaps to the default size
- 50 | Toggle gaps
- 51 | Increase gaps by 1
- 52 | Decrease gaps by 1
- 53 | Increase inner gaps by 1
- 54 | Decrease inner gaps by 1
- 55 | Increase outer gaps by 1
- 56 | Decrease outer gaps by 1
- 57 | Kill all clients except focused
- 58 | Focus the next monitor
- 59 | Focus the previous monitor
- 60 | Show the scratchpad
- 61 | Hide the scratchpad
- 62 | Remove the scratchpad
- 63 | Reset layout/mfact
- 64 | Reset nmaster
- 65 | Show/Hide systray
- 66 | Reload .Xresources on the fly
- 67 | Hide all windows
- 67 | Show all windows
- 10 | Switch to the Bottom Stack Vertical layout
- 11 | Switch to the Bottom Stack Horizontal layout
- 12 | Switch to the Horizontal Grid layout
- 13 | Switch to the Dynamic Grid layout
- 14 | Switch to the Custom layout
- 15 | Custom layout options
- 16 | Switch to the next layout
- 17 | Switch to the previous layout
- 18 | Increase mfact by 0.05
- 19 | Decrease mfact by 0.05
- 20 | Toggle sticky
- 21 | Toggle the bar
- 22 | Toggle fullscreen
- 23 | Toggle floating
- 24 | Swap the current window with the next
- 25 | Reorganize tags (Reorder them)
- 26 | Shutdown speedwm
- 27 | Restart speedwm
- 28 | Show the focused window
- 29 | Hide the focused window
- 30 | Kill the focused window
- 31 | Rotate the stack up
- 32 | Rotate the stack down
- 33 | Increase number of clients in the master stack
- 34 | Decrease number of clients in the master stack
- 35 | Focus the Master client
- 36 | Switch focus between windows +1
- 37 | Switch focus between windows -1
- 38 | Switch focus between hidden windows +1
- 39 | Switch focus between hidden windows -1
- 40 | Toggle opacity for windows
- 41 | Increase cfact by 0.05
- 42 | Decrease cfact by 0.05
- 43 | Switch to the previous tag
- 44 | Switch to the next tag
- 45 | Reset gaps to the default size
- 46 | Toggle gaps
- 47 | Increase gaps by 1
- 48 | Decrease gaps by 1
- 49 | Increase inner gaps by 1
- 50 | Decrease inner gaps by 1
- 51 | Increase outer gaps by 1
- 52 | Decrease outer gaps by 1
- 53 | Kill all clients except focused
- 54 | Focus the next monitor
- 55 | Focus the previous monitor
- 56 | Show the scratchpad
- 57 | Hide the scratchpad
- 58 | Remove the scratchpad
- 59 | Reset layout/mfact
- 60 | Reset nmaster
- 61 | Show/Hide systray
- 62 | Hide all windows
- 63 | Show all windows
- 64 | Reset mfact
- 65 | Reload .Xresources on the fly
## Switching run launcher
Some users may prefer to use a different run launcher than dmenu.

BIN
speedwm-0.7.tar.gz Normal file

Binary file not shown.