13781378# ####################
13791379# ## NOTIFICATIONS ###
13801380# ####################
1381- if does_bin_exist " gnome-shell" ; then
1381+ if does_bin_exist ' gnome-shell' ; then
13821382 GNOME_NOTIFICATIONS_SCHEMA=" org.gnome.desktop.notifications.application:/org/gnome/desktop/notifications/application"
13831383
13841384 # Disable
13911391# #######################
13921392# ## POWER MANAGEMENT ###
13931393# #######################
1394- if does_bin_exist " gnome-shell" ; then
1395- GNOME_POWER_SCHEMA=" org.gnome.settings-daemon.plugins.power"
1394+ if does_bin_exist ' gnome-shell' ; then
1395+ GNOME_POWER_SCHEMA=' org.gnome.settings-daemon.plugins.power'
13961396
13971397 set_gsetting " ${GNOME_POWER_SCHEMA} " idle-dim true
13981398 set_gsetting " ${GNOME_POWER_SCHEMA} " sleep-inactive-ac-timeout 1800
@@ -1683,8 +1683,8 @@ if does_bin_exist 'micro'; then
16831683 set_json_property " ${MICRO_SETTINGS_FILE} " ' .["linter"]' false
16841684fi
16851685
1686- if does_bin_exist " pluma" ; then
1687- PLUMA_SCHEMA=" org.mate.pluma"
1686+ if does_bin_exist ' pluma' ; then
1687+ PLUMA_SCHEMA=' org.mate.pluma'
16881688
16891689 if [ " ${TEXT_EDITOR_FONT} " != " ${MONOSPACE_FONT} " ]; then
16901690 set_gsetting " ${PLUMA_SCHEMA} " editor-font " ${TEXT_EDITOR_FONT} "
@@ -1696,8 +1696,8 @@ if does_bin_exist "pluma"; then
16961696 set_gsetting " ${PLUMA_SCHEMA} " auto-indent true
16971697 set_gsetting " ${PLUMA_SCHEMA} " bracket-matching true
16981698 set_gsetting " ${PLUMA_SCHEMA} " display-line-numbers true
1699- set_gsetting " ${PLUMA_SCHEMA} " enable-space-drawer-space " show-trailing"
1700- set_gsetting " ${PLUMA_SCHEMA} " enable-space-drawer-tab " show-all"
1699+ set_gsetting " ${PLUMA_SCHEMA} " enable-space-drawer-space ' show-trailing'
1700+ set_gsetting " ${PLUMA_SCHEMA} " enable-space-drawer-tab ' show-all'
17011701 set_gsetting " ${PLUMA_SCHEMA} " insert-spaces ${TEXT_EDITOR_TAB_SPACES}
17021702 set_gsetting " ${PLUMA_SCHEMA} " show-single-tab false
17031703 set_gsetting " ${PLUMA_SCHEMA} " toolbar-visible false
0 commit comments