From 18425fd98eae360ab4af07abe724658875e732ec Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 15 Feb 2019 22:27:32 +0100 Subject: Add custom script for cycling workspaces in touchegg --- gui/pkgs/uictrl.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gui/pkgs/uictrl.nix (limited to 'gui/pkgs/uictrl.nix') diff --git a/gui/pkgs/uictrl.nix b/gui/pkgs/uictrl.nix new file mode 100644 index 0000000..0c965ad --- /dev/null +++ b/gui/pkgs/uictrl.nix @@ -0,0 +1,9 @@ +{ stdenv, pkgs, ... }: + +pkgs.writeTextFile { + name = "uictrl"; + executable = true; + destination = "/bin/uictrl"; + + text = builtins.readFile ./bin/uictrl.sh; +} -- cgit v1.2.3