Default brightness for screen and keyboard on laptop, default audio volume level for all systems

This commit is contained in:
2025-07-01 23:57:51 -07:00
parent b138866194
commit 17495207aa
2 changed files with 7 additions and 1 deletions

View File

@@ -2,4 +2,8 @@
monitor=eDP-2,2560x1600@165,auto,1,vrr,1
# Source configs
source = ~/.config/hypr/hyprland-common.conf
source = ~/.config/hypr/hyprland-common.conf
# Application launch
exec-once = brightnessctl -sd platform::kbd_backlight set 1
exec-once = brightnessctl -s set 30%

View File

@@ -166,6 +166,8 @@ exec-once = kanshi
exec-once = ydotoold
exec-once = hypridle
exec-once = wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 10%
# Loop needed until waybar gtk icon crash fixed
exec-once = bash -c "while true; do waybar; sleep 3; done"