From 07083a0cf1af9b23ee31f0afb2c4659ec734e1d2 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 6 Jun 2016 13:28:45 +0200 Subject: machines/katara: add autocutsel daemon Clipboards finally synchronize. --- machines/profpatsch/katara.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index f3fd6c7c..6f81046f 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -308,6 +308,8 @@ in { ${xbindkeys}/bin/xbindkeys nice -n19 dropbox-cli start & ${networkmanagerapplet}/bin/nm-applet & + # synchronize clipboards + ${autocutsel}/bin/autocutsel -s PRIMARY & ''; }; -- cgit 1.4.1