Unverified Commit c85509f8 authored by Shantanu Joshi's avatar Shantanu Joshi Committed by GitHub

WM: Add support for xmonad (#1451)

* WM: add xmonad * Fix shellcheck warning
parent a61724f6
...@@ -1798,7 +1798,8 @@ get_wm() { ...@@ -1798,7 +1798,8 @@ get_wm() {
-e "[d]wm" \ -e "[d]wm" \
-e "[2]bwm" \ -e "[2]bwm" \
-e "[m]onsterwm" \ -e "[m]onsterwm" \
-e "[t]inywm") -e "[t]inywm" \
-e "[x]monad")
else else
case $os in case $os in
...@@ -4837,7 +4838,7 @@ ASCII: ...@@ -4837,7 +4838,7 @@ ASCII:
--ascii_distro distro Which Distro's ascii art to print --ascii_distro distro Which Distro's ascii art to print
NOTE: AIX, Alpine, AlterLinux, Anarchy, Android, Antergos, antiX, NOTE: AIX, Alpine, AlterLinux, Anarchy, Android, Antergos, antiX,
"AOSC OS", "AOSC OS/Retro", Apricity, ArcoLinux, ArchBox, ARCHlabs, \"AOSC OS\", \"AOSC OS/Retro\", Apricity, ArcoLinux, ArchBox, ARCHlabs,
ArchStrike, XFerience, ArchMerge, Arch, Artix, Arya, Bedrock, Bitrig, ArchStrike, XFerience, ArchMerge, Arch, Artix, Arya, Bedrock, Bitrig,
BlackArch, BLAG, BlankOn, BlueLight, bonsai, BSD, BlackArch, BLAG, BlankOn, BlueLight, bonsai, BSD,
BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS, BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS,
......
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