Compare commits

...

2 Commits

Author SHA1 Message Date
c043f4e9f8 niri: Set max-scroll-amount 2024-12-08 21:34:51 +01:00
90d4b80cf9 install-script: Add screen brightness control tools 2024-12-05 10:41:06 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,7 @@ input {
} }
// Focus windows and outputs automatically when moving the mouse into them. // Focus windows and outputs automatically when moving the mouse into them.
focus-follows-mouse focus-follows-mouse max-scroll-amount="0%"
} }
// https://gdthub.com/YaLTeR/niri/wiki/Configuration:-Outputs // https://gdthub.com/YaLTeR/niri/wiki/Configuration:-Outputs

View File

@ -16,6 +16,7 @@ sudo pacman --needed -S \
difftastic \ difftastic \
dunst \ dunst \
dust \ dust \
ddcutil \
exa \ exa \
fd \ fd \
fish \ fish \
@ -27,6 +28,7 @@ sudo pacman --needed -S \
htop \ htop \
hyprland \ hyprland \
hyprpaper \ hyprpaper \
i2c-tools \
lazygit \ lazygit \
luarocks \ luarocks \
neovim \ neovim \