unnecessary newline removed

This commit is contained in:
Mylloon 2021-12-23 22:44:14 +01:00
parent 53d2497927
commit d5149012bf
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -9,7 +9,7 @@ wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/bran
# Remove old shortcut assign with the Print key # Remove old shortcut assign with the Print key
gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot "[]" gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot "[]"
echo -e "\nOld ImprEcran shortcut removed!" echo "Old ImprEcran shortcut removed!"
# Fetching customs keyboard shortcuts # Fetching customs keyboard shortcuts
CUSTOM_KEYBINDINGS_LIST=$(gsettings get org.gnome.settings-daemon.plugins.media-keys custom-keybindings) CUSTOM_KEYBINDINGS_LIST=$(gsettings get org.gnome.settings-daemon.plugins.media-keys custom-keybindings)