X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=dwmrc;h=7a9787141779f36c715ea252c35fe837ccf7fe99;hb=4db87f5e3327daf46d71966592fbb59ef8d8177e;hp=3bcf522294c1401745e1d15337c9339a5b109318;hpb=f01b70cccbb4ad7ce3e8e28fcb55be47deb7fff1;p=smckown%2Fdotfiles.git diff --git a/dwmrc b/dwmrc index 3bcf522..7a97871 100755 --- 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