Commit dda95387 authored by Dylan's avatar Dylan

Remove 'X-' from de name

parent 87589110
...@@ -775,7 +775,10 @@ getshell () { ...@@ -775,7 +775,10 @@ getshell () {
getde () { getde () {
case "$os" in case "$os" in
"Mac OS X") de="Aqua" ;; "Mac OS X") de="Aqua" ;;
*) de="${XDG_CURRENT_DESKTOP/i3}" ;; *)
de="${XDG_CURRENT_DESKTOP/i3}"
de=${de/'X-'}
;;
esac esac
# TODO: Add support for all DEs that have xprop values. # TODO: Add support for all DEs that have xprop values.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment