Enable custom easyeffects autostart
This commit is contained in:
parent
1a5a1f1db0
commit
80a209ece5
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
# services.easyeffects.enable = true;
|
||||
xdg.configFile."easyeffects/output/Beyerdynamic_DT990_Oratory.json" = {
|
||||
source = ../../../../rsc/config/easyeffects/Beyerdynamic_DT990_Oratory.json;
|
||||
};
|
||||
home.packages = with pkgs; [easyeffects];
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ function autostart.exec(awful)
|
|||
awful.spawn.with_shell("webcord --start-minimized --force-audio-share-support")
|
||||
-- awful.spawn.with_shell("playerctld daemon")
|
||||
-- awful.spawn.with_shell("xbindkeys")
|
||||
-- awful.spawn.with_shell("easyeffects --gapplication-service")
|
||||
awful.spawn.with_shell("easyeffects --gapplication-service")
|
||||
-- awful.spawn.with_shell("$HOME/.config/nanoKontroller/initSink.sh")
|
||||
-- awful.spawn.with_shell("$HOME/.config/nanoKontroller/audio1.sh")
|
||||
-- awful.spawn.with_shell(
|
||||
|
|
Loading…
Reference in a new issue