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