summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.profile13
1 files changed, 0 insertions, 13 deletions
diff --git a/.profile b/.profile
index 0f17b9b..65221c4 100644
--- a/.profile
+++ b/.profile
@@ -64,19 +64,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