Merge branch 'x13'

# Conflicts:
#	.config/hypr/hyprland.conf
#	.config/hypr/hyprpaper.conf
#	.config/waybar/config
#	.gitignore
#	.zshrc
#	bin/alias
#	bin/brightness
#	bin/cycle_pactl.sh
#	bin/keep.sh
#	bin/lid_close.sh
#	bin/lid_open.sh
#	bin/startup.sh
This commit is contained in:
2026-02-14 18:08:15 +01:00
20 changed files with 1189 additions and 59 deletions

View File

@@ -11,8 +11,8 @@ if test $action = up
echo (math $current_value + $dvalue) > $backlight_device
else if test $action = down
set newVal (math $current_value - $dvalue)
if test $newVal -lt 100
set newVal 100
if test $newVal -lt 2424
set newVal 2424
end
echo New brightness value: $newVal
echo $newVal > $backlight_device