Commit 94e31b49 authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Merge pull request #504 from konimex/master

Wallpaper: Expanded support to Solaris and GNU Hurd
parents 0418a1bc a40c0fd7
...@@ -2041,7 +2041,7 @@ get_w3m_img_path() { ...@@ -2041,7 +2041,7 @@ get_w3m_img_path() {
get_wallpaper() { get_wallpaper() {
case "$os" in case "$os" in
"Linux" | "BSD") "Linux" | "BSD" | "Solaris" | "GNU")
# Get DE if user has disabled the function. # Get DE if user has disabled the function.
[[ -z "$de" ]] && get_de [[ -z "$de" ]] && get_de
......
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