From 5fca56c6cbf5b4442470807c9e599a3d179e51c3 Mon Sep 17 00:00:00 2001 From: dx Date: Tue, 12 May 2020 23:08:12 +0100 Subject: +xmodmap and xinitrc Theses are the files that dictate the startx routine. I don't use a login manager as I don't need one. The last statement in xinitrc represents the wm I'm using. Xmodmap maps the caps lock to hyper, which I can use as an extra layer system for sxhkdrc, allowing even more key combinations. --- XServer/.Xmodmap | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 XServer/.Xmodmap (limited to 'XServer/.Xmodmap') diff --git a/XServer/.Xmodmap b/XServer/.Xmodmap new file mode 100644 index 0000000..534d9f3 --- /dev/null +++ b/XServer/.Xmodmap @@ -0,0 +1,13 @@ +keycode 66 = Hyper_L +clear lock + +clear Mod1 +clear Mod2 +clear Mod3 +clear Mod4 +clear Mod5 +add Mod1 = Alt_L Alt_R Meta_L +add Mod2 = Num_Lock +add Mod3 = Hyper_L +add Mod4 = Super_L Hyper_R +add Mod5 = ISO_Level3_Shift Mode_switch -- cgit v1.2.3-13-gbd6f