X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/47babb653ba439e4ededd66276c20cf9f726e708..7a226debb210656a9659db47f8b28c9c60cd61ef:/x/.xprofile diff --git a/x/.xprofile b/x/.xprofile index 3a250d1..6898ab1 100755 --- a/x/.xprofile +++ b/x/.xprofile @@ -15,7 +15,9 @@ fi export _JAVA_AWT_WM_NONREPARENTING=1 xrdb -merge ~/.Xresources -xrdb -merge ~/.base16-tomorrow.dark.256.xresources +# xrdb -merge ~/.base16-tomorrow.dark.256.xresources +xrdb -merge ~/.gotham.xresources +# xrdb -merge ~/.zenburn.xresources # set the cursor icon # xsetroot -cursor_name left_ptr & @@ -44,6 +46,9 @@ synclient HorizScrollDelta=-237 # swap caps lock and esc setxkbmap -option caps:swapescape +# fix the tilde key on MacBook Air +xmodmap ~/.Xmodmap + # MPD daemon start (if no other instance exists) [ -z $(pidof mpd) ] && mpd &