jaelpark / chamferwm

A tiling X11 window manager with Vulkan compositor.
https://jaelpark.github.io/chamferwm-docs/
BSD 3-Clause "New" or "Revised" License
249 stars 11 forks source link

Keystroke to start browser does not work #6

Closed juanitotc closed 5 years ago

juanitotc commented 5 years ago

Assuming the keystroke combo to start a browser is "alt 1", it does not work for me.

The other keystroke combo's I've tried do work - allowing for "alt shift e" not making it to the tty.

jaelpark commented 5 years ago

Try Super+1😉. The modifier mask for this is set to mod4 by default, which is supposed to translate to Windows key. I really need to get that documentation up at some point...

allowing for "alt shift e" not making it to the tty.

Still not sure yet why this happens. I don't have any system where this gets reproduced, need to see about this somehow.

juanitotc commented 5 years ago

Ah - yes "window 1" does start the browser - sorry for the noise.

On this system, exit to the console prompt is done using [ -n "$XPID" ] && sudo kill "$XPID"