1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-07 09:52:50 +00:00
This commit is contained in:
Rae 5e 2024-12-17 23:35:03 -05:00
parent 2c56562cfe
commit 8f7ff7a4db
2 changed files with 14 additions and 1 deletions

View file

@ -18,4 +18,12 @@ sudo nixos-rebuild switch --flake '.#[hostname]'
## openbox hotkeys
I Dont Remember
**Ctrl+Right click** on a titlebar to open the window's menu<br>
**Alt+C** over a window to do the same thing
**Alt+D** to open the application menu
**Alt+Left arrow** to go to the previous desktop
**Alt+Right arrow** to go to the next desktop
**Alt+[1-4]** to go to a specific desktop

View file

@ -45,6 +45,11 @@
<command>rofi -show combi -modes combi -combi-modes "window,drun,run"</command>
</action>
</keybind>
<keybind key="A-c">
<action name="ShowMenu">
<menu>client-menu</menu>
</action>
</keybind>
<keybind key="A-Left">
<action name="GoToDesktop">
<to>previous</to>