Commit 7fc4f842 authored by dylan araps's avatar dylan araps

wm_theme: Fixed sawfish detection

parent c43ffb02
...@@ -758,7 +758,7 @@ get_wm_theme() { ...@@ -758,7 +758,7 @@ get_wm_theme() {
;; ;;
"Sawfish") "Sawfish")
wm_theme="$(awk -F ")" '/\(quote default-frame-style/ {print $2}' \ wm_theme="$(awk -F "'|)" '!/^;/ && /default-frame-style/ {a=$(NF-1)} END{print a}') \
"${HOME}/.sawfish/custom")" "${HOME}/.sawfish/custom")"
;; ;;
......
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