Better approach

This commit is contained in:
Dylan 2016-04-01 11:28:56 +11:00
parent 3f3487764c
commit dda8d6cb20
1 changed files with 4 additions and 9 deletions

View File

@ -810,18 +810,13 @@ getwm () {
# Window Manager Theme {{{
getwmtheme () {
case "$os" in
"Linux" | *"BSD")
[ -z "$wm" ] && getwm
case "$wm" in
'2bwm')
;;
"Mac OS X")
;;
"Windows")
;;
esac
}