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