16 lines
267 B
Plaintext
Raw Normal View History

2022-08-14 12:14:49 +01:00
xset b off
setxkbmap -layout gb
setxkbmap -option caps:super
2022-01-20 16:18:33 +00:00
xprofile=$HOME/.xprofile
# enable xprofiles
if [ -f "$xprofile" ]; then
source "$xprofile"
2022-01-20 16:18:33 +00:00
fi
2022-08-14 12:14:49 +01:00
# enable XDG_CONFIG_HOME
if [[ -z "$XDG_CONFIG_HOME" ]]; then
export XDG_CONFIG_HOME="$HOME/.config/"
2022-01-20 16:18:33 +00:00
fi