mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-25 00:52:06 +00:00
~
This commit is contained in:
parent
0fa4fa69b4
commit
2662de52d4
3 changed files with 12 additions and 7 deletions
|
@ -22,8 +22,8 @@ nixos-install --flake './nixos#[hostname]'
|
||||||
**Ctrl+Right click** on a titlebar to open the window's menu<br>
|
**Ctrl+Right click** on a titlebar to open the window's menu<br>
|
||||||
**Alt+C** over a window to do the same thing
|
**Alt+C** over a window to do the same thing
|
||||||
|
|
||||||
**Middle click** on desktop to open menu
|
**Right click** on desktop to open menu
|
||||||
**Alt+Middle click** over a window to do the same thing
|
**Alt+Right click** over a window to do the same thing
|
||||||
**Alt+D** to open the application launcher
|
**Alt+D** to open the application launcher
|
||||||
|
|
||||||
**Alt+Left arrow** to go to the previous desktop<br>
|
**Alt+Left arrow** to go to the previous desktop<br>
|
||||||
|
|
|
@ -92,14 +92,14 @@
|
||||||
<mousebind button="A-Left" action="Drag">
|
<mousebind button="A-Left" action="Drag">
|
||||||
<action name="Move"/>
|
<action name="Move"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind button="A-Right" action="Drag">
|
<mousebind button="A-Right" action="Click">
|
||||||
<action name="Resize"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="A-Middle" action="Click">
|
|
||||||
<action name="ShowMenu">
|
<action name="ShowMenu">
|
||||||
<menu>root</menu>
|
<menu>root</menu>
|
||||||
</action>
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
<mousebind button="A-Right" action="Drag">
|
||||||
|
<action name="Resize"/>
|
||||||
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Titlebar">
|
<context name="Titlebar">
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Root">
|
<context name="Root">
|
||||||
<mousebind button="Middle" action="Click">
|
<mousebind button="Right" action="Click">
|
||||||
<action name="ShowMenu">
|
<action name="ShowMenu">
|
||||||
<menu>root</menu>
|
<menu>root</menu>
|
||||||
</action>
|
</action>
|
||||||
|
|
|
@ -42,6 +42,11 @@
|
||||||
font.name = "Fira Code";
|
font.name = "Fira Code";
|
||||||
themeFile = "mayukai";
|
themeFile = "mayukai";
|
||||||
};
|
};
|
||||||
|
rofi = {
|
||||||
|
enable = true;
|
||||||
|
font = "GohuFont 14";
|
||||||
|
terminal = "${pkgs.kitty}/bin/kitty";
|
||||||
|
};
|
||||||
vscode = {
|
vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.vscodium;
|
package = pkgs.vscodium;
|
||||||
|
|
Loading…
Add table
Reference in a new issue