| 2022-03-25 01:05:13 +0000 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2022-03-25 01:12:08 +0000 | steve_ | (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 252 seconds) |
| 2022-03-25 01:18:26 +0000 | chomwitt | (~chomwitt@2a02:587:dc0d:b200:f874:1c07:de06:7cf8) (Ping timeout: 260 seconds) |
| 2022-03-25 01:49:58 +0000 | erts | (~erts@user/erts) (Quit: .) |
| 2022-03-25 02:00:36 +0000 | iqubic | (~iqubic@2601:602:9502:c70:d198:df68:f316:33d1) |
| 2022-03-25 02:24:20 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-03-25 02:27:14 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-03-25 02:44:59 +0000 | <abhixec> | is there a module for seperate number of workspaces for each screen? |
| 2022-03-25 02:51:10 +0000 | benin | (~benin@183.82.207.30) (Ping timeout: 272 seconds) |
| 2022-03-25 02:58:30 +0000 | steve_ | (~steve@ool-182c2b80.dyn.optonline.net) |
| 2022-03-25 03:02:53 +0000 | benin | (~benin@183.82.207.30) |
| 2022-03-25 03:03:14 +0000 | banc- | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds) |
| 2022-03-25 03:08:09 +0000 | benin | (~benin@183.82.207.30) (Quit: Ping timeout (120 seconds)) |
| 2022-03-25 03:11:47 +0000 | benin | (~benin@183.82.207.30) |
| 2022-03-25 03:21:04 +0000 | benin | (~benin@183.82.207.30) (Quit: Ping timeout (120 seconds)) |
| 2022-03-25 03:22:58 +0000 | banc | (banc@gateway/vpn/airvpn/banc) |
| 2022-03-25 03:25:56 +0000 | benin | (~benin@183.82.207.30) |
| 2022-03-25 03:27:27 +0000 | <abastro[m]> | Oh, the buggy app was just dumb, it was spawning extra windows for no apparent reason |
| 2022-03-25 03:31:00 +0000 | bla | (~bla@79.191.246.124.ipv4.supernova.orange.pl) (Ping timeout: 240 seconds) |
| 2022-03-25 03:32:20 +0000 | bla | (~bla@79.191.153.117.ipv4.supernova.orange.pl) |
| 2022-03-25 03:40:13 +0000 | <abastro[m]> | Somehow spawns shadow and edge.. |
| 2022-03-25 03:43:13 +0000 | benin | (~benin@183.82.207.30) (Quit: Ping timeout (120 seconds)) |
| 2022-03-25 03:43:33 +0000 | benin | (~benin@183.82.207.30) |
| 2022-03-25 03:49:59 +0000 | mvk | (~mvk@2607:fea8:5cc3:7e00::7980) (Ping timeout: 256 seconds) |
| 2022-03-25 04:02:59 +0000 | <abastro[m]> | It seems like somehow its class name changes after spawning or something. How do I resolve this problem? |
| 2022-03-25 04:03:46 +0000 | <abastro[m]> | Can I detect class change? |
| 2022-03-25 04:04:54 +0000 | <abastro[m]> | Maybe it is even automatically retiling |
| 2022-03-25 04:12:11 +0000 | mvk | (~mvk@2607:fea8:5cc3:7e00::7980) |
| 2022-03-25 04:44:08 +0000 | twiclo | (~twiclo@204.14.20.66.static.utbb.net) (Quit: WeeChat 3.4) |
| 2022-03-25 04:48:17 +0000 | mvk | (~mvk@2607:fea8:5cc3:7e00::7980) (Ping timeout: 240 seconds) |
| 2022-03-25 05:38:37 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 240 seconds) |
| 2022-03-25 05:43:13 +0000 | <CodeBitCookie[m]> | <geekosaur> "I'd just stuff a threadDelay 250..." <- geekosaur: Didn't work. Instead of putting my browser to 2 and my pipe-viewer to 9 it puts my browser to 9 and pipe-viewer to current workspace. |
| 2022-03-25 05:43:28 +0000 | <CodeBitCookie[m]> | I even added a bunch more threadDelays but it didn't really work. |
| 2022-03-25 05:55:50 +0000 | <CodeBitCookie[m]> | Okay it is almost working with fizzie's suggestion. |
| 2022-03-25 05:55:53 +0000 | <CodeBitCookie[m]> | I did this: |
| 2022-03-25 05:56:16 +0000 | CodeBitCookie[m] | sent a code block: https://libera.ems.host/_matrix/media/r0/download/libera.chat/1ae0b390df0dd7d5a01635ffcd264d00ab97… |
| 2022-03-25 05:56:26 +0000 | <CodeBitCookie[m]> | Then in my startup, I did: |
| 2022-03-25 05:57:23 +0000 | CodeBitCookie[m] | sent a code block: https://libera.ems.host/_matrix/media/r0/download/libera.chat/be19c49c85af97d2e5fb484a1b2bba8e3197… |
| 2022-03-25 05:58:42 +0000 | <CodeBitCookie[m]> | Even with that, as soon i put the ``hookAllNew "startup" False`` line, it puts all windows to current workspace. Whereas without that, it always shift all windows to those workspaces as expected. |
| 2022-03-25 05:59:00 +0000 | nomadxx3 | (~lanomadx@69.167.36.244) (Ping timeout: 240 seconds) |
| 2022-03-25 06:01:12 +0000 | nomadxx3 | (~lanomadx@69.167.42.151) |
| 2022-03-25 06:15:42 +0000 | Czernobog | (~Czernobog@user/czernobog) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2022-03-25 06:15:51 +0000 | benin | (~benin@183.82.207.30) (Ping timeout: 256 seconds) |
| 2022-03-25 06:17:31 +0000 | Czernobog | (~Czernobog@user/czernobog) |
| 2022-03-25 07:00:47 +0000 | nomadxxxx3 | (~lanomadx@69.167.45.235) |
| 2022-03-25 07:02:36 +0000 | nomadxx3 | (~lanomadx@69.167.42.151) (Ping timeout: 272 seconds) |
| 2022-03-25 07:05:43 +0000 | <Solid> | abhixec: Yes X.L.IndependentScreens (but you really want the default behaviour :) |
| 2022-03-25 07:06:32 +0000 | <Solid> | abastro[m]: there is X.H.DynamicProperty for that |
| 2022-03-25 07:13:17 +0000 | benin | (~benin@106.198.91.80) |
| 2022-03-25 07:15:48 +0000 | <abhixec> | Thanks Solid yeah even I want the default behavior there just this one usecase where I want to be able have my laptop have workspaces of its own |
| 2022-03-25 07:16:05 +0000 | <abhixec> | so that I don't accidentally bring them over to my external monitor |
| 2022-03-25 07:51:05 +0000 | cfricke | (~cfricke@user/cfricke) |
| 2022-03-25 07:53:00 +0000 | <abastro[m]> | DynamicProperty? Thank you will look into it |
| 2022-03-25 07:53:15 +0000 | <abastro[m]> | Btw it feels bad how I am unable to find it myself :< |
| 2022-03-25 07:55:05 +0000 | <Solid> | There's actually an open issue to give it a better name :D |
| 2022-03-25 07:56:08 +0000 | <Solid> | well, at least give the function a better name (renaming a module would first force us to deprecate it etc. etc.): https://github.com/xmonad/xmonad-contrib/issues/588 |
| 2022-03-25 07:58:38 +0000 | <abastro[m]> | Ohh, I see. Glad that they are working on improving this! |
| 2022-03-25 07:59:26 +0000 | <abastro[m]> | I am rather disappointed at my ability to browse/understand codebase |
| 2022-03-25 07:59:32 +0000 | the_proffesor | (~theproffe@2601:282:847f:8010::7f59) |
| 2022-03-25 08:03:24 +0000 | theproffesor_ | (~theproffe@2601:282:847f:8010::7f59) (Ping timeout: 240 seconds) |
| 2022-03-25 08:28:16 +0000 | chomwitt | (~chomwitt@2a02:587:dc0d:b200:e0e6:2517:8e76:8934) |
| 2022-03-25 08:52:51 +0000 | chomwitt | (~chomwitt@2a02:587:dc0d:b200:e0e6:2517:8e76:8934) (Ping timeout: 245 seconds) |
| 2022-03-25 08:56:13 +0000 | iqubic | (~iqubic@2601:602:9502:c70:d198:df68:f316:33d1) (Ping timeout: 256 seconds) |
| 2022-03-25 09:00:17 +0000 | TheWizardTower[m | (~thewizard@2001:470:69fc:105::a5b) (Quit: You have been kicked for being idle) |
| 2022-03-25 09:11:47 +0000 | mc47 | (~mc47@xmonad/TheMC47) |
| 2022-03-25 09:13:01 +0000 | benin | (~benin@106.198.91.80) (Read error: Connection reset by peer) |
| 2022-03-25 09:15:10 +0000 | benin | (~benin@183.82.24.110) |
| 2022-03-25 09:27:28 +0000 | jeeeun | (~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat) |
| 2022-03-25 09:28:02 +0000 | jeeeun | (~jeeeun@78.40.148.178) |
| 2022-03-25 09:39:27 +0000 | benin | (~benin@183.82.24.110) (Quit: The Lounge - https://thelounge.chat) |
| 2022-03-25 09:39:44 +0000 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2022-03-25 09:45:13 +0000 | benin | (~benin@183.82.24.110) |
| 2022-03-25 09:52:55 +0000 | benin | (~benin@183.82.24.110) (Quit: The Lounge - https://thelounge.chat) |
| 2022-03-25 10:27:21 +0000 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.4.1) |
| 2022-03-25 10:30:53 +0000 | haskl | (~haskl@user/haskl) (Read error: Connection reset by peer) |
| 2022-03-25 10:33:00 +0000 | haskl | (~haskl@user/haskl) |
| 2022-03-25 11:00:26 +0000 | benin | (~benin@183.82.24.110) |
| 2022-03-25 11:06:18 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-03-25 11:07:37 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2022-03-25 11:08:53 +0000 | chomwitt | (~chomwitt@2a02:587:dc0d:b200:a198:e1d2:32d4:cbec) |
| 2022-03-25 11:19:01 +0000 | JaredMohammed[m] | (~librejare@2001:470:69fc:105::1:83b7) (Ping timeout: 240 seconds) |
| 2022-03-25 11:19:19 +0000 | JaredMohammed[m] | (~librejare@2001:470:69fc:105::1:83b7) |
| 2022-03-25 11:23:48 +0000 | benin | (~benin@183.82.24.110) (Quit: The Lounge - https://thelounge.chat) |
| 2022-03-25 11:48:33 +0000 | <Drishal[m]> | ooh wow a new xmonad readme.org org mode 👀 |
| 2022-03-25 11:48:35 +0000 | Drishal[m] | uploaded an image: (39KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/YxkRtIRRjiTdggRvZRWKGako/image.png > |
| 2022-03-25 11:50:13 +0000 | <Drishal[m]> | also since when does xmobar support exwm? 👀 |
| 2022-03-25 12:46:17 +0000 | cfricke | (~cfricke@user/cfricke) (Ping timeout: 240 seconds) |
| 2022-03-25 12:53:04 +0000 | <Solid> | since its inception, I would guess :) |
| 2022-03-25 12:53:11 +0000 | <Solid> | xmobar was never bound to xmonad in any way |
| 2022-03-25 12:53:22 +0000 | <Solid> | indeed, AFAIK the current maintainer uses exwm himself |
| 2022-03-25 13:04:50 +0000 | gdd | (~gdd@129.199.146.230) (Ping timeout: 268 seconds) |
| 2022-03-25 13:06:26 +0000 | gdd | (~gdd@129.199.146.230) |
| 2022-03-25 13:24:30 +0000 | steve_ | (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 272 seconds) |
| 2022-03-25 13:30:18 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-03-25 13:31:56 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2022-03-25 13:33:13 +0000 | thunderrd | (~thunderrd@183.182.111.150) |
| 2022-03-25 13:35:54 +0000 | thunderrd | (~thunderrd@183.182.111.150) (Remote host closed the connection) |
| 2022-03-25 13:57:53 +0000 | <abastro[m]> | Turns out that the problem was, the app constantly trying to (somehow) tile itself. It was not problem of changing class |
| 2022-03-25 13:58:45 +0000 | <abastro[m]> | And it generates garbage windows, so the tiling gets messed up. Now I fixed it using `doIgnore`, but the apps got considerably slower.. |
| 2022-03-25 14:00:57 +0000 | <geekosaur> | that seems odd |
| 2022-03-25 14:03:09 +0000 | <abastro[m]> | Indeed, very strange tbh |
| 2022-03-25 14:03:30 +0000 | <abastro[m]> | Tho I do not expect the app to be reasonable, I am using it through wine after all. |
| 2022-03-25 14:03:47 +0000 | <abastro[m]> | It does not even appear as taffybar widget :( |
| 2022-03-25 14:30:50 +0000 | thunderrd | (~thunderrd@183.182.111.150) |
| 2022-03-25 14:30:55 +0000 | m5zs7k | (aquares@web10.mydevil.net) (Read error: Connection reset by peer) |
| 2022-03-25 14:31:06 +0000 | m5zs7k_ | (~m5zs7k@web10.mydevil.net) |
| 2022-03-25 14:31:34 +0000 | m5zs7k_ | m5zs7k |
| 2022-03-25 14:37:37 +0000 | thunderrd | (~thunderrd@183.182.111.150) (Remote host closed the connection) |
| 2022-03-25 14:41:25 +0000 | thunderrd | (~thunderrd@183.182.111.150) |
| 2022-03-25 14:53:18 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-03-25 14:55:08 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2022-03-25 15:27:56 +0000 | rekahsoft | (~rekahsoft@cpe001b21a2fd89-cm64777ddc63a0.cpe.net.cable.rogers.com) |
| 2022-03-25 15:54:03 +0000 | iqubic | (~iqubic@2601:602:9502:c70:bf48:8587:cda9:517) |
| 2022-03-25 16:00:02 +0000 | seschwar | (~seschwar@user/seschwar) |
| 2022-03-25 16:00:08 +0000 | justinrestivo[m] | (~justinres@2001:470:69fc:105::a47) (Quit: You have been kicked for being idle) |
| 2022-03-25 16:10:07 +0000 | benin | (~benin@183.82.24.110) |
| 2022-03-25 16:11:19 +0000 | benin | (~benin@183.82.24.110) (Client Quit) |
| 2022-03-25 16:24:17 +0000 | rekahsoft | (~rekahsoft@cpe001b21a2fd89-cm64777ddc63a0.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds) |
| 2022-03-25 16:24:58 +0000 | benin | (~benin@183.82.24.110) |
| 2022-03-25 16:26:39 +0000 | benin | (~benin@183.82.24.110) (Client Quit) |
| 2022-03-25 16:27:35 +0000 | benin | (~benin@183.82.24.110) |
| 2022-03-25 16:32:47 +0000 | benin | (~benin@183.82.24.110) (Quit: The Lounge - https://thelounge.chat) |
| 2022-03-25 16:33:46 +0000 | benin | (~benin@183.82.24.110) |
| 2022-03-25 17:18:51 +0000 | iqubic | (~iqubic@2601:602:9502:c70:bf48:8587:cda9:517) (Ping timeout: 256 seconds) |
| 2022-03-25 17:35:25 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds) |
| 2022-03-25 17:37:30 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-03-25 17:47:34 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2022-03-25 17:56:51 +0000 | benin | (~benin@183.82.24.110) (Quit: The Lounge - https://thelounge.chat) |
| 2022-03-25 17:57:04 +0000 | aliosablack | (~chomwitt@94.66.60.177) |
| 2022-03-25 17:58:24 +0000 | chomwitt | (~chomwitt@2a02:587:dc0d:b200:a198:e1d2:32d4:cbec) (Ping timeout: 260 seconds) |
| 2022-03-25 18:41:34 +0000 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Remote host closed the connection) |
| 2022-03-25 18:51:18 +0000 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2022-03-25 20:43:01 +0000 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2022-03-25 20:43:24 +0000 | liskin | (~liskin@xmonad/liskin) (Ping timeout: 272 seconds) |
| 2022-03-25 20:43:43 +0000 | liskin | (~liskin@xmonad/liskin) |
| 2022-03-25 21:26:22 +0000 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.4.1) |
| 2022-03-25 22:10:29 +0000 | MrElendig | (~Urist@archlinux/op/MrElendig) (Quit: invading russia) |
| 2022-03-25 22:36:14 +0000 | mc47 | (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2022-03-25 22:49:56 +0000 | MrElendig | (~Urist@archlinux/op/MrElendig) |
| 2022-03-25 22:55:34 +0000 | steve_ | (~steve@ool-182c2b80.dyn.optonline.net) |
| 2022-03-25 22:57:31 +0000 | seschwar | (~seschwar@user/seschwar) (Quit: :wq) |
| 2022-03-25 23:47:09 +0000 | mvk | (~mvk@2607:fea8:5cc3:7e00::7980) |