jbuchermn / newm

Wayland compositor
MIT License
960 stars 30 forks source link

Add Support for toplevel manager #108

Open CRAG666 opened 2 years ago

CRAG666 commented 2 years ago

@jbuchermn I am currently testing some apps that are developed for wlroots, however when trying to use app related functions it just doesn't work. For example with wlrctl it can't use functions with windows. With waybar can't use the dock functions. Errors always point to toplevel manager.

jbuchermn commented 2 years ago

Unfortunately I have very little time for newm at the moment, so I'm going to focus on fixing bugs instead of implementing new features

CRAG666 commented 2 years ago

@jbuchermn thanks

lidgnulinux commented 2 years ago

Hi, instead of open new issue, I want to ask about view.corner_radius, when I set it to any value, it makes background become blank and keybinds not work, log said that NameError: name 'view' is not defined. How to set it the right way? Thanks.

jbuchermn commented 2 years ago

You probably got some syntax error in your config. Once the config is no longer valid python, it can't be read and no config keys work.

See the README for how to set config keys, basically it's

view = { 'corner_radius': ... }