modified: README.md

modified:   niri/config.kdl
This commit is contained in:
funman300
2026-04-22 11:44:21 -07:00
parent 2c9d9c7c32
commit 59a340f69c
2 changed files with 13 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Dotfiles (Niri + Wayland)
## Setup
```bash
git clone git@github.com:YOURNAME/dotfiles.git
cd dotfiles
./install.sh
+5
View File
@@ -74,4 +74,9 @@ binds {
// brightness
XF86MonBrightnessUp { spawn "brightnessctl set +10%" }
XF86MonBrightnessDown { spawn "brightnessctl set 10%-" }
spawn-at-startup [
"~/dotfiles/scripts/autostart.sh"
]
}