diff options
author | Julian T <julian@jtle.dk> | 2021-11-08 15:13:04 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-11-08 15:13:04 +0100 |
commit | 01415b0f6297b06fa0ef0a1ab24dcf1382285ac0 (patch) | |
tree | ab4ed447c09c763b6ca39c7171096d263a6a178e /i3 | |
parent | f5ea3b45280d3cacf1803ab448e81a73079f5748 (diff) |
Remap alt to super, and \ to alt. I3 uses super as main mod
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 76f27bd..db8ba4c 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -13,7 +13,7 @@ gaps inner 10 smart_gaps on -set $mod Mod1 +set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. |