mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
~
This commit is contained in:
parent
dfce24df7c
commit
0fa4fa69b4
5 changed files with 16 additions and 6 deletions
10
README.md
10
README.md
|
@ -10,9 +10,9 @@ theoretically:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nix-shell -p git just
|
nix-shell -p git just
|
||||||
git clone https://github.com/roxwize/dotfiles
|
git clone https://git.sr.ht/~roxwize/.dotfiles
|
||||||
cd dotfiles/nixos
|
cd .dotfiles/
|
||||||
just switch [hostname]
|
nixos-install --flake './nixos#[hostname]'
|
||||||
```
|
```
|
||||||
|
|
||||||
# usage
|
# usage
|
||||||
|
@ -22,7 +22,9 @@ just switch [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
|
||||||
|
|
||||||
**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+Left arrow** to go to the previous desktop<br>
|
||||||
**Alt+Right arrow** to go to the next desktop<br>
|
**Alt+Right arrow** to go to the next desktop<br>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
hsetroot -cover ~/.dotfiles/assets/wallpapers/current
|
hsetroot -cover ~/.dotfiles/assets/wallpapers/current
|
||||||
xcompmgr &
|
xcompmgr &
|
||||||
polybar top &
|
polybar top 2>/tmp/polybar-log.txt &
|
||||||
|
|
|
@ -95,6 +95,11 @@
|
||||||
<mousebind button="A-Right" action="Drag">
|
<mousebind button="A-Right" action="Drag">
|
||||||
<action name="Resize"/>
|
<action name="Resize"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
<mousebind button="A-Middle" action="Click">
|
||||||
|
<action name="ShowMenu">
|
||||||
|
<menu>root</menu>
|
||||||
|
</action>
|
||||||
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Titlebar">
|
<context name="Titlebar">
|
||||||
|
@ -157,7 +162,7 @@
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Root">
|
<context name="Root">
|
||||||
<mousebind button="Right" action="Click">
|
<mousebind button="Middle" action="Click">
|
||||||
<action name="ShowMenu">
|
<action name="ShowMenu">
|
||||||
<menu>root</menu>
|
<menu>root</menu>
|
||||||
</action>
|
</action>
|
||||||
|
|
|
@ -65,6 +65,8 @@
|
||||||
};
|
};
|
||||||
"module/audio" = {
|
"module/audio" = {
|
||||||
type = "internal/alsa";
|
type = "internal/alsa";
|
||||||
|
master-soundcard = "hw:0";
|
||||||
|
master-mixer = "Master";
|
||||||
format-volume = "<label-volume>";
|
format-volume = "<label-volume>";
|
||||||
format-muted = "<label-muted>";
|
format-muted = "<label-muted>";
|
||||||
label-volume = "SND: %percentage%%";
|
label-volume = "SND: %percentage%%";
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
# misc
|
# misc
|
||||||
uxn
|
uxn
|
||||||
# system tools
|
# system tools
|
||||||
|
alsa-utils
|
||||||
bat
|
bat
|
||||||
btop
|
btop
|
||||||
dconf-editor
|
dconf-editor
|
||||||
|
|
Loading…
Reference in a new issue