# much from https://www.c0ffee.net/blog/openbsd-on-a-laptop/#initial-configuration export LANG=en_GB.UTF-8 export ENV=$HOME/.kshrc xrdb -merge $HOME/.Xresources xidle -timeout 300 & xwallpaper --center $HOME/Picures/Wallpapers/openbsd_wallpaper1.jpg & . ~/.profile xset -b #export GPG_TTY="$(tty)" #export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) #gpgconf --launch gpg-agent #PS1='$PWD# ' #export LSCOLORS=fxexcxdxbxegedabagacad # this value from the colorls man page export LSCOLORS=exfxcxdxbxegedabagacad # if you have a ThinkPad, the following lines enable TrackPoint # scrolling by dragging with the middle button. xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1 xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Button" 2 xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Axes" 6 7 4 5 xsetroot - solid dimgray #exec fvwm #exec i3 exec ratpoison