#!/bin/sh . $HOME/etc/shrc # set caps to escape when pressed and super when held # also sets dvorak programmer layout setxkbmap -option caps:super -layout us -variant dvp && xcape -e 'Super_L=Escape' ## detect if laptop has other display connected, kills builtin if so #[ $(xrandr -q|grep -cE '^(DP|VGA|HDMI)-[[:digit:]] connected') -gt 0 ] && monitor # disables the beeper xset b off # increases kbd repeat on hold xset r rate 300 50 # enables x colorscheme xrdb -load $HOME_ETC/X11/xresources # set background xbg & # notification daemon dunst & # mouse vanishes when typing xbanish & # activate mpd scrobbler mpdas -c $HOME_ETC/mpdasrc & # status bar bar.sh & # remind user of important tasks bother &