Fix some stuff
This commit is contained in:
@@ -165,8 +165,8 @@ in {
|
||||
"XF86MonBrightnessUp" = "exec xbacklight -inc 10";
|
||||
"XF86MonBrightnessDown" = "exec xbacklight -dec 10";
|
||||
"XF86AudioMute" = "exec pamixer -t";
|
||||
"XF86AudioLowerVolume" = "exec pamixer -d 10";
|
||||
"XF86AudioRaiseVolume" = "exec pamixer -i 10";
|
||||
"XF86AudioLowerVolume" = "exec pamixer -d 5";
|
||||
"XF86AudioRaiseVolume" = "exec pamixer -i 5";
|
||||
"XF86AudioPrev" = "exec playerctl previous";
|
||||
"XF86AudioPlay" = "exec playerctl play-pause";
|
||||
"XF86AudioNext" = "exec playerctl next";
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
username = "me@danielpatterson.dev";
|
||||
password_cmd = "cat /run/agenix/spotify_pass";
|
||||
|
||||
initial_volume = "60";
|
||||
initial_volume = "70";
|
||||
|
||||
backend = "pulseaudio";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user