ambrevar/shell: Change power settings order in mimimi-save-power.

master
Pierre Neidhardt 2021-04-10 20:17:16 +02:00
parent 14c4aa8136
commit 90e0d730b2
1 changed files with 2 additions and 2 deletions

View File

@ -397,5 +397,5 @@ INTERFACE is a string in the form of `wlp2s0'."
(enable-audio-codec-power-management ()
(cmd:cmd
"sudo sh -c 'echo 1 > /sys/module/snd_hda_intel/parameters/power_save'")))
(bbswitch-off)
(enable-audio-codec-power-management)))
(enable-audio-codec-power-management)
(bbswitch-off)))