Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"hidden" scratchpad crash #8605

Open
Sx1Fl0NdqlkM6N4s2pswXKUI0k9FKTaOckLbNXu opened this issue Mar 11, 2025 · 0 comments
Open

"hidden" scratchpad crash #8605

Sx1Fl0NdqlkM6N4s2pswXKUI0k9FKTaOckLbNXu opened this issue Mar 11, 2025 · 0 comments
Labels
bug Not working as intended

Comments

@Sx1Fl0NdqlkM6N4s2pswXKUI0k9FKTaOckLbNXu
Copy link

  • Sway Version:
    sway version 1.10.1 on debian

  • Debug Log:
    sway.log

  • Configuration File:
    used my config file so logs are probably filled with garbage.

  • Stack Trace:
    thingy.txt

  • Description:

  1. mark window and stuff:
    swaymsg opacity 0.8, floating enable, sticky enable, mark "sp3", resize set width 100px height 200px, focus tiling
  2. "move" window to scratchpad
    swaymsg '[con_mark="sp3"] move scratchpad'
  3. "show" window from scratchpad
    swaymsg '[con_mark="sp3"] scratchpad show, focus tiling'
  4. hide window to scratchpad by repeating previous command
    swaymsg '[con_mark="sp3"] scratchpad show, focus tiling'
  5. crash

chaining swaymsg into scratchpad and focus tiling separately works, so it's not very critical:
swaymsg '[con_mark="sp3"] scratchpad show' && swaymsg focus tiling

@Sx1Fl0NdqlkM6N4s2pswXKUI0k9FKTaOckLbNXu Sx1Fl0NdqlkM6N4s2pswXKUI0k9FKTaOckLbNXu added the bug Not working as intended label Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not working as intended
Development

No branches or pull requests

1 participant