summaryrefslogtreecommitdiffstats
path: root/x/.xprofile
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-04-29 22:34:11 -0400
committerAmin Bandali <amin@aminb.org>2018-04-29 22:35:03 -0400
commit2e877d14b877fd7caefcf9ea675f45ce57abe6cd (patch)
tree4979f074a7c09b620bf96c5aa67581e6288783fa /x/.xprofile
parent69a6fe26a32906fa48b71bd32b007d65eb2c9d04 (diff)
downloadconfigs-2e877d14b877fd7caefcf9ea675f45ce57abe6cd.tar.gz
configs-2e877d14b877fd7caefcf9ea675f45ce57abe6cd.tar.xz
configs-2e877d14b877fd7caefcf9ea675f45ce57abe6cd.zip
[rc/x] migrate my X.Org configurations
Also, add missing shebangs for previous scripts.
Diffstat (limited to '')
-rw-r--r--x/.xprofile17
1 files changed, 0 insertions, 17 deletions
diff --git a/x/.xprofile b/x/.xprofile
deleted file mode 100644
index 4d3ad7b..0000000
--- a/x/.xprofile
+++ /dev/null
@@ -1,17 +0,0 @@
-#setxkbmap -option compose:ralt
-setxkbmap -option ctrl:nocaps
-#setxkbmap -option ctrl:rctrl_ralt
-setxkbmap -option altwin:swap_alt_win
-
-#xmodmap -e "keycode 135 = Super_R" # remap menu key to super
-xmodmap -e "keycode 135 = Alt_R" # remap menu key to alt
-
-light -Scrs "intel_backlight" 2
-
-source $HOME/.zprofile
-export _JAVA_AWT_WM_NONREPARENTING=1
-export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true'
-
-#unlock-def-gk.py &
-bspwm &
-#emacs &