You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When nimdow is first launched hotkeys follow the qwerty layout but after a config reload they start to follow colemak. I have set "setxkbmap -layout us -variant colemak" as a autostart command at the top of the config.
To Reproduce
Steps to reproduce the behavior:
add "setxkbmap -layout us -variant colemak"
launch nimdow
hotkeys follow qwerty
reload the config
hotkeys follow colemak
Expected behavior
Hotkeys always follow the selected layout (in my case colemak)
The text was updated successfully, but these errors were encountered:
I suppose we could run all the autostart commands before the rest of the config is loaded. That would fix this issue, but I'm unsure if there would be other consequences. It would probably be fine, I'll think about it for a bit and look into it soon.
Describe the bug
When nimdow is first launched hotkeys follow the qwerty layout but after a config reload they start to follow colemak. I have set "setxkbmap -layout us -variant colemak" as a autostart command at the top of the config.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Hotkeys always follow the selected layout (in my case colemak)
The text was updated successfully, but these errors were encountered: