aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-06-06 22:24:23 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-06-06 22:24:23 -0400
commit800d9c52a2c988498016dee8a82149e130cb5e8e (patch)
tree1e6f73deabcdb91a3c2770a3d01ce6664affd36d
parentRefactor for organization (diff)
downloaddotfiles.old-800d9c52a2c988498016dee8a82149e130cb5e8e.tar.gz
dotfiles.old-800d9c52a2c988498016dee8a82149e130cb5e8e.tar.bz2
dotfiles.old-800d9c52a2c988498016dee8a82149e130cb5e8e.zip
Add `setxkbmap` option to change CAPS LOCK to SUPER
-rw-r--r--home/.xinitrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.xinitrc b/home/.xinitrc
index c730f50..66cc62d 100644
--- a/home/.xinitrc
+++ b/home/.xinitrc
@@ -10,5 +10,8 @@ xsetroot -cursor_name XC_crosshair
10# Set keyboard repeat rate 10# Set keyboard repeat rate
11xset r rate 200 60 11xset r rate 200 60
12 12
13# Set some keys
14setxkbmap -option caps:super
15
13# Start emacs 16# Start emacs
14exec dbus-launch --exit-with-session emacs --debug-init 17exec dbus-launch --exit-with-session emacs --debug-init