way-cooler: 0.8.0 -> 0.8.1 (#53220)

This commit is contained in:
gnidorah
2019-01-15 23:05:17 +02:00
committed by Vladyslav M
parent 8c3e66e28a
commit 30ff54c348
4 changed files with 3245 additions and 1858 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ let
wcWrapped = pkgs.writeShellScriptBin "way-cooler" ''
${cfg.extraSessionCommands}
exec ${pkgs.dbus.dbus-launch} --exit-with-session ${way-cooler}/bin/way-cooler
exec ${pkgs.dbus}/bin/dbus-run-session ${way-cooler}/bin/way-cooler
'';
wcJoined = pkgs.symlinkJoin {
name = "way-cooler-wrapped";