-
Updated
Sep 26, 2021 - Swift
window-manager
Here are 491 public repositories matching this topic...
-
Updated
Aug 12, 2021 - JavaScript
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
-
Updated
Oct 9, 2021 - C
-
Updated
Oct 3, 2021 - Shell
-
Updated
Sep 28, 2021 - Swift
-
Updated
Oct 9, 2021 - Python
-
Updated
Jun 4, 2021 - TypeScript
-
Updated
Oct 1, 2021 - Shell
Problem Description
spawn "scrot --select filename.png" fails because spawn doesn't release its grab on keyboard.
scrot --select needs the keyboard to work.
Hi, first of all, many thanks for this awesome project! Now onto my issue/question:
I find it confusing that when I'm pressing Super+Left/Right (and the minimap is active) I cannot use other hotkeys, like for instance Shift+Super+Left/Right to change monitor. Is this intended or undesired?
Many thanks!
Describe the bug
All switchers will stuck if a single key is used to trigger task switch.
To Reproduce
Steps to reproduce the behavior:
- Enable plugin switcher or fast switcher
- Set the switch key to a single key (like
<F3>) - Use the switcher, the switcher will stuck and Wayfire have to be killed
Expected behavior
Not stuck
Screenshots or stacktrace
I don't
-
Updated
Oct 9, 2021 - Zig
-
Updated
Oct 9, 2021 - Swift
As mentioned in #226 it would be helpful to have an option to see all the time which window is currently in focus. A permanent border with a configurable width and color would be nice for this.
The FocusIndicator which is currently used to indicate the focus of a window is controlled by a timer only and not suitable for this.
-
Updated
May 29, 2021 - Python
-
Updated
Oct 7, 2021 - JavaScript
-
Updated
May 20, 2020 - C
-
Updated
Oct 9, 2021 - CSS
-
Updated
Sep 21, 2021 - Java
-
Updated
Sep 6, 2021 - Rust
-
Updated
Jun 26, 2021 - Objective-C
-
Updated
Aug 23, 2021
-
Updated
May 14, 2021 - Objective-C
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
-
Updated
Dec 24, 2019 - Kotlin
Improve this page
Add a description, image, and links to the window-manager topic page so that developers can more easily learn about it.
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."
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:
I p