blob: 2016dcd393a00e531056d9ab1bc5a71ad16db1ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
. ~/.profile
export LANG=en_GB.UTF-8
export ENV=$HOME/.kshrc
xrdb -merge $HOME/.Xresources
xsetroot -solid cadetblue
xidle &
ulimit -Sc 0 # eliminate core dumps (https://www.kevinthomas.dev/posts/openbsd-thinkpadt480.html)
scb 5600
autocutsel &
xset b off
setxkbmap -option ctrl:nocaps
setxkbmap gb
slstatus &
syncthing 2>&1 > /dev/null &
#dwm
cwm
|