diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2016-02-27 15:58:12 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-02-27 15:58:12 +0100 |
commit | a307e0474e78c51590aeac95dbc5587a87ef6501 (patch) | |
tree | c5c7ca86b0b86704a4c1adc588e7ce249826e98f /packages/cern-scripts/resources/bin/gnome-commands.sh | |
parent | 77955935e9549a847ae7e0d78819f090d429fdb6 (diff) | |
download | debian-packages-a307e0474e78c51590aeac95dbc5587a87ef6501.tar.gz debian-packages-a307e0474e78c51590aeac95dbc5587a87ef6501.zip |
refactor scripts packages
Diffstat (limited to 'packages/cern-scripts/resources/bin/gnome-commands.sh')
-rwxr-xr-x | packages/cern-scripts/resources/bin/gnome-commands.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/cern-scripts/resources/bin/gnome-commands.sh b/packages/cern-scripts/resources/bin/gnome-commands.sh deleted file mode 100755 index ab9de7d..0000000 --- a/packages/cern-scripts/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'" - |