Skip to content
#

window-manager

Here are 491 public repositories matching this topic...

patrick96
patrick96 commented Jul 11, 2021

With the new module action system, we can easily deprecate the old way of triggering hooks in the ipc module and replace it with a module action.

This has several advantages:

  • Cleaner way of handling messages (just register for certain action names)
  • Hooks can easily be triggered by click commands using the action syntax (``#module.name`)
  • Use the same system as all other modules

I p

ezz666
ezz666 commented Oct 5, 2021

It's an documentation improvement suggestion, not a bug report.

Currently readonly properties are unmarked in documentation. People either use common sense (which isn't exactly reliable here) or look directly into the C code. Some will find the later solution too hard.

Anyways I'd like to try my hand on this issue, but currently I don't know where to start. (u/aire-one promised me some quic

ndgnuh
ndgnuh commented Aug 26, 2021

Describe the bug
All switchers will stuck if a single key is used to trigger task switch.

To Reproduce
Steps to reproduce the behavior:

  1. Enable plugin switcher or fast switcher
  2. Set the switch key to a single key (like <F3>)
  3. Use the switcher, the switcher will stuck and Wayfire have to be killed

Expected behavior
Not stuck

Screenshots or stacktrace
I don't

slotThe
slotThe commented Oct 4, 2021

Feature Description

As its name suggests, X.L.ShowWName is currently implemented as a layout modifier[^1]. This is, however, quite awkward to use and extend. It would be much better to have it as a logHook and—because this is sadly not that well-typed—keeping track of the "last" workspace via some extensible state. This would enable

  • a simpler implementation by i) not being a layo

Improve this page

Add a description, image, and links to the window-manager topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the window-manager topic, visit your repo's landing page and select "manage topics."

Learn more