]> oss.titaniummirror.com Git - smckown/dotfiles.git/blobdiff - dwmrc
Add dunstrc to dotfiles
[smckown/dotfiles.git] / dwmrc
diff --git a/dwmrc b/dwmrc
index 3bcf522294c1401745e1d15337c9339a5b109318..7a9787141779f36c715ea252c35fe837ccf7fe99 100755 (executable)
--- a/dwmrc
+++ b/dwmrc
@@ -29,6 +29,9 @@ dispcfg
 xset dpms 300 600 1200
 pgrep -x xss-lock || xss-lock -- i3lock --dpms &
 
+# Turn off touchpad (later use a toggle)
+type synclient 2>/dev/null && synclient TouchpadOff=1
+
 # Applets, etc
 pgrep -x xbindkeys || xbindkeys &
 pgrep -x dunst || dunst &
@@ -37,10 +40,6 @@ pgrep -x xfce4-power-manager || xfce4-power-manager &
 pgrep -x pidgin || pidgin &
 pgrep dwm-i3status || dwm-i3status &
 
-# Get ssh-add out of the way.  The ssh-askpass-fullscreen pkg provides a bit
-# nicer ssh-askpass than the default X11 version.
-SSH_ASKPASS=/usr/bin/ssh-askpass ssh-add &
-
 # DWM has bindings for screen captures that expects ~/screenshots/ to exist.
 mkdir -p ~/screenshots