misc: Start removing useless quotes

This commit is contained in:
Dylan Araps 2019-01-09 10:05:45 +02:00
parent 2831c6d189
commit 78c700b21b

View file

@ -1708,7 +1708,7 @@ get_wm_theme() {
;; ;;
"Xfwm4") "Xfwm4")
[[ -f ~}/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml ]] && \ [[ -f ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml ]] && \
wm_theme="$(xfconf-query -c xfwm4 -p /general/theme)" wm_theme="$(xfconf-query -c xfwm4 -p /general/theme)"
;; ;;