TheRepoClub-DotFiles/xprofile/.zprofile
The-Repo-Club a35d05c61e
just some random config changes
Signed-off-by: The-Repo-Club <wayne6324@gmail.com>
2022-08-17 08:00:41 +01:00

16 lines
267 B
Bash

xset b off
setxkbmap -layout gb
setxkbmap -option caps:super
xprofile=$HOME/.xprofile
# enable xprofiles
if [ -f "$xprofile" ]; then
source "$xprofile"
fi
# enable XDG_CONFIG_HOME
if [[ -z "$XDG_CONFIG_HOME" ]]; then
export XDG_CONFIG_HOME="$HOME/.config/"
fi