summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-20 21:08:18 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-20 21:08:18 -0700
commit9e34c0540e703a3b260ab86e62deaa612fee0016 (patch)
tree692a8aa01aa67bd11f02e4fcb262bec7c0da943d /.config
parent6a5093c16c0e59bdeb635ff906efe7d21bdde5b3 (diff)
Change dmenu color
Diffstat (limited to '.config')
-rwxr-xr-x.config/bspwm/bspwmrc1
-rw-r--r--.config/sxhkd/sxhkdrc6
2 files changed, 5 insertions, 2 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index 292295b..9267601 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -3,6 +3,7 @@
# Checks if sxhkd is running, if not, run it.
# Also use setsid so it's appart from status bar
# and the kill doesn't ruin it.
+feh --bg-fill ~/pix/wp/starwars_1.png
pgrep -x sxhkd > /dev/null || setsid sxhkd &
polybar_panel
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index b92bc7b..cf1ae91 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -5,8 +5,10 @@
# Basic.
super + Return
$TERMINAL
-super + d
- dmenu_run
+# Read after releasing 'd' because as soon
+# as dmenu runs it listens for kb presses.
+super + @d
+ dmenu_run -fn "Noto Sans Mono:size=12" -nb "$(xresource background)" -nf "$(xresource foreground)" -sb "$(xresource color4)" -sf "$(xresource color0)"
super + Escape
pkill -USR1 -x sxhkd
super + shift + Escape