jbuchermn / newm

Wayland compositor
MIT License
958 stars 31 forks source link

keybindings acting strange and rendering issues #155

Closed IamCarbonMan closed 1 year ago

IamCarbonMan commented 1 year ago

I'm using newm on Nixos, my full config is here: https://github.com/IamCarbonMan/dotfiles

When starting newm, some of my keybinds work; for example pressing logo by itself opens rofi. However with two windows open, pressing the arrow keys by themselves, even without the logo key, moves the layout.

Also, moving the mouse cursor on the background leaves a trail of mouse cursors, and if i mouse over a window the cursor seems to disappear permanently.

IamCarbonMan commented 1 year ago

Oops, it looks like the rendering errors were due to not having hardware.opengl.enable = true;

The keybindings are still doing the same thing though.