personal removed

This commit is contained in:
Luke Smith 2019-05-28 10:04:11 -04:00
parent 56fa8087e5
commit 507d059f3d
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -11,13 +11,11 @@ sxhkd & # Bind keys with sxhkd
xset r rate 300 50 & # Speed xrate up xset r rate 300 50 & # Speed xrate up
unclutter & # Remove mouse when idle unclutter & # Remove mouse when idle
# Switch to US international with Caps as Mod/Escape # Set Caps to Mod/Escape
setxkbmap -option caps:super -variant altgr-intl && killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' & setxkbmap -option caps:super && killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' &
# Properties button extra Mod/Escape # Properties button extra Mod/Escape
xmodmap -e 'keycode 135 = Super_R' & xmodmap -e 'keycode 135 = Super_R' &
xrandr -q | grep "DP2 con" >/dev/null 2>&1 && xrandr --output DP1 --auto --output LVDS1 --off
# This loop will run the `refbar` script to refresh the statusbar whenever a # This loop will run the `refbar` script to refresh the statusbar whenever a
# command changes the music player's status. # command changes the music player's status.
while pgrep -x mpd; do while pgrep -x mpd; do