From 800d9c52a2c988498016dee8a82149e130cb5e8e Mon Sep 17 00:00:00 2001
From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com>
Date: Tue, 6 Jun 2023 22:24:23 -0400
Subject: Add `setxkbmap` option to change CAPS LOCK to SUPER

---
 home/.xinitrc | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'home')

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
 # Set keyboard repeat rate
 xset r rate 200 60
 
+# Set some keys
+setxkbmap -option caps:super
+
 # Start emacs
 exec dbus-launch --exit-with-session emacs --debug-init
-- 
cgit v1.2.3