mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
~
This commit is contained in:
parent
30d3361f55
commit
1d12b392f1
1 changed files with 33 additions and 23 deletions
56
README.md
56
README.md
|
@ -22,31 +22,41 @@ nixos-install --flake './nixos#[hostname]'
|
|||
## openbox hotkeys
|
||||
|
||||
```
|
||||
A-d
|
||||
Open application menu
|
||||
A-c
|
||||
Open client (window) menu
|
||||
Menus
|
||||
A-d
|
||||
Main menu
|
||||
A-question
|
||||
Application menu
|
||||
A-period
|
||||
ssh menu
|
||||
A-c
|
||||
Client (window) menu
|
||||
|
||||
A-Enter
|
||||
Iconify window
|
||||
A-Up
|
||||
Raise window
|
||||
A-Down
|
||||
Lower window
|
||||
CA-x
|
||||
Close window
|
||||
CA-m
|
||||
Maximize window
|
||||
Window actions
|
||||
A-Return
|
||||
Iconify
|
||||
A-Up
|
||||
Raise
|
||||
A-Down
|
||||
Lower
|
||||
CA-x
|
||||
Close
|
||||
CA-f
|
||||
Fullscreen
|
||||
CA-m
|
||||
Maximize
|
||||
|
||||
CA-Enter
|
||||
Open terminal (kitty)
|
||||
CAS-r
|
||||
Restart
|
||||
Workspace management
|
||||
A-Left
|
||||
Switch to previous workspace
|
||||
A-Right
|
||||
Switch to next workspace
|
||||
|
||||
A-Left
|
||||
Switch to previous workspace
|
||||
A-Right
|
||||
Switch to next workspace
|
||||
Miscellaneous
|
||||
CA-Return
|
||||
Open terminal (kitty)
|
||||
CAS-r
|
||||
Restart
|
||||
```
|
||||
|
||||
or:
|
||||
|
@ -54,7 +64,7 @@ or:
|
|||
**Alt+Left click** and drag over a window to move it<br>
|
||||
**Alt+Right click** and drag over a window to resize it<br>
|
||||
**Ctrl+Right click** on titlebar to open its window's menu<br>
|
||||
**Alt+C** over a window to do the same thing<br>
|
||||
**Alt+C** over a window to do the same thing
|
||||
|
||||
**Double click titlebar** to maximize its window completely<br>
|
||||
**Left click maximize button** to maximize completely<br>
|
||||
|
|
Loading…
Reference in a new issue