summaryrefslogtreecommitdiffstats
path: root/.config/herbstluftwm/autostart
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-11-17 13:40:36 +0100
committerGravatar Tom Willemsen2011-11-17 13:40:36 +0100
commit4c2c83f1c29947cc88243db41a1708dbdc28556f (patch)
treef2996c26961ce5989fec7b98d2ca8726d797c37a /.config/herbstluftwm/autostart
parent769062e548eba1b847a9fd1e87a698fe6fadcd01 (diff)
downloaddotfiles-4c2c83f1c29947cc88243db41a1708dbdc28556f.tar.gz
dotfiles-4c2c83f1c29947cc88243db41a1708dbdc28556f.zip
Change some colors
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x.config/herbstluftwm/autostart10
1 files changed, 9 insertions, 1 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index eb12d12..709fe59 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -32,12 +32,20 @@
(string-append "Shift-" name)
(string-append "move " name)))
+(define (dmenu-command fn nb nf)
+ (string-append "dmenu_run -fn '" fn "' -nb '" nb "' -nf '" nf "'"))
+
;; keybindings
(keybind modkey "Mod1-q" "quit")
(keybind modkey "Mod1-r" "reload")
(keybind modkey "Shift-c" "close")
(keybind modkey "Return" "spawn urxvt")
-(keybind modkey "r" "spawn dmenu_run")
+(keybind modkey "r"
+ (string-append
+ "spawn "
+ (dmenu-command
+ "-misc-dejavu sans mono-medium-r-*-*-10-*-*-*-*-*-*-*"
+ "#252a2b" "#eeeeec")))
;; tags
(hc "rename default q")