removed " from gsettings CMD

This commit is contained in:
Jonas Forsberg 2020-08-02 10:07:32 +02:00
parent fd8bfe7a03
commit 832ebd59a8
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -51,9 +51,9 @@ function gnome_key_bindings(){
gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['$KEY_PATH/custom0/']" gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['$KEY_PATH/custom0/']"
# Open Terminator # Open Terminator
"$CMD"/custom0/ name "Open Terminator" $CMD/custom0/ name "Open Terminator"
"$CMD"/custom0/ command "terminator" $CMD/custom0/ command "terminator"
"$CMD"/custom0/ binding "<Primary><Alt>Return" $CMD/custom0/ binding "<Primary><Alt>Return"
} }
function setup_dotfiles(){ function setup_dotfiles(){