can't hide the scratchpads

Hi, I'm Peet. I can get Scratchpads work, but i can't hide it. please help Thanks! config in attachfile

Hi! According to your config your scratchpad appears when you press M-S-<Return>. What happens when you press it again? Also if I understand it correctly M-S-<Return> is the default keybinding for opening new terminal. Maybe there is a conflict? What will happen if you bind namedScatchpadAction to something else? For example I use F12 for my scratchpad. Best regards, Platon Pronko On 2021-03-21 09:29, Peet wrote:
Hi, I'm Peet.
I can get Scratchpads work, but i can't hide it. please help
Thanks!
config in attachfile
_______________________________________________ xmonad mailing list xmonad@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad

The new binding will replace the default, so it won't open a terminal any
more (unless the scratchpad is a terminal, of course).
On Sun, Mar 21, 2021, 08:57 Platon Pronko
Hi!
According to your config your scratchpad appears when you press M-S-<Return>. What happens when you press it again?
Also if I understand it correctly M-S-<Return> is the default keybinding for opening new terminal. Maybe there is a conflict? What will happen if you bind namedScatchpadAction to something else? For example I use F12 for my scratchpad.
Best regards, Platon Pronko
On 2021-03-21 09:29, Peet wrote:
Hi, I'm Peet.
I can get Scratchpads work, but i can't hide it. please help
Thanks!
config in attachfile
_______________________________________________ xmonad mailing list xmonad@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad
_______________________________________________ xmonad mailing list xmonad@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad

I don't see `namedScratchpadManageHook` in your `manageHook`, so it never
finds out that the terminal is a scratchpad window.
On Sun, Mar 21, 2021 at 2:30 AM Peet
Hi, I'm Peet.
I can get Scratchpads work, but i can't hide it. please help
Thanks!
config in attachfile
_______________________________________________ xmonad mailing list xmonad@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad
-- brandon s allbery kf8nh allbery.b@gmail.com

Hi! There is one, on line 291. It's just composed in a wierd way. Best regards, Platon Pronko On 2021-03-21 17:01, Brandon Allbery wrote:
I don't see `namedScratchpadManageHook` in your `manageHook`, so it never finds out that the terminal is a scratchpad window.
On Sun, Mar 21, 2021 at 2:30 AM Peet
mailto:pisit.jee@gmail.com> wrote: Hi, I'm Peet.
I can get Scratchpads work, but i can't hide it. please help
Thanks!
config in attachfile
_______________________________________________ xmonad mailing list xmonad@haskell.org mailto:xmonad@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad
-- brandon s allbery kf8nh allbery.b@gmail.com mailto:allbery.b@gmail.com
_______________________________________________ xmonad mailing list xmonad@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad

Hm, so it is. :/
Then the question becomes why try to use the title to match it. If they're
passing `-name scratchpad` then it should be matching on `resource =?
"scratchpad"`.
On Sun, Mar 21, 2021 at 10:12 AM Platon Pronko
Hi!
There is one, on line 291. It's just composed in a wierd way.
Best regards, Platon Pronko
I don't see `namedScratchpadManageHook` in your `manageHook`, so it never finds out that the terminal is a scratchpad window.
On Sun, Mar 21, 2021 at 2:30 AM Peet
On 2021-03-21 17:01, Brandon Allbery wrote: pisit.jee@gmail.com>> wrote:
Hi, I'm Peet.
I can get Scratchpads work, but i can't hide it. please help
Thanks!
config in attachfile
_______________________________________________ xmonad mailing list xmonad@haskell.org mailto:xmonad@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad <
http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad>
-- brandon s allbery kf8nh allbery.b@gmail.com mailto:allbery.b@gmail.com
_______________________________________________ xmonad mailing list xmonad@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad
_______________________________________________ xmonad mailing list xmonad@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad
-- brandon s allbery kf8nh allbery.b@gmail.com
participants (3)
-
Brandon Allbery
-
Peet
-
Platon Pronko