removed " from gsettings CMD
This commit is contained in:
parent
fd8bfe7a03
commit
832ebd59a8
@ -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 "<Primary><Alt>Return"
|
||||
$CMD/custom0/ name "Open Terminator"
|
||||
$CMD/custom0/ command "terminator"
|
||||
$CMD/custom0/ binding "<Primary><Alt>Return"
|
||||
}
|
||||
|
||||
function setup_dotfiles(){
|
||||
|
Loading…
Reference in New Issue
Block a user