2017-02-04T16:02:28
To swap control and command, add the following to your ~/.Xmodmap file:
remove control = Control_L remove mod4 = Super_L Super_R keysym Control_L = Super_L keysym Super_L = Control_L keysym Super_R = Control_L add control = Control_L Control_R add mod4 = Super_L Super_R
The above current works …