summaryrefslogtreecommitdiffstats
path: root/.xprofile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-28 10:04:11 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-05-28 10:04:11 -0400
commit507d059f3d26b11af58de921f715bd5bebcf7a99 (patch)
tree1706329ba8734f5216f9d1176654efc1b265ec5d /.xprofile
parent56fa8087e55e487444db6f28c1c6d6f29164bbb8 (diff)
downloadeibhear-507d059f3d26b11af58de921f715bd5bebcf7a99.tar.gz
eibhear-507d059f3d26b11af58de921f715bd5bebcf7a99.tar.zst
eibhear-507d059f3d26b11af58de921f715bd5bebcf7a99.zip
personal removed
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile6
1 files changed, 2 insertions, 4 deletions
diff --git a/.xprofile b/.xprofile
index 84dcf41..dce35d0 100644
--- a/.xprofile
+++ b/.xprofile
@@ -11,13 +11,11 @@ sxhkd & # Bind keys with sxhkd
xset r rate 300 50 & # Speed xrate up
unclutter & # Remove mouse when idle
-# 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' &
+# Set Caps to Mod/Escape
+setxkbmap -option caps:super && killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' &
# Properties button extra Mod/Escape
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
# command changes the music player's status.
while pgrep -x mpd; do