feh --bg-fill .bg.png export PATH="$PATH:$HOME/.bin:$HOME/.bin/sdcc:/usr/local/armtools/bin:/opt/m68k/bin" setxkbmap se -option compose:lwin mkdir -p /tmp/surf-incoming touchpad=$(xinput | grep "ETPS/2" | sed 's/id=/\n/' | awk '{ print $1 }' | tail -n 1) xrandr --dpi 90 xinput set-prop $touchpad "Synaptics Tap Action" 0 0 0 0 1 2 3 xinput set-prop $touchpad "Synaptics Two-Finger Scrolling" 1 1 xinput set-prop $touchpad "Synaptics Palm Detection" 1 xinput set-prop $touchpad "Synaptics Two-Finger Pressure" 120 xinput set-prop $touchpad "Synaptics Soft Button Areas" 0 0 0 0 0 0 0 0 xinput set-ptr-feedback $touchpad 4 8 3 syndaemon -i 0.25 -m 100 -d xmodmap -e "remove lock = Caps_Lock" setxkbmap -option "ctrl:nocaps" xmodmap -e "keycode 66 = BackSpace" xset r 66 xscreensaver -nosplash & rm -Rf $HOME/tmp/* dwmtray & eval "$(dbus-launch --sh-syntax --exit-with-session)" dbus-send --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.Hello export GTK_IM_MODULE='xim' export QT_IM_MODULE='xim' wmname LG3D export GTK_THEME=Adwaita:dark export XDG_DOWNLOAD_DIR=/tmp/surf-incoming export XDG_DESKTOP_DIR=/tmp export TERM=xterm # Disable touch screen xinput disable $(xinput | grep Digitizer | tr '=' '\n' | tail -n 1 | awk '{ print $1 }') rm $HOME/.xsession-errors* amixer -c 0 sset "Auto-Mute Mode" Enabled rm -Rf /home/steven/.cache/doris