diff --git a/i3/config b/i3/config index 787fad3..e647d33 100644 --- a/i3/config +++ b/i3/config @@ -11,8 +11,6 @@ set $mod Mod4 -# Rebind right alt to left super -exec --no-startup-id setxkbmap -option altwin:right_alt_win # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 diff --git a/xmodmap/Xmodmap b/xmodmap/Xmodmap new file mode 100644 index 0000000..3637267 --- /dev/null +++ b/xmodmap/Xmodmap @@ -0,0 +1,3 @@ +remove mod1 = Alt_R +keycode 108 = Super_R +add mod4 = Super_R