blob: 8cb2ef43a479173244cf87318282f03aa3fdcd71 (
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)
scb 5600
xset b off
setxkbmap -option ctrl:nocaps
setxkbmap us
syncthing 2>&1 > /dev/null &
#dwm
cwm
|