You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mark window and stuff:
swaymsg opacity 0.8, floating enable, sticky enable, mark "sp3", resize set width 100px height 200px, focus tiling
"move" window to scratchpad
swaymsg '[con_mark="sp3"] move scratchpad'
"show" window from scratchpad
swaymsg '[con_mark="sp3"] scratchpad show, focus tiling'
hide window to scratchpad by repeating previous command
swaymsg '[con_mark="sp3"] scratchpad show, focus tiling'
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
The text was updated successfully, but these errors were encountered:
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:
swaymsg opacity 0.8, floating enable, sticky enable, mark "sp3", resize set width 100px height 200px, focus tiling
swaymsg '[con_mark="sp3"] move scratchpad'
swaymsg '[con_mark="sp3"] scratchpad show, focus tiling'
swaymsg '[con_mark="sp3"] scratchpad show, focus tiling'
chaining swaymsg into scratchpad and focus tiling separately works, so it's not very critical:
swaymsg '[con_mark="sp3"] scratchpad show' && swaymsg focus tiling
The text was updated successfully, but these errors were encountered: