Logs: freenode/#xmonad
| 2021-02-22 12:32:05 | <fizzie> | Yeah, the bar thing seems so obvious I'm sure it exists somewhere, but didn't come across it. Anyway, I've got this homegrown bar that's got a lot of empty space on it, might as well make use of it. |
| 2021-02-22 12:33:03 | <fizzie> | I did check what are the exact conditions that will make Chrome use an external notification daemon instead of its built-in desktop notifications; it doesn't need much, but it does need a few things. |
| 2021-02-22 12:35:23 | <fizzie> | (Specifically, it just requires the "body" and "actions" capabilities.) |
| 2021-02-22 12:36:01 | <Liskni_si> | yeah, that's it, and my previous notification daemon didn't advertise one of those |
| 2021-02-22 12:37:27 | → | eb0t joins (~eblip@unaffiliated/eblip) |
| 2021-02-22 12:37:43 | → | eb0t_ joins (~eblip@unaffiliated/eblip) |
| 2021-02-22 12:39:21 | × | eblip quits (~eblip@unaffiliated/eblip) (Ping timeout: 265 seconds) |
| 2021-02-22 12:39:40 | × | def_jam quits (~eblip@unaffiliated/eblip) (Ping timeout: 256 seconds) |
| 2021-02-22 12:42:27 | <fizzie> | Near the bit where that decision's made, it also collects metrics about the advertised capabilities, which is kind of amusing. (I mean, it's perfectly reasonable in the sense that you might want to decide whether to use a feature based on whether it's widely supported, there's just something faintly odd to have statistics about what % of Chrome users on Linux support sound effects in notifications.) |
| 2021-02-22 12:43:32 | <Liskni_si> | :-)) |
| 2021-02-22 12:44:11 | × | gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection) |
| 2021-02-22 13:09:32 | → | geekosaur joins (82650c7a@130.101.12.122) |
| 2021-02-22 13:10:58 | → | kelnoky joins (~shao@ip1f1285ec.dynamic.kabel-deutschland.de) |
| 2021-02-22 13:18:04 | <Solid> | #just-chrome-things |
| 2021-02-22 13:27:53 | × | materiyolo quits (~materiyol@112.204.161.70) (Quit: WeeChat 3.0) |
| 2021-02-22 14:30:13 | → | seschwar joins (~seschwar@unaffiliated/seschwar) |
| 2021-02-22 14:40:28 | × | toniz4 quits (~toniz4@unaffiliated/toniz4) (Quit: leaving) |
| 2021-02-22 14:52:58 | × | geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed) |
| 2021-02-22 14:57:14 | × | AZG256 quits (~user@78-56-98-5.static.zebra.lt) (Quit: ERC (IRC client for Emacs 26.1)) |
| 2021-02-22 14:59:12 | → | AZG256 joins (~user@78-56-98-5.static.zebra.lt) |
| 2021-02-22 15:03:56 | × | thc202 quits (~thc202@unaffiliated/thc202) (Ping timeout: 240 seconds) |
| 2021-02-22 15:04:24 | → | thc202 joins (~thc202@unaffiliated/thc202) |
| 2021-02-22 15:18:16 | × | AZG256 quits (~user@78-56-98-5.static.zebra.lt) (Quit: ERC (IRC client for Emacs 26.1)) |
| 2021-02-22 15:20:19 | → | daphnis joins (~daphnis@cm-84.214.179.98.getinternet.no) |
| 2021-02-22 15:26:22 | <daphnis> | xmonad starts a bit slowly (about 5 seconds); i assume this is because it recompiles itself according to xmonad.hs; is it possible to skip this? |
| 2021-02-22 15:30:09 | <Solid> | it should not recompile itself if your xmonad.hs hasn't changed |
| 2021-02-22 15:31:26 | <Solid> | (unless you use a build script, because then xmonad can't know what that script does and recompiles itself every time) |
| 2021-02-22 15:32:03 | <daphnis> | i do have a build script, which i think is necessary with stack |
| 2021-02-22 15:32:18 | <Liskni_si> | it also doesn't recompile when xmonad is started directly via the ~/.xmonad/xmonad-ARCH-SYS binary |
| 2021-02-22 15:32:42 | <Solid> | oh yes, that might be a hacky way around this |
| 2021-02-22 15:35:09 | <Liskni_si> | Solid: btw today I finally got to using the xmonad twitter account, I tweeted the layout guide I found earlier in the reddit mod queue, then retweeted a few interesting tweets and then my call for github sponsors |
| 2021-02-22 15:35:20 | <Liskni_si> | and that resulted in one $5 sponsorship \o/ |
| 2021-02-22 15:35:31 | <mc47> | that's awesome! |
| 2021-02-22 15:36:27 | <Liskni_si> | so now I'm officially paid to do this and should get to your PR asap :-D |
| 2021-02-22 15:37:02 | <mc47> | hahahaha :D |
| 2021-02-22 15:37:46 | <Solid> | Liskni_si: that's amazing! :D |
| 2021-02-22 15:37:55 | <daphnis> | thanks |
| 2021-02-22 15:42:54 | <Solid> | this really motivates me to continue working on that tutorial; it'll probably be the first thing I tackle after my exams |
| 2021-02-22 15:47:17 | <fizzie> | I feel like my stack-based build script -- which is just `stack build ...` + ln -- doesn't actually do any rebuilding when there's no changes, and hasn't felt noticeably slow either. Haven't tried to time it from a "cold start" though; it takes 0.5s now. |
| 2021-02-22 15:48:07 | → | idhugo_ joins (~idhugo@80-62-117-97-mobile.dk.customer.tdc.net) |
| 2021-02-22 15:48:37 | <Liskni_si> | similar thing takes 1.15s here (which is way too much for me, so I only rebuild explicitly when I mean to) |
| 2021-02-22 15:50:17 | <Liskni_si> | (I have stack build && stack exec ghc, it goes down to 0.6 if I comment out one of those) |
| 2021-02-22 15:50:38 | × | idhugo quits (~idhugo@80-62-117-86-mobile.dk.customer.tdc.net) (Ping timeout: 256 seconds) |
| 2021-02-22 15:54:31 | × | ericsagn1 quits (~ericsagne@2405:6580:0:5100:d940:32bf:aa80:d462) (Ping timeout: 258 seconds) |
| 2021-02-22 16:02:40 | <daphnis> | i'm putting `ps -o comm= $PPPID | grep startx && exit 0` at the top of my build script |
| 2021-02-22 16:07:09 | → | ericsagn1 joins (~ericsagne@2405:6580:0:5100:e26e:cf9:1dd6:9615) |
| 2021-02-22 16:23:46 | <dmwit> | Liskni_si, psibi[m]: How odd. I was relying on github to send me an email when I got a reply, and as far as I know it never did. You both are added to the maintainers list for X11 now. |
| 2021-02-22 16:24:24 | <Liskni_si> | dmwit: thanks! |
| 2021-02-22 16:24:29 | <dmwit> | dminuoso: Also as far as I know you have all the same powers over X11 that I do. |
| 2021-02-22 16:25:05 | <psibi[m]> | dmwit: Thank you! |
| 2021-02-22 16:25:24 | <dmwit> | 👍 |
| 2021-02-22 16:43:35 | × | cfricke quits (~cfricke@unaffiliated/cfricke) (Ping timeout: 258 seconds) |
| 2021-02-22 16:47:25 | × | idhugo_ quits (~idhugo@80-62-117-97-mobile.dk.customer.tdc.net) (Ping timeout: 240 seconds) |
| 2021-02-22 16:56:34 | → | geekosaur joins (82650c7a@130.101.12.122) |
| 2021-02-22 16:57:08 | → | cfricke joins (~cfricke@unaffiliated/cfricke) |
| 2021-02-22 17:01:36 | × | cfricke quits (~cfricke@unaffiliated/cfricke) (Ping timeout: 258 seconds) |
| 2021-02-22 17:09:28 | × | daphnis quits (~daphnis@cm-84.214.179.98.getinternet.no) (Quit: leaving) |
| 2021-02-22 17:33:42 | × | geekosaur quits (82650c7a@130.101.12.122) (Ping timeout: 240 seconds) |
| 2021-02-22 17:42:42 | → | geekosaur joins (82650c7a@130.101.12.122) |
| 2021-02-22 18:40:42 | × | geekosaur quits (82650c7a@130.101.12.122) (Ping timeout: 240 seconds) |
| 2021-02-22 18:55:44 | × | terrorjack quits (~terrorjac@ec2-52-47-143-92.eu-west-3.compute.amazonaws.com) (Quit: The Lounge - https://thelounge.chat) |
| 2021-02-22 18:58:24 | → | terrorjack joins (~terrorjac@ec2-52-47-143-92.eu-west-3.compute.amazonaws.com) |
| 2021-02-22 18:58:38 | → | geekosaur joins (82650c7a@130.101.12.122) |
| 2021-02-22 19:36:46 | → | Nahra joins (~Nahra@unaffiliated/nahra) |
| 2021-02-22 19:44:05 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-02-22 19:58:50 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Quit: WeeChat 3.0.1) |
| 2021-02-22 20:32:04 | → | toniz4 joins (~toniz4@unaffiliated/toniz4) |
| 2021-02-22 20:34:06 | → | growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
| 2021-02-22 20:43:06 | × | styledash quits (~styledash@157.230.173.136) (Quit: The Lounge - https://thelounge.chat) |
| 2021-02-22 20:43:53 | → | styledash joins (~styledash@157.230.173.136) |
| 2021-02-22 21:00:08 | × | styledash quits (~styledash@157.230.173.136) (Quit: The Lounge - https://thelounge.chat) |
| 2021-02-22 21:00:34 | → | styledash joins (~styledash@157.230.173.136) |
| 2021-02-22 21:42:57 | × | geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed) |
| 2021-02-22 22:23:36 | × | Nahra quits (~Nahra@unaffiliated/nahra) (Quit: leaving) |
| 2021-02-22 23:27:40 | × | seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq) |
| 2021-02-22 23:34:31 | × | mc47 quits (~yecinem@89.246.239.190) (Remote host closed the connection) |
| 2021-02-23 00:14:59 | × | notis quits (~notis@185.51.134.222) (Ping timeout: 260 seconds) |
| 2021-02-23 00:36:14 | → | drl joins (~l@2600:1700:8360:3870:24df:e8b0:b944:dcd8) |
| 2021-02-23 00:50:27 | × | kelnoky quits (~shao@ip1f1285ec.dynamic.kabel-deutschland.de) (Ping timeout: 260 seconds) |
| 2021-02-23 00:51:57 | × | thc202 quits (~thc202@unaffiliated/thc202) (Ping timeout: 258 seconds) |
| 2021-02-23 02:06:45 | × | drl quits (~l@2600:1700:8360:3870:24df:e8b0:b944:dcd8) (Quit: Leaving) |
| 2021-02-23 02:12:01 | → | ttmx joins (5e3ee76f@gateway/web/cgi-irc/kiwiirc.com/ip.94.62.231.111) |
| 2021-02-23 02:19:02 | <ttmx> | Hello theree |
| 2021-02-23 02:29:41 | → | NULLean joins (~user@190.19.143.250) |
| 2021-02-23 02:33:19 | → | NULLman` joins (~user@190.19.143.250) |
| 2021-02-23 02:38:24 | <ttmx> | How can I query for window properties to disable borders? |
| 2021-02-23 02:45:15 | × | NULLean quits (~user@190.19.143.250) (Quit: ERC (IRC client for Emacs 27.1)) |
| 2021-02-23 02:46:56 | × | NULLman` quits (~user@190.19.143.250) (Remote host closed the connection) |
| 2021-02-23 03:03:00 | eb0t_ | is now known as eblip |
| 2021-02-23 03:52:36 | × | theDon quits (~td@94.134.91.35) (Ping timeout: 240 seconds) |
| 2021-02-23 03:54:43 | → | theDon joins (~td@94.134.91.128) |
| 2021-02-23 04:06:12 | × | toniz4 quits (~toniz4@unaffiliated/toniz4) (Quit: leaving) |
| 2021-02-23 04:32:26 | × | growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-02-23 04:40:18 | → | ericsagnes joins (~ericsagne@2405:6580:0:5100:9952:235:e674:f0d3) |
| 2021-02-23 04:41:26 | × | ericsagn1 quits (~ericsagne@2405:6580:0:5100:e26e:cf9:1dd6:9615) (Ping timeout: 240 seconds) |
| 2021-02-23 06:08:06 | × | ttmx quits (5e3ee76f@gateway/web/cgi-irc/kiwiirc.com/ip.94.62.231.111) (Ping timeout: 246 seconds) |
| 2021-02-23 06:08:19 | → | palo1 joins (~weechat@c-base/crew/palo) |
| 2021-02-23 06:11:57 | × | palo quits (~weechat@c-base/crew/palo) (Ping timeout: 264 seconds) |
| 2021-02-23 06:11:57 | palo1 | is now known as palo |
| 2021-02-23 06:49:53 | × | spoonm quits (~spoonm@2602:ffd5:1:119::1) (Ping timeout: 272 seconds) |
All times are in UTC.