correct initial brightness
This commit is contained in:
parent
925ce4af5d
commit
774a25ccf7
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
{ command = ["swaybg" "-i" "${../../../wallpaper/wallpaper.png}" "-m" "fill"]; }
|
{ command = ["swaybg" "-i" "${../../../wallpaper/wallpaper.png}" "-m" "fill"]; }
|
||||||
{ command = ["pamixer" "--set-volume" "0"]; }
|
{ command = ["pamixer" "--set-volume" "0"]; }
|
||||||
{ command = ["systemctl" "--user" "restart" "spotifyd.service"]; }
|
{ command = ["systemctl" "--user" "restart" "spotifyd.service"]; }
|
||||||
{ command = ["brightnessctl" "s" "50"]; }
|
{ command = ["brightnessctl" "s" "50%"]; }
|
||||||
];
|
];
|
||||||
|
|
||||||
binds = {
|
binds = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue