Matthias Seiffert

Results 13 issues of Matthias Seiffert

I needed to access the onShow and onDismiss props of the Modal so I forwarded those. I also forwarded all other props in case someone else needs something. I added...

~When enabling `unexportIdentifier` unexported items are still not documented if a `export default` is used in the file.~ Even without `export default` only exported items are documented.

### Problem to solve I would like to see all response bodies (not just the last). For me this is most useful with `--verbose` but it might also be useful...

enhancement
topic: curl options

(Partially) implements #738 Implements a basic DBus interface for PaperWM. Functionality is pretty limited but still somewhat usable: - methods - allow triggering (parameterless) actions (i.e. keybindings) - list actions...

**Is your feature request related to a problem? Please describe.** Users of PaperWM from EGO don't have the `gather-system-info.sh` script. **Describe the solution you'd like** Add a button to the...

enhancement

Fixes #703 This adds support for the Fullscreen Avoider extension: https://github.com/Noobsai/fullscreen-avoider This extension moves the topbar to a secondary monitor (if avilable) if the primary monitor has a fullscreen window....

**Is your feature request related to a problem? Please describe.** It is not possible to trigger PaperWM actions or call PaperWM functions using custom scripts or keybindings. This was made...

enhancement

Update the README to recommend disabling desktop icons extensions and explain what issues they cause. Originally reported in #712

documentation

In a project that contains this in `package.json`: ```json "engines": { "yarn": ">=1.7.0 =16" }, ``` and has both `.yarnrc` and `yarn.lock` files. (For reference the project where I tried...

This adds support for gnome version 43 and also added some explanation of how to use this repo with recent gnome versions (i.e. enable `unsafe_mode`). Note that I added versions...