From af835d81e1468573e979ff339fe403eaa14af938 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 6 Feb 2021 22:30:10 -0500 Subject: Add xmodmap configuration --- home/.config/X/modmap | 16 ++++++++++++++++ home/.xsession | 1 + 2 files changed, 17 insertions(+) create mode 100644 home/.config/X/modmap (limited to 'home') diff --git a/home/.config/X/modmap b/home/.config/X/modmap new file mode 100644 index 00000000..b0b1ea79 --- /dev/null +++ b/home/.config/X/modmap @@ -0,0 +1,16 @@ +clear Lock +keysym Caps_Lock = Escape +keysym 1 = exclam 1 +keysym 2 = at 2 +keysym 3 = numbersign 3 +keysym 4 = dollar 4 +keysym 5 = percent 5 +keysym 6 = asciicircum 6 +keysym 7 = ampersand 7 +keysym 8 = asterisk 8 +keysym 9 = parenleft 9 +keysym 0 = parenright 0 +keysym minus = underscore minus +keysym bracketleft = braceleft bracketleft +keysym bracketright = braceright bracketright +keysym backslash = bar backslash diff --git a/home/.xsession b/home/.xsession index b43be905..a834a150 100644 --- a/home/.xsession +++ b/home/.xsession @@ -1,3 +1,4 @@ . ~/.profile +xmodmap ~/.config/X/modmap xrdb -load ~/.config/X/resources cwm -c ~/.config/cwm/cwmrc -- cgit 1.4.1