about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-17T18·55+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-17T18·55+0000
commit7bd17ed07c67593b207a3eb1e44c7080501da4f5 (patch)
tree124df57a1166ac4a63da824a20cecd6af5a4c770 /configs
parentdd058004fe5d570ec39e95391c7413d798a74375 (diff)
Remove xset and xmodmap calls from xsessionrc
These are defined in keyboard.el, so these are redundant.
Diffstat (limited to 'configs')
-rw-r--r--configs/shared/.xsessionrc.shared8
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/shared/.xsessionrc.shared b/configs/shared/.xsessionrc.shared
index 896d62a12867..b5cbf598d43d 100644
--- a/configs/shared/.xsessionrc.shared
+++ b/configs/shared/.xsessionrc.shared
@@ -11,14 +11,6 @@ xsetroot -solid "#333333"
 # Set fallback cursor.
 xsetroot -cursor_name left_ptr
 
-# Set KBDs.
-xmodmap -e 'remove Lock = Caps_Lock'
-xmodmap -e 'keysym Caps_Lock = Escape'
-
-# set key repeat preferences
-# NOTE: This is now being handled with my keyboard.el module in Emacs.
-# xset r rate 250 60
-
 # Start the Emacs server
 # TODO: Consider starting this with `systemctl --user enable emacs.service`
 emacs --daemon