dwmbar added to xinitrc

This commit is contained in:
Luke Smith
2019-05-18 21:19:17 -04:00
parent e2a66c3830
commit bf8c6b1e20
2 changed files with 9 additions and 2 deletions

View File

@@ -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