mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 11:41:14 +00:00
Default brightness for screen and keyboard on laptop, default audio volume level for all systems
This commit is contained in:
@@ -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%
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user