-
There are just a couple minor issues preventing me from moving from X11 to Wayland in Regolith. One of them is remapping Caps Lock to Control. The Sway docs recommend adding to
but this has no effect. I noticed that Regolith 3 stores kanshi config in Caps Lock is correctly remapped in a Regolith on X11 session using a more traditional xkboptions setup. Other things tried:
Where should sway config reside? Is there a more straightforward way to remap Caps Lock to Control in Regolith3/Wayland/Sway? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I went through your same situation with remapping CapsLock on Wayland. I used to use I'm using the caps2esc package in order to do this. Installation of sudo add-apt-repository ppa:deafmute/interception
sudo apt install interception-caps2esc Add this yaml file which would then be executed by
Create the systemd unit file which manages the interception service.
Start the service now and also have it start after boot. Full credit to this answer on AskUbuntu which I referred for the systemd service setup. |
Beta Was this translation helpful? Give feedback.
-
I would think modifying the sway config in regolith somehow would be more straightforward than installing a udevmon daemon, no? Just unsure where the config should go. |
Beta Was this translation helpful? Give feedback.
-
Hi @haruska , This is a documentation issue. See this line in the root sway config: https://github.com/regolith-linux/regolith-wm-config/blob/main/etc/regolith/sway/config#L166 |
Beta Was this translation helpful? Give feedback.
Hi @haruska ,
This is a documentation issue. See this line in the root sway config: https://github.com/regolith-linux/regolith-wm-config/blob/main/etc/regolith/sway/config#L166