我正在尝试将窗口移动到工作区。是
assign [class="^konsole$" title="^__scratch__"] → scratchpad
足以将术语移至草稿本吗?
答案1
不,要将窗口移动到便笺簿,您必须使用for_window
。在这方面它与其他工作空间不同,
for_window [class="^konsole$" title="^__scratch__"] move scratchpad
然后你就可以使用i3-msg scratchpad show
来查看它。