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
|
## openbox hotkeys
|
||||||
|
|
||||||
```
|
```
|
||||||
A-d
|
Menus
|
||||||
Open application menu
|
A-d
|
||||||
A-c
|
Main menu
|
||||||
Open client (window) menu
|
A-question
|
||||||
|
Application menu
|
||||||
|
A-period
|
||||||
|
ssh menu
|
||||||
|
A-c
|
||||||
|
Client (window) menu
|
||||||
|
|
||||||
A-Enter
|
Window actions
|
||||||
Iconify window
|
A-Return
|
||||||
A-Up
|
Iconify
|
||||||
Raise window
|
A-Up
|
||||||
A-Down
|
Raise
|
||||||
Lower window
|
A-Down
|
||||||
CA-x
|
Lower
|
||||||
Close window
|
CA-x
|
||||||
CA-m
|
Close
|
||||||
Maximize window
|
CA-f
|
||||||
|
Fullscreen
|
||||||
|
CA-m
|
||||||
|
Maximize
|
||||||
|
|
||||||
CA-Enter
|
Workspace management
|
||||||
Open terminal (kitty)
|
A-Left
|
||||||
CAS-r
|
Switch to previous workspace
|
||||||
Restart
|
A-Right
|
||||||
|
Switch to next workspace
|
||||||
|
|
||||||
A-Left
|
Miscellaneous
|
||||||
Switch to previous workspace
|
CA-Return
|
||||||
A-Right
|
Open terminal (kitty)
|
||||||
Switch to next workspace
|
CAS-r
|
||||||
|
Restart
|
||||||
```
|
```
|
||||||
|
|
||||||
or:
|
or:
|
||||||
|
@ -54,7 +64,7 @@ or:
|
||||||
**Alt+Left click** and drag over a window to move it<br>
|
**Alt+Left click** and drag over a window to move it<br>
|
||||||
**Alt+Right click** and drag over a window to resize 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>
|
**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>
|
**Double click titlebar** to maximize its window completely<br>
|
||||||
**Left click maximize button** to maximize completely<br>
|
**Left click maximize button** to maximize completely<br>
|
||||||
|
|
Loading…
Reference in a new issue