jbuchermn / newm

Wayland compositor
MIT License
960 stars 31 forks source link

Scratchpad for newm #70

Open iCultureBud opened 2 years ago

iCultureBud commented 2 years ago

One thing I miss a bit is a scratchpad like sway has.

Is something like this planned or wanted?

If not planned, I offer myself to give it a try ;)

jbuchermn commented 2 years ago

That's a good idea. Something like this (Conceptually) is actually already there - the launcher panel. This is just a terminal placed off-screen and running newm-panel-basic launcher, which can be moved on-screen by a keybinding or a 5-finger gesture.

Possibly this can be repurposed as it is, probably the solution should be to extend / generalize the concept. If you want to take a look, check out the file view.py and take a look for the View.panel attribute.

iCultureBud commented 2 years ago

Yeah I had the same thought. So I'll take a look at it and create a PR.

Pandademic commented 2 years ago

@iCultureBud how's it going working on this?