Open
Description
Please read the following before submitting:
- Please do NOT submit bug reports for questions. Ask questions on IRC at #sway on Libera Chat.
- Proprietary graphics drivers, including nvidia, are not supported. Please use the open source equivalents, such as nouveau, if you would like to use Sway.
- Please do NOT submit issues for information from the github wiki. The github wiki is community maintained and therefore may contain outdated information, scripts that don't work or obsolete workarounds.
If you fix a script or find outdated information, don't hesitate to adjust the wiki page.
Please fill out the following:
-
Sway Version:
- sway version 1.10.1
-
Debug Log:
I can attach it later if needed. -
Configuration File:
-
Description:
I have a scratchpad setup where I put some apps into the scratchpad by app_id and assign hotkeys to access them quickly. So first I have afor_window
directive that puts them into scratchpad, and a separatebindsym
withscratchpad show
.
I've noticed that sometimes, while clicking inside the app, it randomly disappears. This happens with Telegram and a Chrome web app that I use in a separate window. How can I prevent apps from being hidden randomly? I've been wondering: do I need to introduce state and instead write a script that toggles scratchpad mode based on window state?