2022/09/27

2022-09-27 00:36:38 +0200matijja(~matijja@193.77.181.201) (Quit: ZNC 1.8.2 - https://znc.in)
2022-09-27 00:37:23 +0200matijja(~matijja@193.77.181.201)
2022-09-27 01:36:27 +0200srk(~sorki@user/srk) (Ping timeout: 252 seconds)
2022-09-27 01:37:51 +0200srk(~sorki@user/srk)
2022-09-27 03:06:49 +0200mvk(~mvk@2607:fea8:5ce3:8500::778c)
2022-09-27 03:51:26 +0200 <QNX> Hi good evening
2022-09-27 03:51:36 +0200 <QNX> NS "term" "konsole" (className =? "konsole") (noTaskbar <> customFloating $ W.RationalRect (1/10) (1/10) (8/10) (8/10)) I'm using this
2022-09-27 03:52:10 +0200 <QNX> https://bpa.st/YRKQ
2022-09-27 03:52:43 +0200 <QNX> I'm trying to understand this error
2022-09-27 03:53:12 +0200 <QNX> I tried to use geekosaur config as example
2022-09-27 03:53:56 +0200 <QNX> https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Util-NoTaskbar.html doesn't have any example as it assumes the person knows haskell :) which I don't
2022-09-27 04:04:19 +0200banc(banc@gateway/vpn/airvpn/banc) (Ping timeout: 248 seconds)
2022-09-27 04:17:03 +0200td_(~td@muedsl-82-207-238-079.citykom.de) (Ping timeout: 268 seconds)
2022-09-27 04:18:35 +0200srk-(~sorki@user/srk)
2022-09-27 04:18:51 +0200td_(~td@muedsl-82-207-238-071.citykom.de)
2022-09-27 04:20:43 +0200srk(~sorki@user/srk) (Ping timeout: 252 seconds)
2022-09-27 04:21:06 +0200srk-srk
2022-09-27 04:23:37 +0200banc(banc@gateway/vpn/airvpn/banc)
2022-09-27 04:39:07 +0200 <QNX> i could not figure this out. whenever anyone gets a chance, please advise
2022-09-27 04:39:42 +0200 <QNX> https://bpa.st/E5RA my total config
2022-09-27 05:01:16 +0200dmrz(~dmr@c-71-202-36-200.hsd1.ca.comcast.net) (Ping timeout: 244 seconds)
2022-09-27 05:17:08 +0200 <[Leary]> QNX: $ has the lowest precedence, hence `foo <> bar $ baz` means `(foo <> bar) baz`, but you probably want `foo <> bar baz`. Rather than $, try using brackets.
2022-09-27 05:49:53 +0200dmrz(~dmr@c-71-202-36-200.hsd1.ca.comcast.net)
2022-09-27 06:39:16 +0200Solid(~slot@xmonad/slotThe)
2022-09-27 06:45:25 +0200 <QNX> NS "term" "konsole" (className =? "konsole") (noTaskbar <> customFloating <> W.RationalRect (1/10) (1/10) (8/10) (8/10))
2022-09-27 06:45:27 +0200 <QNX> No luck
2022-09-27 06:46:35 +0200 <QNX> I cant' figure out the syntax, sorry
2022-09-27 06:52:12 +0200 <Solid[m]> what error are you getting? this at least looks like correct syntax for sleepy me
2022-09-27 06:53:38 +0200 <QNX> sec
2022-09-27 06:55:02 +0200 <QNX> https://bpa.st/KR3Q Solid[m]
2022-09-27 06:56:07 +0200 <Solid[m]> Ah, right, customFloating takes an argument
2022-09-27 06:56:09 +0200 <QNX> https://bpa.st/7HSQ config file
2022-09-27 06:56:30 +0200 <QNX> it takes rationalect arg
2022-09-27 06:56:33 +0200 <QNX> so I put it after that?
2022-09-27 06:56:38 +0200 <Solid[m]> NS "term" "konsole" (className =? "konsole") (noTaskbar <> customFloating (W.RationalRect (1/10) (1/10) (8/10) (8/10)))
2022-09-27 06:56:44 +0200 <Solid[m]> yes
2022-09-27 06:56:48 +0200 <QNX> Oh pu tin pareth
2022-09-27 06:57:42 +0200 <QNX> (customFloating <> W.RationalRect (1/10) (1/10) (8/10) (8/10) <> noTaskbar) <- that didn't work
2022-09-27 06:57:42 +0200 <Solid[m]> Can also do Solid​NS "term" "konsole" (className =? "konsole") $ noTaskbar <> customFloating (W.RationalRect (1/10) (1/10) (8/10) (8/10)) but maybe that's more confusing
2022-09-27 06:57:45 +0200 <QNX> ok I will try the ()
2022-09-27 06:57:55 +0200 <QNX> Oh I see
2022-09-27 06:57:58 +0200 <QNX> I gotta learn haskell
2022-09-27 06:59:30 +0200 <QNX> Weird. No more error, but app still shows up in KDE pager/taskbar
2022-09-27 07:00:20 +0200 <QNX> Do i need to add a hook somewhere I wonder
2022-09-27 07:00:23 +0200 <QNX> https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Util-NoTaskbar.html#g:1
2022-09-27 07:00:32 +0200 <QNX> has a manage hook and a function
2022-09-27 07:00:56 +0200 <Solid[m]> doesn't look like it
2022-09-27 07:01:03 +0200 <QNX> Thanks man
2022-09-27 07:01:06 +0200 <QNX> Have a good sleep!
2022-09-27 07:01:13 +0200 <QNX> Dont' stay up too late
2022-09-27 07:01:15 +0200 <QNX> :)
2022-09-27 07:01:31 +0200 <Solid[m]> nono, I'm sleepy because I just woke up :D
2022-09-27 07:01:36 +0200 <QNX> Oh ha
2022-09-27 07:01:39 +0200 <QNX> opposite time ends
2022-09-27 07:01:44 +0200 <QNX> You must be in EU
2022-09-27 07:01:50 +0200 <QNX> I am USA time, 11pm here
2022-09-27 07:02:09 +0200 <Solid[m]> yeah, 7am here
2022-09-27 07:10:29 +0200chomwitt(~chomwitt@2a02:587:dc14:f500:e9fb:e2de:445:6771)
2022-09-27 07:11:32 +0200liskinstayed up late :-(
2022-09-27 07:12:03 +0200 <liskin> Apparently it's the insomnia phase of covid recovery
2022-09-27 07:12:13 +0200 <liskin> Or just too much tea
2022-09-27 07:21:37 +0200 <QNX> So I enabled this nostaskbar util and i still see the apps on kde taskbar
2022-09-27 07:21:43 +0200 <QNX> i restarted the apps and xmonad
2022-09-27 07:22:15 +0200 <QNX> Oh nevermind, I'm hallucinationing.
2022-09-27 07:22:19 +0200 <QNX> It works.
2022-09-27 07:32:15 +0200 <Solid> oh shit you got covid again?
2022-09-27 07:35:37 +0200chomwitt(~chomwitt@2a02:587:dc14:f500:e9fb:e2de:445:6771) (Ping timeout: 268 seconds)
2022-09-27 08:00:54 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 268 seconds)
2022-09-27 08:29:22 +0200thyriaen(~thyriaen@2a02:8109:8340:686c:7383:e0e2:ad95:9fce)
2022-09-27 08:31:16 +0200mc47(~mc47@xmonad/TheMC47)
2022-09-27 08:40:49 +0200m5zs7k(aquares@web10.mydevil.net) (Ping timeout: 250 seconds)
2022-09-27 08:44:48 +0200m5zs7k(aquares@web10.mydevil.net)
2022-09-27 09:40:35 +0200cfricke(~cfricke@user/cfricke)
2022-09-27 09:56:37 +0200 <QNX> So I set up CAPS lock key 66 to send Hyper_L
2022-09-27 09:56:56 +0200 <QNX> Let's see if that works in ezconfig with capslock key
2022-09-27 09:59:42 +0200 <QNX> doesn't work. :/
2022-09-27 10:00:17 +0200 <QNX> ("<Hyper_L>-1", namedScratchpadAction scratchpads "konsole") hyper_l doesn't work eitehr.
2022-09-27 10:00:54 +0200 <QNX> xmodmap says lock is cleared
2022-09-27 10:04:30 +0200 <[Leary]> QNX: I think Hyper_L is a keysym? That's not really how things work; you can't just use them as modifiers. You'd want to configure your keyboard so that capslock goes under a free modifier, then have xmonad listen for that.
2022-09-27 10:04:57 +0200 <QNX> hyper l/r dont' work either
2022-09-27 10:05:06 +0200 <QNX> I see
2022-09-27 10:05:30 +0200 <QNX> I modified capslock to send hyper so i can have extra modifer in emacs
2022-09-27 10:05:41 +0200 <QNX> I also want to use capslock as a modifer for xmonad shortcuts
2022-09-27 10:06:04 +0200 <QNX> capslock under a free modifer like mod234 or soemthing
2022-09-27 10:06:13 +0200 <QNX> then use xmond to use that mod key like M1 M2 etc.
2022-09-27 10:06:15 +0200 <QNX> you mean?
2022-09-27 10:06:31 +0200 <QNX> mod 3 is blank line according to xmodmap output
2022-09-27 10:07:25 +0200 <QNX> xmodmap -e "add mod3 = Caps_Lock" <- didn't have an effect
2022-09-27 10:10:08 +0200 <[Leary]> In xkb config you want to use something like `modifier_map Mod3 { <CAPS> };`. I don't know the xmodmap equivalent. It might also be the case that existing keyboard config for the key is getting in the way.
2022-09-27 10:10:28 +0200 <[Leary]> That said, have you actually told xmonad to listen for `modMask3`?
2022-09-27 10:10:36 +0200 <[Leary]> I'm not sure how that looks in EZConfig.
2022-09-27 10:11:14 +0200 <[Leary]> `mod3Mask`*
2022-09-27 10:12:12 +0200 <QNX> M3
2022-09-27 10:12:18 +0200 <QNX> M1 is regular alt key
2022-09-27 10:12:25 +0200 <QNX> ezconfig equivalent
2022-09-27 10:12:33 +0200 <QNX> xkb huh ok
2022-09-27 10:13:20 +0200mvk(~mvk@2607:fea8:5ce3:8500::778c) (Ping timeout: 244 seconds)
2022-09-27 10:25:50 +0200ft(~ft@p3e9bc57b.dip0.t-ipconnect.de) (Quit: Lost terminal)
2022-09-27 10:32:50 +0200 <QNX> Cool, thanks man!
2022-09-27 10:32:55 +0200 <QNX> Home slice.
2022-09-27 10:33:03 +0200 <QNX> Diggity dude, man bro dawg.
2022-09-27 10:33:05 +0200 <QNX> <3
2022-09-27 10:33:56 +0200 <QNX> Xmodmap config:
2022-09-27 10:33:59 +0200 <QNX> clear Lock
2022-09-27 10:34:03 +0200 <QNX> keycode 66 = Hyper_L Hyper_R
2022-09-27 10:34:06 +0200 <QNX> add mod3 = Hyper_L
2022-09-27 10:34:21 +0200 <QNX> Then in EZconfig, M3, like: , ("M3-1", namedScratchpadAction scratchpads "konsole")
2022-09-27 10:34:55 +0200 <QNX> Now I can has M3 `to =, q to \, a to ', z to /
2022-09-27 10:34:59 +0200 <QNX> Lots of useful keys.
2022-09-27 10:36:05 +0200 <QNX> or, M-M3 or C-M3 or M1-M3 (should work)
2022-09-27 10:36:57 +0200 <QNX> https://bpa.st/TFVA messing with a few diff ones to see which ones fit my fingers the best
2022-09-27 10:37:38 +0200 <QNX> Since I'm always on home keys, I can do Meta key on right + a on left, like in screen's ctrl+a
2022-09-27 10:38:05 +0200 <QNX> Anyone got ideas, tips, on sorting out modifier keys and have them make some logical sense
2022-09-27 10:40:06 +0200fjMSX(~hypni2p@2.92.213.55)
2022-09-27 10:43:11 +0200 <QNX> like So far, easiest is, M-`, C-`, and M3-` (three shortcuts for most used apps, terminal, editor, browser)
2022-09-27 11:00:14 +0200liskin[m](~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle)
2022-09-27 11:17:34 +0200sagax(~sagax_nb@user/sagax) (Ping timeout: 246 seconds)
2022-09-27 11:19:17 +0200thyriaen(~thyriaen@2a02:8109:8340:686c:7383:e0e2:ad95:9fce) (Remote host closed the connection)
2022-09-27 11:20:09 +0200thyriaen(~thyriaen@2a02:8109:8340:686c:7383:e0e2:ad95:9fce)
2022-09-27 11:20:34 +0200thyriaen(~thyriaen@2a02:8109:8340:686c:7383:e0e2:ad95:9fce) (Client Quit)
2022-09-27 11:52:36 +0200 <liskin> Solid: yeah, but it's a bit better this time
2022-09-27 11:52:50 +0200liskin[m](~liskinmat@2001:470:69fc:105::768)
2022-09-27 12:21:57 +0200 <QNX> liskin: are you vaccinated?
2022-09-27 12:22:16 +0200 <QNX> liskin: were you vaccindated before you contracted the virus?
2022-09-27 12:22:27 +0200 <QNX> liskin: how many vaccines did you do if you did so?
2022-09-27 12:22:49 +0200 <liskin> QNX: not with the updated booster unfortunately, but yes with the three doses everyone got last year
2022-09-27 12:22:52 +0200 <QNX> (I had 1st shot, then I didn't get the 2nd shot or booster)
2022-09-27 12:23:07 +0200 <QNX> I'm so confused
2022-09-27 12:23:29 +0200 <QNX> I don't want to discuss viruses here, but I mean. If you are even vaccinated, you still get it
2022-09-27 12:23:36 +0200 <QNX> If you are not vaccinated, you still get it.
2022-09-27 12:25:05 +0200 <liskin> Yeah just the probabilities are different and the probabilities of it being bad are different, that's all.
2022-09-27 12:26:16 +0200 <liskin> Having escaped omicron for so long and not being lucky enough to live in a country that makes omicron booster available for everyone means those probabilities weren't in my favor.
2022-09-27 12:26:49 +0200 <liskin> Still doesn't say one bit about whether it needs to be bad or not.
2022-09-27 12:53:29 +0200 <QNX> Jeez.
2022-09-27 12:53:48 +0200 <QNX> I 'ms orry
2022-09-27 12:54:04 +0200 <QNX> I am scared of it too but also because of all the things people say about what the vaccine does
2022-09-27 12:54:11 +0200 <QNX> the first one didn't even affect me, I was just normal, fine.
2022-09-27 13:20:41 +0200dallas_bruno[m](~dallasbru@2001:470:69fc:105::2:8c0d)
2022-09-27 13:32:49 +0200 <ChaoticMist[m]> slot-[m]: did not know where to find you besides here, but any ideas when next kmonad release will be?
2022-09-27 13:47:00 +0200 <liskin> QNX: people say a lot of things for often very wrong reasons, and then many other people repeat those same things for the silly reason of them being silly
2022-09-27 13:47:52 +0200 <liskin> QNX: if the first dose didn't do anything wrong for you I'd assume it's reasonable to assume getting the other doses is very likely to be beneficial and harmless
2022-09-27 14:31:02 +0200 <geekosaur> I'm scheduled to get third dose with omicron booster on Friday
2022-09-27 14:32:26 +0200 <geekosaur> and still don't know if I've ever gotten it, but I'd have expected it to be worse than my usual allergies+deviated septum symptoms…
2022-09-27 14:36:28 +0200 <dminuoso> I think the main problem with expectations about symptoms is that most do not understand how the immune system works and what the vaccine does.
2022-09-27 14:37:10 +0200 <dminuoso> And what expectations you can have from "immunization" (that term is grossly misleading to non-biologists)
2022-09-27 14:42:40 +0200 <dminuoso> liskin | Yeah just the probabilities are different and the probabilities of it being bad are different, that's all.
2022-09-27 14:45:05 +0200 <dminuoso> A wild oversimplification is that the airways can be split into two upper and lower airways. The main immune response in upper airways uses predominantly IgA, while lower airways predominantly uses IgG. And it so happens that the Sars-CoV-2 vaccines train mostly just IgG responses
2022-09-27 14:46:25 +0200 <dminuoso> Which means your upper airways are mostly left unprotected, which is fine because the deadliness of COVID is severe lung disfunction which is what the vaccine really protects. But you can still attract it easily (and get heavy upper airway immunoresponses), and spread it - just with a lower viral load (simply because the large lung surface is mostly kept virus free)
2022-09-27 14:47:51 +0200 <liskin> can't say that makes the expectations much clearer though :-)
2022-09-27 14:48:11 +0200 <dminuoso> Well, you can expect not to get send to hospital onto a ventilator if you are vaccinated. :-)
2022-09-27 14:48:48 +0200 <liskin> that's a bit better, yeah
2022-09-27 14:50:19 +0200 <dminuoso> And if you're curious, thats what the current research into nasal spray vaccination is about, to find a way to train the IgA responses in upper airways. It's only then when getting infected becomes highly unlikely.
2022-09-27 14:50:55 +0200cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.6)
2022-09-27 14:53:31 +0200 <liskin> there's also the issue of covid affecting other organs though
2022-09-27 14:53:43 +0200 <liskin> and long covid
2022-09-27 14:53:48 +0200 <liskin> brain fog and shit
2022-09-27 14:54:15 +0200 <dminuoso> Right, for those symptoms I think it's a collective reduction of chances - presumably due to much lower viral load
2022-09-27 14:54:59 +0200 <liskin> hm, makes sense
2022-09-27 14:55:09 +0200 <liskin> this time I didn't even lose a sense of smell
2022-09-27 15:04:22 +0200 <dminuoso> I was quite unlucky with my covid infection a few weeks ago
2022-09-27 15:05:14 +0200 <geekosaur> and it'sprobably easier for it to invade the rest of the body once it gets into the lungs
2022-09-27 15:06:53 +0200 <dminuoso> It's a good question whether the virus enters the body or not.
2022-09-27 15:07:42 +0200 <dminuoso> In some diseases internal organs are affected due to various body reactions to the immuneresponses
2022-09-27 15:35:09 +0200mesaoptimizer(apotheosis@user/PapuaHardyNet) (Quit: nyaa~)
2022-09-27 15:35:19 +0200mesaoptimizer(apotheosis@user/PapuaHardyNet)
2022-09-27 15:56:27 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-09-27 17:05:53 +0200Big-Blue(~Big-Blue@146-241-181-104.dyn.eolo.it)
2022-09-27 17:08:04 +0200 <Big-Blue> Hello All! Today I'm trying to set a key (in this case xK_Pause) to temporally disable xmonad shortcuts, but whenever I press xK_Pause the shortcuts are still enable, what to do? myconfig: https://pastebin.com/raw/kJJP4VcF following this guide: https://www.reddit.com/r/xmonad/comments/8xrmki/is_there_a_way_to_temporarily_disable_keybindings/
2022-09-27 17:10:12 +0200 <Big-Blue> *Enabled
2022-09-27 18:00:17 +0200liskin[m](~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle)
2022-09-27 18:12:14 +0200Guest62(~Guest62@host-95-250-40-158.retail.telecomitalia.it)
2022-09-27 18:12:32 +0200 <Guest62> Can i get some goddamn support?
2022-09-27 18:12:44 +0200liskin[m](~liskinmat@2001:470:69fc:105::768)
2022-09-27 18:13:15 +0200 <Guest62> I’ve been trying to get this cmonad stuff and I’ve encountered dozens of issues but this is by far the most annoying one
2022-09-27 18:13:33 +0200 <Guest62> After restarting my PC, my config that I made isn’t working anymore
2022-09-27 18:14:18 +0200 <Guest62> it still shows my wallpaper and runs xrandr on login ut doesn’t change keybinds nor does it do anything else
2022-09-27 18:17:22 +0200Guest62(~Guest62@host-95-250-40-158.retail.telecomitalia.it) (Quit: Client closed)
2022-09-27 18:28:31 +0200nomadxx3(~lanomadx@180-150-32-38.b49620.mel.static.aussiebb.net) (Ping timeout: 260 seconds)
2022-09-27 18:29:16 +0200nomadxx3(~lanomadx@180-150-32-38.b49620.mel.static.aussiebb.net)
2022-09-27 18:29:38 +0200 <Big-Blue> Can someone please help me?
2022-09-27 18:29:59 +0200 <Big-Blue> I'm trying to set a key (in this case xK_Pause) to temporally disable xmonad shortcuts, but whenever I press xK_Pause the shortcuts are still enable, what to do? myconfig: https://pastebin.com/raw/kJJP4VcF following this guide: https://www.reddit.com/r/xmonad/comments/8xrmki/is_there_a_way_to_temporarily_disable_keybindings/
2022-09-27 19:32:50 +0200dallas_bruno[m](~dallasbru@2001:470:69fc:105::2:8c0d) (Quit: User was banned)
2022-09-27 19:46:19 +0200 <geekosaur> as written, that wants mod-Pause
2022-09-27 19:46:44 +0200 <geekosaur> `M.insert (modMask conf, togSym)`
2022-09-27 19:47:36 +0200 <geekosaur> Big-Blue ^^
2022-09-27 19:48:20 +0200 <geekosaur> if you want it to be just the Pause key, change `modMask conf` to `0`
2022-09-27 20:18:19 +0200 <Big-Blue> thanks!
2022-09-27 20:18:33 +0200Big-Blue(~Big-Blue@146-241-181-104.dyn.eolo.it) (Quit: Client closed)
2022-09-27 20:54:24 +0200chomwitt(~chomwitt@2a02:587:dc14:f500:71c3:d40e:3c82:7bf3)
2022-09-27 21:20:53 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-09-27 21:26:00 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-09-27 21:37:46 +0200mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-09-27 22:02:06 +0200chomwitt(~chomwitt@2a02:587:dc14:f500:71c3:d40e:3c82:7bf3) (Remote host closed the connection)
2022-09-27 22:10:50 +0200mvk(~mvk@2607:fea8:5ce3:8500::778c)
2022-09-27 23:27:43 +0200ft(~ft@p3e9bc57b.dip0.t-ipconnect.de)