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 = ["pamixer" "--set-volume" "0"]; }
|
||||
{ command = ["systemctl" "--user" "restart" "spotifyd.service"]; }
|
||||
{ command = ["brightnessctl" "s" "50"]; }
|
||||
{ command = ["brightnessctl" "s" "50%"]; }
|
||||
];
|
||||
|
||||
binds = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue