From 832ebd59a84d9f6af45a4fd991bd60bb9703ca20 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Sun, 2 Aug 2020 10:07:32 +0200 Subject: [PATCH] removed " from gsettings CMD --- bin/initDesktop | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/initDesktop b/bin/initDesktop index c4242d7..a0ab9a1 100755 --- a/bin/initDesktop +++ b/bin/initDesktop @@ -51,9 +51,9 @@ function gnome_key_bindings(){ gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['$KEY_PATH/custom0/']" # Open Terminator - "$CMD"/custom0/ name "Open Terminator" - "$CMD"/custom0/ command "terminator" - "$CMD"/custom0/ binding "Return" + $CMD/custom0/ name "Open Terminator" + $CMD/custom0/ command "terminator" + $CMD/custom0/ binding "Return" } function setup_dotfiles(){