diff options
author | Amin Bandali <bandali@gnu.org> | 2019-09-13 18:51:18 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-09-13 18:51:18 -0400 |
commit | b25452ae882105b96d82ef52f1c59dc4092a39fa (patch) | |
tree | 2867f97a2e963abe8eab5393f5edfa0eef317058 /.profile | |
parent | c942efc6615412232053803480682b9b0e3591a3 (diff) | |
download | configs-b25452ae882105b96d82ef52f1c59dc4092a39fa.tar.gz configs-b25452ae882105b96d82ef52f1c59dc4092a39fa.tar.xz configs-b25452ae882105b96d82ef52f1c59dc4092a39fa.zip |
new setup on darrud
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 |