projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
a bunch of changes
[~bandali/configs]
/
x
/
.xinitrc
diff --git
a/x/.xinitrc
b/x/.xinitrc
index
73e04e1
..
fcf9099
100644
(file)
--- a/
x/.xinitrc
+++ b/
x/.xinitrc
@@
-11,9
+11,12
@@
if [ -d /etc/X11/xinit/xinitrc.d ]; then
unset f
fi
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
xrdb -merge ~/.Xresources
xsetroot -cursor_name left_ptr & # set the cursor icon
-feh --bg-scale ~/Pictures/the-witcher-3-wild-hunt-10.jpg
+
#
feh --bg-scale ~/Pictures/the-witcher-3-wild-hunt-10.jpg
xset +fp /usr/share/fonts/local
xset +fp ~/.fonts
xset fp rehash
xset +fp /usr/share/fonts/local
xset +fp ~/.fonts
xset fp rehash
@@
-26,6
+29,7
@@
synclient TapButton3=2
synclient HorizTwoFingerScroll=1
synclient VertScrollDelta=-237
synclient HorizScrollDelta=-237
synclient HorizTwoFingerScroll=1
synclient VertScrollDelta=-237
synclient HorizScrollDelta=-237
+sxhkd &
# screen powersave
xset +dpms
# screen powersave
xset +dpms
@@
-33,9
+37,9
@@
xset dpms 0 0 300
# exec gnome-session
# exec startkde
# exec gnome-session
# exec startkde
-
#
exec startxfce4
+exec startxfce4
# ...or the Window Manager of your choice
sxhkd &
source ~/.profile
# ...or the Window Manager of your choice
sxhkd &
source ~/.profile
-exec bspwm
+
#
exec bspwm