summaryrefslogtreecommitdiff
path: root/packages/cern-scripts/src/main/resources/bin/gnome-commands.sh
diff options
context:
space:
mode:
authorYves Fischer <yvesf@cern.ch>2016-02-01 09:09:31 +0100
committerYves Fischer <yvesf@cern.ch>2016-02-01 09:09:43 +0100
commit3cbe8700c8c6cb1ac41b506681234f995ca979ba (patch)
tree01b6f4e232e23ff9cf5379137a472796784d1abe /packages/cern-scripts/src/main/resources/bin/gnome-commands.sh
parent4de2d5afc7dfdb0409d2ac9359bbe5bac58e2edc (diff)
downloaddebian-packages-3cbe8700c8c6cb1ac41b506681234f995ca979ba.tar.gz
debian-packages-3cbe8700c8c6cb1ac41b506681234f995ca979ba.zip
cern-scripts: restructure source directory
Diffstat (limited to 'packages/cern-scripts/src/main/resources/bin/gnome-commands.sh')
-rwxr-xr-xpackages/cern-scripts/src/main/resources/bin/gnome-commands.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/cern-scripts/src/main/resources/bin/gnome-commands.sh b/packages/cern-scripts/src/main/resources/bin/gnome-commands.sh
deleted file mode 100755
index ab9de7d..0000000
--- a/packages/cern-scripts/src/main/resources/bin/gnome-commands.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/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 "'<Super>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 "'<Super>b'"
-
-dconf write /org/mate/marco/keybinding-commands/command-3 "'mate-terminal'"
-dconf write /org/mate/marco/global-keybindings/run-command-3 "'<Super>Return'"
-
-dconf write /org/mate/marco/keybinding-commands/command-4 "'$here/dmenu-software.sh'"
-dconf write /org/mate/marco/global-keybindings/run-command-4 "'<Super>c'"
-
-dconf write /org/mate/marco/keybinding-commands/command-5 "'$here/dmenu-pass.sh'"
-dconf write /org/mate/marco/global-keybindings/run-command-5 "'<Super>p'"
-