1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-03 12:14:07 +00:00
This commit is contained in:
Rae 5e 2024-12-30 14:08:14 -05:00
parent 30d3361f55
commit 1d12b392f1

View file

@ -22,31 +22,41 @@ nixos-install --flake './nixos#[hostname]'
## openbox hotkeys ## openbox hotkeys
``` ```
Menus
A-d A-d
Open application menu Main menu
A-question
Application menu
A-period
ssh menu
A-c A-c
Open client (window) menu Client (window) menu
A-Enter Window actions
Iconify window A-Return
Iconify
A-Up A-Up
Raise window Raise
A-Down A-Down
Lower window Lower
CA-x CA-x
Close window Close
CA-f
Fullscreen
CA-m CA-m
Maximize window Maximize
CA-Enter
Open terminal (kitty)
CAS-r
Restart
Workspace management
A-Left A-Left
Switch to previous workspace Switch to previous workspace
A-Right A-Right
Switch to next workspace Switch to next workspace
Miscellaneous
CA-Return
Open terminal (kitty)
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>