diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-07-10 22:30:14 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-07-10 22:30:14 -0400 |
commit | 4b8a2789437f35cd4f9e4878ccc80aabe0a51c82 (patch) | |
tree | 9d8bd42b016bd2a57495b8e5caa0caacb6e44e57 /.xinitrc | |
parent | Enable `auto-revert-mode` in all `org-mode` buffers (diff) | |
download | mmosmacs-4b8a2789437f35cd4f9e4878ccc80aabe0a51c82.tar.gz mmosmacs-4b8a2789437f35cd4f9e4878ccc80aabe0a51c82.tar.bz2 mmosmacs-4b8a2789437f35cd4f9e4878ccc80aabe0a51c82.zip |
Use `setxkbmap` to set CAPS as SUPER
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,5 +14,9 @@ xsetroot -cursor_name left_ptr | |||
14 | xset r rate 200 60 | 14 | xset r rate 200 60 |
15 | 15 | ||
16 | 16 | ||
17 | # Fix keyboard | ||
18 | setxkbmap -option caps:super | ||
19 | |||
20 | |||
17 | # Start emacs | 21 | # Start emacs |
18 | exec dbus-launch --exit-with-session emacs | 22 | exec dbus-launch --exit-with-session emacs |