1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-30 22:53:37 +00:00
This commit is contained in:
Rae 5e 2024-12-29 22:03:33 -05:00
parent dfce24df7c
commit 0fa4fa69b4
5 changed files with 16 additions and 6 deletions

View file

@ -10,9 +10,9 @@ theoretically:
```sh
nix-shell -p git just
git clone https://github.com/roxwize/dotfiles
cd dotfiles/nixos
just switch [hostname]
git clone https://git.sr.ht/~roxwize/.dotfiles
cd .dotfiles/
nixos-install --flake './nixos#[hostname]'
```
# usage
@ -22,7 +22,9 @@ just switch [hostname]
**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
**Middle click** on desktop to open menu
**Alt+Middle 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>
**Alt+Right arrow** to go to the next desktop<br>

View file

@ -1,3 +1,3 @@
hsetroot -cover ~/.dotfiles/assets/wallpapers/current
xcompmgr &
polybar top &
polybar top 2>/tmp/polybar-log.txt &

View file

@ -95,6 +95,11 @@
<mousebind button="A-Right" action="Drag">
<action name="Resize"/>
</mousebind>
<mousebind button="A-Middle" action="Click">
<action name="ShowMenu">
<menu>root</menu>
</action>
</mousebind>
</context>
<context name="Titlebar">
@ -157,7 +162,7 @@
</context>
<context name="Root">
<mousebind button="Right" action="Click">
<mousebind button="Middle" action="Click">
<action name="ShowMenu">
<menu>root</menu>
</action>

View file

@ -65,6 +65,8 @@
};
"module/audio" = {
type = "internal/alsa";
master-soundcard = "hw:0";
master-mixer = "Master";
format-volume = "<label-volume>";
format-muted = "<label-muted>";
label-volume = "SND: %percentage%%";

View file

@ -34,6 +34,7 @@
# misc
uxn
# system tools
alsa-utils
bat
btop
dconf-editor