1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-24 16:52:05 +00:00
This commit is contained in:
Rae 5e 2024-12-29 23:00:40 -05:00
parent 0fa4fa69b4
commit 2662de52d4
3 changed files with 12 additions and 7 deletions
README.md
configs/openbox
nixos/home

View file

@ -22,8 +22,8 @@ nixos-install --flake './nixos#[hostname]'
**Ctrl+Right click** on a titlebar to open the window's menu<br>
**Alt+C** over a window to do the same thing
**Middle click** on desktop to open menu
**Alt+Middle click** over a window to do the same thing
**Right click** on desktop to open menu
**Alt+Right click** over a window to do the same thing
**Alt+D** to open the application launcher
**Alt+Left arrow** to go to the previous desktop<br>

View file

@ -92,14 +92,14 @@
<mousebind button="A-Left" action="Drag">
<action name="Move"/>
</mousebind>
<mousebind button="A-Right" action="Drag">
<action name="Resize"/>
</mousebind>
<mousebind button="A-Middle" action="Click">
<mousebind button="A-Right" action="Click">
<action name="ShowMenu">
<menu>root</menu>
</action>
</mousebind>
<mousebind button="A-Right" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="Titlebar">
@ -162,7 +162,7 @@
</context>
<context name="Root">
<mousebind button="Middle" action="Click">
<mousebind button="Right" action="Click">
<action name="ShowMenu">
<menu>root</menu>
</action>

View file

@ -42,6 +42,11 @@
font.name = "Fira Code";
themeFile = "mayukai";
};
rofi = {
enable = true;
font = "GohuFont 14";
terminal = "${pkgs.kitty}/bin/kitty";
};
vscode = {
enable = true;
package = pkgs.vscodium;