diff options
author | Amin Bandali <me@aminb.org> | 2014-11-02 13:33:08 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-11-02 13:33:08 -0500 |
commit | 22611512c7fa02c0242bf11d401d84667e548f53 (patch) | |
tree | 016e31192f89673459e03fee6c8d81863ad9bbb8 /x/.xinitrc | |
parent | 23e6afcbccdfe657a618a094b71e43687ce2784b (diff) | |
download | configs-22611512c7fa02c0242bf11d401d84667e548f53.tar.gz configs-22611512c7fa02c0242bf11d401d84667e548f53.tar.xz configs-22611512c7fa02c0242bf11d401d84667e548f53.zip |
a bunch of changes
Diffstat (limited to 'x/.xinitrc')
-rw-r--r-- | x/.xinitrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then unset f fi +# Enable this for non-reparenting window managers +export _JAVA_AWT_WM_NONREPARENTING=1 + xrdb -merge ~/.Xresources xsetroot -cursor_name left_ptr & # set the cursor icon #feh --bg-scale ~/Pictures/the-witcher-3-wild-hunt-10.jpg |