summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-18 21:19:17 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-05-18 21:19:17 -0400
commitbf8c6b1e20f42a7725d8d919830fdb274596b20f (patch)
tree350cace6557796da593b5783eb4107ed0ca4bb49 /.xinitrc
parente2a66c3830716e88e68d715504b5c7e5ff12bb1a (diff)
downloadeibhear-bf8c6b1e20f42a7725d8d919830fdb274596b20f.tar.gz
eibhear-bf8c6b1e20f42a7725d8d919830fdb274596b20f.tar.zst
eibhear-bf8c6b1e20f42a7725d8d919830fdb274596b20f.zip
dwmbar added to xinitrc
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index cb672ea..8b3910d 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,7 +1,7 @@
#!/bin/sh
setbg & # Set the background
-sxhkd & # Bind keys
+sxhkd & # Bind keys
# Switch to US international with Caps as Mod/Escape
setxkbmap -option caps:super -variant altgr-intl && killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' &
# Properties button extra Mod/Escape
@@ -12,5 +12,6 @@ xcompmgr & # xcompmgr for transparency
dunst & # dunst for notifications
while :; do
- ssh-agent dwm
+ dwmbar &
+ ssh-agent dwm || break
done