The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

remove scratchpad?

asked 2012-12-21 16:26:28 +0000

Marcos Moyano gravatar image

Is there a way to undo a scratchpad mark on a window without doing the toggle floating mode switching? Something like remove scratchpad? If not, would you consider such an addition helpful? I know I'd use it, but I want to check with the community first.

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2012-12-25 10:52:26 +0000

Michael gravatar image

No, there is no such thing. And given that floating disable (or toggle) removes a window from scratchpad, we don’t need another command to remove a window from scratchpad.

If you are primarily using floating windows with i3, you are doing it wrong, see also http://faq.i3wm.org/question/772/floa...

If you insist on using floating windows for some reason, consider using this in your config:

# remove a floating window from scratchpad
bindsym $mod+x floating disable; floating enable
edit flag offensive delete link more

Comments

That's a trivial way to do what I want without even touching the code. Thx!

Marcos Moyano gravatar imageMarcos Moyano ( 2012-12-26 20:15:33 +0000 )edit

Question Tools

Stats

Asked: 2012-12-21 16:26:28 +0000

Seen: 844 times

Last updated: Dec 25 '12