X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/8da0a48b517e57ba69349b2c699f93459eaca965..8676c0e62a08264cb5a8de7a74b71fc6a03cf65b:/.profile diff --git a/.profile b/.profile index 0f17b9b..b419e55 100644 --- a/.profile +++ b/.profile @@ -23,6 +23,12 @@ export INFOPATH export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" +if [ -f "$HOME/.config/user-dirs.dirs" ]; then + set -a + . "$HOME/.config/user-dirs.dirs" + set +a +fi + export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc export SCREENRC="$XDG_CONFIG_HOME"/screen/screenrc @@ -64,19 +70,6 @@ if [ -z "$IS_GUIX_SYSTEM" ]; then fi fi -setxkbmap \ - -layout us,ir \ - -option ctrl:nocaps \ - -option grp:shifts_toggle - -xmodmap -e "keysym Menu = Super_R" - -xsetroot -cursor_name left_ptr -xset r rate 200 45 -xset b off - -xrdb -merge "$HOME/.Xresources" - # footenote: when on a foreign distro and using Xfce, don't forget to # disable its auto-start of gpg- and ssh-agent, by issuing # xfconf-query -c xfce4-session -p /startup/ssh-agent/enabled -n -t bool -s false