From 108018b8d55449a0e8cd36a0d762bc41679fc208 Mon Sep 17 00:00:00 2001
From: Julian T <julian@jtle.dk>
Date: Sun, 16 Feb 2020 13:03:09 +0100
Subject: Changed i3 config and xmodmap

Superkey and alt is swapped by xmodmap and i3 will listen on super
instead of alt. This makes window switching work the same but programs
relying on alt will also work.
---
 xinit/.Xmodmap | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'xinit')

diff --git a/xinit/.Xmodmap b/xinit/.Xmodmap
index 89d617a..735734a 100644
--- a/xinit/.Xmodmap
+++ b/xinit/.Xmodmap
@@ -2,3 +2,8 @@ clear lock
 clear control
 keycode 66 = Control_R
 add control = Control_R Control_L
+
+remove mod1 = Alt_L
+remove mod4 = Super_L
+add mod1 = Super_L
+add mod4 = Alt_L
-- 
cgit v1.2.3