From 3cbe8700c8c6cb1ac41b506681234f995ca979ba Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Mon, 1 Feb 2016 09:09:31 +0100 Subject: cern-scripts: restructure source directory --- packages/cern-scripts/resources/bin/gnome-commands.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 packages/cern-scripts/resources/bin/gnome-commands.sh (limited to 'packages/cern-scripts/resources/bin/gnome-commands.sh') diff --git a/packages/cern-scripts/resources/bin/gnome-commands.sh b/packages/cern-scripts/resources/bin/gnome-commands.sh new file mode 100755 index 0000000..ab9de7d --- /dev/null +++ b/packages/cern-scripts/resources/bin/gnome-commands.sh @@ -0,0 +1,19 @@ +#!/bin/sh +here=`dirname "$0"` +here=`realpath "$here"` +set -x +dconf write /org/mate/marco/keybinding-commands/command-1 "'$here/telepath-setpresence.sh available'" +dconf write /org/mate/marco/global-keybindings/run-command-1 "'n'" + +dconf write /org/mate/marco/keybinding-commands/command-2 "'$here/telepath-setpresence.sh busy'" +dconf write /org/mate/marco/global-keybindings/run-command-2 "'b'" + +dconf write /org/mate/marco/keybinding-commands/command-3 "'mate-terminal'" +dconf write /org/mate/marco/global-keybindings/run-command-3 "'Return'" + +dconf write /org/mate/marco/keybinding-commands/command-4 "'$here/dmenu-software.sh'" +dconf write /org/mate/marco/global-keybindings/run-command-4 "'c'" + +dconf write /org/mate/marco/keybinding-commands/command-5 "'$here/dmenu-pass.sh'" +dconf write /org/mate/marco/global-keybindings/run-command-5 "'p'" + -- cgit v1.2.1