blob: 21c825e3d176f319ac794c5b17c54111eaa85333 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#Basic startx file uncomment lines for more functionality
feh --bg-fill /home/tje/Pictures/Wallpapers/moon.png
xrdb -load /home/tje/.Xresources
start-pulseaudio-x11 &
# Set reverse scrolling
xinput set-button-map 13 1 2 3 5 4
~/.screenSetup.sh
[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap
#exec mate-session
#exec i3
#exec twm
exec bspwm
|