blob: a4c9c517a97723b597fa5a0cd53ce0415305863c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#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
|