2021-05-20 00:03:50 +0200 | seschwar | (~seschwar@unaffiliated/seschwar) (Quit: :wq) |
2021-05-20 00:28:20 +0200 | <liskin> | Where's dminuoso? I have a cookie for them. https://x0.at/OTa.jpg |
2021-05-20 00:55:07 +0200 | geekosaur | (930099da@rrcs-147-0-153-218.central.biz.rr.com) (Quit: Connection closed) |
2021-05-20 01:19:35 +0200 | geekosaur | (930099da@rrcs-147-0-153-218.central.biz.rr.com) |
2021-05-20 01:21:21 +0200 | <abhixec> | TIL libera is the new freenode :D |
2021-05-20 01:22:38 +0200 | <kajzer> | I just tried PR #297 and it works now, great job! |
2021-05-20 01:24:54 +0200 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: Changing server) |
2021-05-20 01:25:19 +0200 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection) |
2021-05-20 01:37:24 +0200 | a6a45081-2b83 | (~aditya@122.163.149.247) |
2021-05-20 01:37:41 +0200 | notis | (~notis@85.203.44.98) (Ping timeout: 240 seconds) |
2021-05-20 01:42:41 +0200 | kelnoky | (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) (Quit: WeeChat 3.1) |
2021-05-20 01:46:35 +0200 | <liskin> | kajzer: #297 of xmonad not -contrib, right? |
2021-05-20 01:47:03 +0200 | <kajzer> | liskin: yeah Xmonad one |
2021-05-20 01:47:22 +0200 | <kajzer> | https://github.com/xmonad/xmonad/pull/297 |
2021-05-20 01:48:06 +0200 | <liskin> | kajzer: good, thanks for the feedback, I'll merge it tomorrow then :-) |
2021-05-20 01:48:18 +0200 | <kajzer> | cool :) |
2021-05-20 02:01:12 +0200 | <kajzer> | liskin: there's one difference though, with firefox going fullscreen, xmobar is still there, has nothing to do with PR and that problem, would have to use keybind to avoid struts, just saying |
2021-05-20 02:02:06 +0200 | <liskin> | kajzer: not sure I follow; difference to what? |
2021-05-20 02:04:29 +0200 | <kajzer> | liskin: ah yes, well that problem with key grabbing I was able to avoid with different config, seems liek it's related to statusBarProp, but if I don't use that and go with loghook instead, that problem is gone |
2021-05-20 02:04:37 +0200 | <kajzer> | like* |
2021-05-20 02:05:07 +0200 | <kajzer> | again, that's minor and has nothing to do with that PR |
2021-05-20 02:06:34 +0200 | <kajzer> | that's a different issue, forget about it :) |
2021-05-20 02:09:49 +0200 | thc202 | (~thc202@unaffiliated/thc202) (Quit: thc202) |
2021-05-20 02:16:31 +0200 | <kajzer> | well, actually no, that is my mistake, had to restart firefox, so there's no difference |
2021-05-20 02:16:54 +0200 | <kajzer> | sorry about that confusion |
2021-05-20 02:17:39 +0200 | <liskin> | if restarting firefox makes any difference to xmobar being visible or not, then I presume your xmobar isn't being lowered on start? |
2021-05-20 02:21:49 +0200 | <kajzer> | liskin: it's not defined, don't know what default is, I guess it's not |
2021-05-20 02:23:15 +0200 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
2021-05-20 02:25:48 +0200 | <kajzer> | I thought that was related because without PR pressing unbound key would cause similar effect |
2021-05-20 02:26:25 +0200 | eblip | (~eblip@unaffiliated/eblip) (Ping timeout: 252 seconds) |
2021-05-20 02:26:44 +0200 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
2021-05-20 02:28:00 +0200 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Client Quit) |
2021-05-20 02:30:57 +0200 | <dmwit> | What an odd "bug". When you ask for the wrong thing, you get the wrong thing, and this is a bug? |
2021-05-20 02:32:49 +0200 | <geekosaur> | which, #297? |
2021-05-20 02:32:56 +0200 | <liskin> | if this is what I think it is, "related" is indeed a bit of a stretch :-) |
2021-05-20 02:33:39 +0200 | <liskin> | the key to toggle status bars doesn't really toggle their visibility, it only toggles xmonads avoidance of them while laying out windows |
2021-05-20 02:33:55 +0200 | <liskin> | but this doesn't affect fullscreen windows in any way |
2021-05-20 02:34:12 +0200 | sysadmin | (~McCafe@23.108.51.26) |
2021-05-20 02:34:18 +0200 | <liskin> | what does affect fullscreen windows, though, is the stacking order of xmobar vs those windows |
2021-05-20 02:34:23 +0200 | <dmwit> | Well, #293, which is the issue that #297 fixes. |
2021-05-20 02:35:45 +0200 | <geekosaur> | the problem there is that `def` is so "magical" that people expect it to Just Work but it can''t do anything sane as a keybinding function |
2021-05-20 02:35:57 +0200 | <geekosaur> | and I was less than happy to find out it would typecheck there |
2021-05-20 02:36:40 +0200 | <geekosaur> | in particular the function instance caught me by surprise |
2021-05-20 02:38:22 +0200 | <geekosaur> | I suppose it would be possible to invoke it and check for (0,0) result and substitute the default that it uses for the built-in status bars (mod-b), but that kinda sucks |
2021-05-20 02:39:33 +0200 | <liskin> | it'd be a hack for the sake of better ux |
2021-05-20 02:39:51 +0200 | <geekosaur> | yeh |
2021-05-20 02:40:20 +0200 | <liskin> | but I'm not sure this is a real pressing issue |
2021-05-20 02:41:16 +0200 | <geekosaur> | well, it does also hack around another issue, which is that there's no way to get at said built-in binding currently |
2021-05-20 02:41:33 +0200 | eblip | (~eblip@unaffiliated/eblip) |
2021-05-20 02:41:56 +0200 | <liskin> | oh, I thought we export it now |
2021-05-20 02:43:42 +0200 | <geekosaur> | don't see it in the export list |
2021-05-20 02:44:28 +0200 | <liskin> | https://github.com/xmonad/xmonad-contrib/blob/master/XMonad/Hooks/StatusBar.hs#L31 |
2021-05-20 02:46:53 +0200 | <geekosaur> | oh, I was looking at DynamicLog |
2021-05-20 02:47:10 +0200 | <geekosaur> | which I expect people will continue to use for compatibility |
2021-05-20 02:47:32 +0200 | <geekosaur> | or for still-passing-around-and-hacking-up-ancient-configs |
2021-05-20 03:24:14 +0200 | geekosaur42 | (45870322@069-135-003-034.biz.spectrum.com) |
2021-05-20 03:26:03 +0200 | geekosaur | (930099da@rrcs-147-0-153-218.central.biz.rr.com) (Ping timeout: 240 seconds) |
2021-05-20 03:26:32 +0200 | geekosaur42 | geekosaur |
2021-05-20 03:27:16 +0200 | kajzer | (~kajzer@unaffiliated/kajzer) (Quit: WeeChat 3.1) |
2021-05-20 04:14:49 +0200 | wht_ | (~meep@havoc.proulx.com) |
2021-05-20 04:27:05 +0200 | growpotk- | (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
2021-05-20 04:33:15 +0200 | wht_ | (~meep@havoc.proulx.com) (Quit: leaving) |
2021-05-20 04:34:12 +0200 | wht_ | (~meep@havoc.proulx.com) |
2021-05-20 04:38:01 +0200 | wht_ | (~meep@havoc.proulx.com) (Client Quit) |
2021-05-20 04:38:10 +0200 | wht | (~meep@havoc.proulx.com) (Quit: leaving) |
2021-05-20 04:38:27 +0200 | wht | (~wht@havoc.proulx.com) |
2021-05-20 04:45:18 +0200 | growpotk- | (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Ping timeout: 260 seconds) |
2021-05-20 04:47:04 +0200 | wht | (~wht@havoc.proulx.com) (Quit: leaving) |
2021-05-20 04:47:34 +0200 | wht | (~wht@havoc.proulx.com) |
2021-05-20 04:57:11 +0200 | eblip | (~eblip@unaffiliated/eblip) (Read error: Connection reset by peer) |
2021-05-20 04:59:15 +0200 | eblip | (~eblip@unaffiliated/eblip) |
2021-05-20 05:20:16 +0200 | wht | (~wht@havoc.proulx.com) (Quit: leaving) |
2021-05-20 05:20:42 +0200 | wht | (~wht@havoc.proulx.com) |
2021-05-20 05:26:38 +0200 | wht | (~wht@havoc.proulx.com) (Quit: leaving) |
2021-05-20 05:26:55 +0200 | wht | (~wht@havoc.proulx.com) |
2021-05-20 05:45:31 +0200 | growpotk- | (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
2021-05-20 06:09:22 +0200 | growpotkin | (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in) |
2021-05-20 06:12:33 +0200 | growpotk- | (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Ping timeout: 260 seconds) |
2021-05-20 06:13:38 +0200 | eblip | (~eblip@unaffiliated/eblip) (Read error: Connection reset by peer) |
2021-05-20 06:14:58 +0200 | eblip | (~eblip@unaffiliated/eblip) |
2021-05-20 06:53:06 +0200 | growpotkin | (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
2021-05-20 07:17:18 +0200 | growpotkin | (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Ping timeout: 268 seconds) |
2021-05-20 07:29:01 +0200 | _0dI | (~user@193-154-38-161.adsl.highway.telekom.at) |
2021-05-20 07:34:04 +0200 | a6a45081-2b83 | (~aditya@122.163.149.247) (Remote host closed the connection) |
2021-05-20 07:50:44 +0200 | pmj | (~pmj@p2e5d5de5.dip0.t-ipconnect.de) |
2021-05-20 08:31:01 +0200 | cfricke | (~cfricke@unaffiliated/cfricke) |
2021-05-20 08:37:35 +0200 | MasseR | (~MasseR@51.15.143.128) (Quit: The Lounge - https://thelounge.chat) |
2021-05-20 08:59:12 +0200 | wonko7 | (~wonko7@62.115.229.50) |
2021-05-20 08:59:42 +0200 | thc202 | (~thc202@unaffiliated/thc202) |
2021-05-20 09:10:31 +0200 | notis | (~notis@85.203.44.245) |
2021-05-20 09:34:09 +0200 | PotatoGim | (sid99505@gateway/web/irccloud.com/x-kguolsobtmitgwzj) (Ping timeout: 245 seconds) |
2021-05-20 09:35:01 +0200 | ormiret | (sid314108@gateway/web/irccloud.com/x-iueldfqpmxpywzer) (Ping timeout: 250 seconds) |
2021-05-20 09:35:21 +0200 | rizary | (sid220347@gateway/web/irccloud.com/x-uzljfsveodeuccfd) (Ping timeout: 245 seconds) |
2021-05-20 09:35:29 +0200 | tv | (~tv@unaffiliated/tv) (Quit: WeeChat 2.9) |
2021-05-20 09:37:30 +0200 | rizary | (sid220347@gateway/web/irccloud.com/x-ovxbqeoxgpkfwtwm) |
2021-05-20 09:37:54 +0200 | ormiret | (sid314108@gateway/web/irccloud.com/x-wtnabiidaykmaqau) |
2021-05-20 09:38:41 +0200 | PotatoGim | (sid99505@gateway/web/irccloud.com/x-orkhulwlxvrehjkn) |
2021-05-20 09:38:48 +0200 | tv | (~tv@unaffiliated/tv) |
2021-05-20 09:39:17 +0200 | notis | (~notis@85.203.44.245) (Read error: Connection reset by peer) |
2021-05-20 09:42:16 +0200 | notis | (~notis@2a02:2149:8a33:ff00:daac:2cc7:3b54:56eb) |
2021-05-20 09:56:57 +0200 | notis | (~notis@2a02:2149:8a33:ff00:daac:2cc7:3b54:56eb) (Ping timeout: 258 seconds) |
2021-05-20 09:58:43 +0200 | notis | (~notis@85.203.44.98) |
2021-05-20 10:02:31 +0200 | kelnoky | (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) |
2021-05-20 10:16:52 +0200 | dweller | (~dweller@178.62.146.60) () |
2021-05-20 10:19:58 +0200 | def_jam | (~eblip@unaffiliated/eblip) |
2021-05-20 10:21:03 +0200 | eblip | (~eblip@unaffiliated/eblip) (Ping timeout: 252 seconds) |
2021-05-20 10:34:08 +0200 | dweller | (~dweller@178.62.146.60) |
2021-05-20 10:38:55 +0200 | wonko7 | (~wonko7@62.115.229.50) (Quit: See You Space Cowboy..) |
2021-05-20 10:40:12 +0200 | kelnoky | (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) (Quit: WeeChat 3.1) |
2021-05-20 11:04:20 +0200 | mc47 | (~yecinem@89.246.239.190) |
2021-05-20 11:17:11 +0200 | def_jam | (~eblip@unaffiliated/eblip) (Ping timeout: 240 seconds) |
2021-05-20 11:39:34 +0200 | kajzer | (~kajzer@unaffiliated/kajzer) |
2021-05-20 11:45:16 +0200 | def_jam | (~eblip@unaffiliated/eblip) |
2021-05-20 11:58:54 +0200 | henninb | (~henninb@63-226-165-91.mpls.qwest.net) |
2021-05-20 12:05:04 +0200 | cfricke | (~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.1) |
2021-05-20 12:05:17 +0200 | cfricke | (~cfricke@unaffiliated/cfricke) |
2021-05-20 12:50:17 +0200 | pmj | (~pmj@p2e5d5de5.dip0.t-ipconnect.de) (Remote host closed the connection) |
2021-05-20 12:53:57 +0200 | sysadmin | (~McCafe@23.108.51.26) (Remote host closed the connection) |
2021-05-20 12:54:25 +0200 | sysadmin | (~McCafe@23.108.51.26) |
2021-05-20 12:54:27 +0200 | sysadmin | (~McCafe@23.108.51.26) (Max SendQ exceeded) |
2021-05-20 13:51:22 +0200 | Natch | (~Natch@c-e070e255.014-297-73746f25.bbcust.telenor.se) (Remote host closed the connection) |
2021-05-20 13:56:44 +0200 | Natch | (~Natch@c-e070e255.014-297-73746f25.bbcust.telenor.se) |
2021-05-20 13:59:23 +0200 | henninb | (~henninb@63-226-165-91.mpls.qwest.net) (Quit: Lost terminal) |
2021-05-20 14:33:49 +0200 | davemq | (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) |
2021-05-20 14:48:48 +0200 | davemq | (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) ("ERC (IRC client for Emacs 27.2)") |
2021-05-20 14:54:53 +0200 | kelnoky | (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) |
2021-05-20 15:01:44 +0200 | a6a45081-2b83 | (~aditya@122.163.149.247) |
2021-05-20 15:31:56 +0200 | geekosaur | (45870322@069-135-003-034.biz.spectrum.com) (Quit: Connection closed) |
2021-05-20 15:36:13 +0200 | seschwar | (~seschwar@unaffiliated/seschwar) |
2021-05-20 15:41:04 +0200 | geekosaur | (45870322@069-135-003-034.biz.spectrum.com) |
2021-05-20 15:52:24 +0200 | Hash | (~Hash@unaffiliated/hash) (Quit: WeeChat 3.1) |
2021-05-20 15:53:02 +0200 | Hash | (~Hash@unaffiliated/hash) |
2021-05-20 16:00:18 +0200 | cfricke | (~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.1) |
2021-05-20 16:23:55 +0200 | growpotkin | (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
2021-05-20 16:46:30 +0200 | a6a45081-2b83 | (~aditya@122.163.149.247) (Remote host closed the connection) |
2021-05-20 17:01:13 +0200 | Solitary | (~Solitary@ip-78-45-155-137.net.upcbroadband.cz) (Quit: All work and no play makes Jack a dull boy.) |
2021-05-20 17:02:00 +0200 | Solitary | (~Solitary@ip-78-45-155-137.net.upcbroadband.cz) |
2021-05-20 17:02:24 +0200 | kelnoky | (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) (Quit: WeeChat 3.1) |
2021-05-20 17:09:10 +0200 | geekosaur | (45870322@069-135-003-034.biz.spectrum.com) (Quit: Connection closed) |
2021-05-20 17:11:08 +0200 | geekosaur | (45870322@069-135-003-034.biz.spectrum.com) |
2021-05-20 17:22:27 +0200 | kajzer | (~kajzer@unaffiliated/kajzer) (Quit: WeeChat 3.1) |
2021-05-20 17:24:16 +0200 | kajzer | (~kajzer@unaffiliated/kajzer) |
2021-05-20 17:46:48 +0200 | Natch | (~Natch@c-e070e255.014-297-73746f25.bbcust.telenor.se) () |
2021-05-20 17:48:24 +0200 | Natch | (~Natch@c-e070e255.014-297-73746f25.bbcust.telenor.se) |
2021-05-20 17:55:51 +0200 | thoros | (~thoros@193-154-185-59.adsl.highway.telekom.at) |
2021-05-20 17:58:02 +0200 | idhugo | (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) |
2021-05-20 18:21:27 +0200 | idhugo | (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) (Ping timeout: 260 seconds) |
2021-05-20 18:23:58 +0200 | geekosaur | (45870322@069-135-003-034.biz.spectrum.com) (Quit: Ping timeout (120 seconds)) |
2021-05-20 18:24:02 +0200 | dmwit | (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) (Quit: going to libera i guess) |
2021-05-20 18:28:08 +0200 | geekosaur | (45870322@069-135-003-034.biz.spectrum.com) |
2021-05-20 18:29:35 +0200 | idhugo | (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) |
2021-05-20 19:30:06 +0200 | idhugo | (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) (Ping timeout: 260 seconds) |
2021-05-20 20:04:41 +0200 | notis | (~notis@85.203.44.98) (Ping timeout: 246 seconds) |
2021-05-20 20:07:59 +0200 | idhugo | (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) |
2021-05-20 20:14:10 +0200 | geekosaur | (45870322@069-135-003-034.biz.spectrum.com) (Quit: Connection closed) |
2021-05-20 20:16:36 +0200 | gspe | (~gspe@82.84.65.72) |
2021-05-20 20:17:24 +0200 | gspe | (~gspe@82.84.65.72) (Client Quit) |
2021-05-20 20:18:47 +0200 | geekosaur | (45870322@069-135-003-034.biz.spectrum.com) |
2021-05-20 21:15:07 +0200 | sysadmin | (~McCafe@76.72.175.109) |
2021-05-20 21:19:29 +0200 | cynapse | (~chris@d24-141-165-72.home.cgocable.net) |
2021-05-20 21:23:46 +0200 | idhugo | (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) (Ping timeout: 240 seconds) |
2021-05-20 21:39:13 +0200 | _0dI | (~user@193-154-38-161.adsl.highway.telekom.at) (Ping timeout: 252 seconds) |
2021-05-20 21:59:53 +0200 | thoros | (~thoros@193-154-185-59.adsl.highway.telekom.at) (Ping timeout: 260 seconds) |
2021-05-20 22:02:41 +0200 | benin | (~benin@183.82.205.246) |
2021-05-20 22:29:17 +0200 | notis | (~notis@85.203.44.245) |
2021-05-20 23:31:56 +0200 | mc47 | (~yecinem@89.246.239.190) (Remote host closed the connection) |
2021-05-20 23:47:06 +0200 | sagax | (~sagax_nb@213.138.71.146) (Ping timeout: 240 seconds) |