Netanel Friedman
Netanel Friedman
> Thanks for reporting! Is it possible that you've switched keyboard layouts in-between? Also, are you running GNOME in a X11 or Wayland session (does `echo $WAYLAND_DISPLAY` in a terminal...
I made a small program in c to test which keys are being pressed, and it seems like it presses the ESC key (ascii code 27). I still can't figure...
@gaganchandan nope, but I recently switched my computer and it works fine now, so idk. I hope it won't come back, probably some weird bug with ubuntu or smth.
Take a look [here](https://github.com/dylanaraps/sowm/blob/master/config.def.h#L4), the `#define` defines the MOD key. if you want to change it to ALT, then set it to `Mod1Mask` instead of `Mod4Mask`
btw if you already have `config.h`, then set it there instead of `config.def.h`