jbuchermn / newm

Wayland compositor
MIT License
960 stars 30 forks source link

Unable switch tty #99

Closed fedoranvar closed 2 years ago

fedoranvar commented 2 years ago

Good day to you!

i've started vanilla config in tty2 with start-newm

But after that i can't switch to another tty

Is it designed so?

Thank you!

jbuchermn commented 2 years ago

Hey,

that's not by design but can happen when newm crashes or doesn't start up properly. Is it actually usable?

If newm runs properly, Ctrl-Alt-Fx is detected and the tty switched.

fedoranvar commented 2 years ago

newm is usable.

logs with falled back to vanilla config : https://codeshare.io/ZJrVeg

jbuchermn commented 2 years ago

Ah I just did a test and I can reproduce. This appears to be a regression caused by recent keybinding changes. I'll take a look into fixing this

jbuchermn commented 2 years ago

I just pushed a fix to pywm

fedoranvar commented 2 years ago

i'm installing newm through flakes, (have copied from you dotfiles)

image image

but still can't switch tty, am i doing right?

jbuchermn commented 2 years ago

Ah okay, probably then you don't get the most current pywm version, but instead the one from newms flake.lock (unless you override newms input). Btw. you should not actually need to add pywm to your config (take a look at https://github.com/jbuchermn/dotfiles-nix/blob/main/flake.nix )

Anyway, I just updated newms flake.lock. So if you install the current flake version you should get the update.

fedoranvar commented 2 years ago

now switchiing is working.

Thank you!