Chris Feng

Results 71 comments of Chris Feng
trafficstars

The CWDs of many GUI applications are not quite useful (and perhaps never change). As you mentioned, it's not straightforward to track their changes. For reference, if you want to...

So your solution requires zsh in a terminal emulator. For bash you will have to use `PROMPT_COMMAND`. But what about applications other than terminal emulators?

> However, I'd still suggest adding the elisp code to set the default directory to a reasonable initial value. Or should we set process's CWD to `$HOME` by default?

We can accept such a command to set CWD but it should not be enabled by default. It can be named `exwm-update-default-directory` BTW. You can make a PR if you...

I don't, and you should add it to exwm-core.el.

> ([?\M-\S-b] . [C-S-left]) The problem is probably with `[?\M-\S-b]`. It should be `[?\M-B]`. Please try the method in https://github.com/ch11ng/exwm/issues/712#issuecomment-586693398.

Not sure why the buttons are missing. Which version of Emacs were you using? > Changing the shift + line commands to below doesn't seem to work Which one(s)? >...

I just realized you didn't expand that entry. Click the leading small triangle and it'll show you everything I mentioned. > * All of them it seemed back then, but...

It seems key representation is where most users get stuck when configuring EXWM. But it's standard in Emacs and we probably should not reinvent something else. We already have this...

Thanks for the report. Please checkout fe8ee3c5786bf8c1c69cef1b2ad6bb6b2d785a6d.