Skip to content

Commit

Permalink
way-cooler: 0.8.0 -> 0.8.1 (#53220)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidorah authored and dywedir committed Jan 15, 2019
1 parent 8c3e66e commit 30ff54c
Show file tree
Hide file tree
Showing 4 changed files with 3,245 additions and 1,858 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/programs/way-cooler.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 30ff54c

Please sign in to comment.