Commit ed237bfc authored by Dylan Araps's avatar Dylan Araps

wm: Added support for aewm

parent 7dbb157a
...@@ -798,7 +798,7 @@ get_wm() { ...@@ -798,7 +798,7 @@ get_wm() {
"${wm,,}_x11" -v)" || \ "${wm,,}_x11" -v)" || \
"${wm,,}_wayland" -v")" "${wm,,}_wayland" -v")"
wmv="${wmv/$wm $wm/$wm}" wmv="${wmv/$wm $wm/$wm}"
wmv="${wmv/$wm $wm-/$wm}" wmv="${wmv/$wm ${wm}?/$wm}"
wmv="${wmv/copyright*}" wmv="${wmv/copyright*}"
wmv="${wmv/version }" wmv="${wmv/version }"
wmv="${wmv/©*}" wmv="${wmv/©*}"
......
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