diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-11-24 00:29:00 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-11-24 00:29:00 -0300 |
commit | 6c4c5513618105ea4ce081b04e0545c7c05431d8 (patch) | |
tree | ed61ada744e0d9ec8d2b41c24b949b2ad96185fe /herbstluftwm/bin/dmenu_wrapper | |
parent | c8efcbbafd27e6352556bab2ec207b15d3202547 (diff) | |
download | dotfiles-6c4c5513618105ea4ce081b04e0545c7c05431d8.tar.gz |
Update
Diffstat (limited to 'herbstluftwm/bin/dmenu_wrapper')
-rwxr-xr-x | herbstluftwm/bin/dmenu_wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/herbstluftwm/bin/dmenu_wrapper b/herbstluftwm/bin/dmenu_wrapper index 7d9dccf..fbb608d 100755 --- a/herbstluftwm/bin/dmenu_wrapper +++ b/herbstluftwm/bin/dmenu_wrapper @@ -7,5 +7,6 @@ get_xresources() { echo -n "${arr[@]:1}" } -dmenu_run -b -p $(hostname) -nb $(get_xresources background) -sb $(get_xresources color4) -sf $(get_xresources foreground) -fn "$(get_xresources face | sed 's/ /\\ /g')" +echo "'$(get_xresources font | sed 's/ /\\ /g')'" > ~/lgo +dmenu_run -b -p $(hostname) -nb $(get_xresources background) -sb $(get_xresources color4) -sf $(get_xresources background) -fn "$(get_xresources face | sed 's/ /\\ /g')" |