docs: document Sway keybinds
This commit is contained in:
parent
d2aa7ff5e2
commit
0944fcce4e
1 changed files with 33 additions and 0 deletions
33
README.md
33
README.md
|
|
@ -91,3 +91,36 @@ Packages:
|
|||
[guide]: https://wiki.archlinux.org/title/Installation_guide
|
||||
[efi]: https://wiki.archlinux.org/title/EFI_boot_stub
|
||||
[post]: https://lugh.ch/i-use-arch-btw.html
|
||||
|
||||
### Sway
|
||||
|
||||
#### Launching/stopping things
|
||||
|
||||
- `mod` + `enter` terminal
|
||||
- `mod` + `d` launcher
|
||||
- `mod` + `g` browser
|
||||
- `mod` + `t` file manager
|
||||
- `mod` + `shift` + `q` kill window
|
||||
- `mod` + `shift` + `e` exit Sway
|
||||
|
||||
#### Window management
|
||||
|
||||
- `mod` + `-` show scratch pad
|
||||
- `mod` + `-` + `shift` put focused window to scratch pad
|
||||
- `mod` + `shift` + `Space` move focues scratch pad window out of scratch area
|
||||
- `Meh` + `w/a/s/d` resize windows
|
||||
- `mod` + `h/j/k/l` focus window
|
||||
- `mod` + `shift` + `h/j/k/l` move window
|
||||
- `mod` + `f` zoom window fullscreen
|
||||
- `mod` + `z` zoom window centered (or Zen mode)
|
||||
- `mod` + `1/2/3/4/5/6` switch workspace
|
||||
- `mod` + `shift` + `1/2/3/4/5/6` move focused window to workspace
|
||||
- `Meh` + `n` next workspace
|
||||
- `Meh` + `p` previous workspace
|
||||
- `Meh` + `enter` cycle between current/previous workspace
|
||||
|
||||
#### Others
|
||||
|
||||
- `mod` + `shift` + `c` reload Sway config
|
||||
- `mod` + `ctrl` + `v` paste from cliphist
|
||||
- `mod` + `o` lock screen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue