2024-03-20 01:10:55 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 272 seconds) |
2024-03-20 01:18:00 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) |
2024-03-20 01:29:23 +0100 | vrs | (~vrs@user/vrs) (Ping timeout: 264 seconds) |
2024-03-20 02:00:08 +0100 | magesing | (~magesing@bras-base-hmtnon143hw-grc-05-174-91-104-53.dsl.bell.ca) (Quit: Client closed) |
2024-03-20 02:33:40 +0100 | vrs | (~vrs@user/vrs) |
2024-03-20 03:06:15 +0100 | vrs | (~vrs@user/vrs) (Ping timeout: 256 seconds) |
2024-03-20 03:40:10 +0100 | vrs | (~vrs@user/vrs) |
2024-03-20 04:17:17 +0100 | joshproehl | (~quassel@user/joshproehl) (Quit: No Ping reply in 180 seconds.) |
2024-03-20 04:17:27 +0100 | joshproehl | (~quassel@user/joshproehl) |
2024-03-20 04:47:42 +0100 | td_ | (~td@i5387092A.versanet.de) (Ping timeout: 255 seconds) |
2024-03-20 04:49:35 +0100 | td_ | (~td@i53870939.versanet.de) |
2024-03-20 07:47:14 +0100 | <deebo> | what's a good way to find out e.g. what '=?' in my managehook actually means? and what others are available (need a 'starts with' match for wm_name) |
2024-03-20 07:47:39 +0100 | <deebo> | with enshittification of google it's impossible to search for these funky operators :) |
2024-03-20 07:52:36 +0100 | <[Leary]> | deebo: https://hoogle.haskell.org/?hoogle=%3D%3F%20package%3Axmonad%20package%3Axmonad-contrib |
2024-03-20 07:52:52 +0100 | <[Leary]> | You can also search by type: https://hoogle.haskell.org/?hoogle=Query+a+-%3E+a+-%3E+Query+Bool+package%3Axmonad+package%3Axmona… |
2024-03-20 07:59:42 +0100 | <deebo> | hmm, WM_NAME(STRING) = "Commit: somefileingit" -> , title ^? "Commit:" --> doCenterFloat doesn't seem to match, though i guess the title can change after creation |
2024-03-20 08:00:39 +0100 | <deebo> | or is title ^? "Commit:" wrong way round :) functional stuff wrinkles my brain |
2024-03-20 08:02:26 +0100 | <[Leary]> | Swapping the argument order would be a type error. |
2024-03-20 08:03:34 +0100 | <[Leary]> | And window properties often are often changed after creation, especially titles. You probably need X.H.DynamicProperty. |
2024-03-20 08:13:19 +0100 | <deebo> | is something omitted in https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Hooks-DynamicProperty.html examples, unless i'm functionally stupid, the first real snippet has an extra trailing ) |
2024-03-20 08:13:53 +0100 | <deebo> | also was that deprecated 17->18? so the new version is only in contrib 0.18 (on fedora currently have contrib 0.17.1 |
2024-03-20 08:14:25 +0100 | <deebo> | documentation could use "since" and "not after" |
2024-03-20 08:21:24 +0100 | <[Leary]> | You can search the changelog if you really need to know what happened and when, but iirc it was just a needless module renaming. |
2024-03-20 08:21:32 +0100 | <[Leary]> | The trailing ) should just be a typo. |
2024-03-20 08:26:40 +0100 | <geekosaur> | yes |
2024-03-20 08:28:27 +0100 | <deebo> | but yeah got it working after stumbling with the versions, thanks |
2024-03-20 08:29:43 +0100 | <geekosaur> | and yes, someone grumped about the naming |
2024-03-20 08:32:00 +0100 | geekosaur | waits for the bot to update |
2024-03-20 08:32:27 +0100 | <xmonadtrack> | xmonad-contrib Brandon S Allbery KF8NH {GitHub} * v0.18.0-22-g78bad115: remove extraneous ) in docstring (3 minutes ago, 1 file, 1+ 1-) https://github.com/xmonad/xmonad-contrib/commit/78bad1157835 |
2024-03-20 08:38:44 +0100 | todi | (~todi@p57803331.dip0.t-ipconnect.de) |
2024-03-20 08:53:03 +0100 | <deebo> | produces quite an annoying flicker this one, wonder if there's a way to remedy it |
2024-03-20 08:53:29 +0100 | <deebo> | i have all my IDE instance in the same workspace in a tabbed layout, so the window first goes to the tabbed layout and then pops out |
2024-03-20 08:54:40 +0100 | <deebo> | could i delay it somehow? the IDE spawns an extra window, with same wm_class 'jetbrains-idea', but the title will have the "Commit: abcfile.txt" title |
2024-03-20 09:30:30 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 268 seconds) |
2024-03-20 09:44:42 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 09:50:53 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 272 seconds) |
2024-03-20 10:01:59 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 10:07:46 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 246 seconds) |
2024-03-20 10:19:37 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 10:25:43 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 272 seconds) |
2024-03-20 10:36:18 +0100 | ft | (~ft@p508db238.dip0.t-ipconnect.de) (Quit: leaving) |
2024-03-20 10:37:25 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 10:39:49 +0100 | yaslam | (~user@user/yaslam) |
2024-03-20 10:43:16 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 260 seconds) |
2024-03-20 10:54:50 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 11:00:45 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 255 seconds) |
2024-03-20 11:14:26 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 11:22:06 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 256 seconds) |
2024-03-20 11:23:59 +0100 | yaslam | (~user@user/yaslam) (Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.2)) |
2024-03-20 11:24:16 +0100 | yaslam | (~user@host-92-7-211-106.as13285.net) |
2024-03-20 11:24:49 +0100 | yaslam | (~user@host-92-7-211-106.as13285.net) (Changing host) |
2024-03-20 11:24:49 +0100 | yaslam | (~user@user/yaslam) |
2024-03-20 11:28:09 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 11:34:02 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 256 seconds) |
2024-03-20 11:46:05 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 11:48:52 +0100 | yaslam_ | (~yaslam@host-92-7-211-106.as13285.net) |
2024-03-20 11:51:52 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 260 seconds) |
2024-03-20 11:57:44 +0100 | yaslam | (~user@user/yaslam) (ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.2)) |
2024-03-20 12:04:12 +0100 | yaslam_ | (~yaslam@host-92-7-211-106.as13285.net) (Changing host) |
2024-03-20 12:04:12 +0100 | yaslam_ | (~yaslam@user/yaslam) |
2024-03-20 12:04:32 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 12:45:24 +0100 | Lears | (~Leary]@user/Leary/x-0910699) |
2024-03-20 12:45:44 +0100 | ianliu | (~Ian_Liu_R@191.254.217.119) |
2024-03-20 12:46:18 +0100 | geekosaur_ | (sid609282@xmonad/geekosaur) |
2024-03-20 12:46:33 +0100 | gauge_ | (~gauge@45.32.227.222) |
2024-03-20 12:53:40 +0100 | gauge | (~gauge@user/gauge) (*.net *.split) |
2024-03-20 12:53:41 +0100 | [Leary] | (~Leary]@user/Leary/x-0910699) (*.net *.split) |
2024-03-20 12:53:41 +0100 | geekosaur | (sid609282@xmonad/geekosaur) (*.net *.split) |
2024-03-20 12:53:43 +0100 | geekosaur_ | geekosaur |
2024-03-20 12:55:23 +0100 | ianliu | (~Ian_Liu_R@191.254.217.119) (Quit: WeeChat 4.2.1) |
2024-03-20 13:39:36 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) () |
2024-03-20 13:41:33 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) |
2024-03-20 13:53:12 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 268 seconds) |
2024-03-20 13:56:42 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) () |
2024-03-20 13:57:14 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) |
2024-03-20 14:04:18 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 14:09:49 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) () |
2024-03-20 14:10:17 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) |
2024-03-20 14:37:04 +0100 | yaslam_ | (~yaslam@user/yaslam) (Read error: Connection reset by peer) |
2024-03-20 14:37:07 +0100 | yaslam | (~yaslam@user/yaslam) |
2024-03-20 15:12:19 +0100 | yaslam | (~yaslam@user/yaslam) (Quit: ZNC 1.8.2 - https://znc.in) |
2024-03-20 15:16:39 +0100 | samhh_ | (7569f027cf@2a03:6000:1812:100::e4) (Remote host closed the connection) |
2024-03-20 15:16:39 +0100 | bwolf | (c3bc363dd1@2a03:6000:1812:100::180) (Remote host closed the connection) |
2024-03-20 15:16:40 +0100 | eso | (a0662dfd5e@2a03:6000:1812:100::1266) (Remote host closed the connection) |
2024-03-20 15:16:40 +0100 | dxld | (a6d27c8ee6@2a03:6000:1812:100::52) (Remote host closed the connection) |
2024-03-20 15:16:41 +0100 | alethkit | (23bd17ddc6@sourcehut/user/alethkit) (Remote host closed the connection) |
2024-03-20 15:16:41 +0100 | raghavgururajan | (ea769b8000@user/raghavgururajan) (Write error: Broken pipe) |
2024-03-20 15:17:22 +0100 | raghavgururajan | (ea769b8000@user/raghavgururajan) |
2024-03-20 15:17:26 +0100 | samhh | (7569f027cf@2a03:6000:1812:100::e4) |
2024-03-20 15:17:29 +0100 | bwolf | (c3bc363dd1@2a03:6000:1812:100::180) |
2024-03-20 15:17:29 +0100 | dxld | (a6d27c8ee6@2a03:6000:1812:100::52) |
2024-03-20 15:17:30 +0100 | eso | (a0662dfd5e@2a03:6000:1812:100::1266) |
2024-03-20 15:17:34 +0100 | alethkit | (23bd17ddc6@sourcehut/user/alethkit) |
2024-03-20 15:17:34 +0100 | haskellbridge | (~haskellbr@069-135-003-034.biz.spectrum.com) (Excess Flood) |
2024-03-20 15:23:51 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 268 seconds) |
2024-03-20 15:31:23 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 15:46:11 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 272 seconds) |
2024-03-20 15:48:54 +0100 | haskellbridge | (~haskellbr@069-135-003-034.biz.spectrum.com) |
2024-03-20 15:53:54 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 16:04:26 +0100 | hightower2 | (~hightower@169-120.dsl.iskon.hr) |
2024-03-20 16:25:14 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 255 seconds) |
2024-03-20 16:32:53 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 17:16:47 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) () |
2024-03-20 17:59:04 +0100 | arbog | (~butt@user/arbo) |
2024-03-20 18:07:37 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) |
2024-03-20 18:57:42 +0100 | todi | (~todi@p57803331.dip0.t-ipconnect.de) (Quit: ZNC - https://znc.in) |
2024-03-20 18:59:31 +0100 | ianliu | (~Ian_Liu_R@191.254.217.119) |
2024-03-20 19:01:03 +0100 | <ianliu> | When sharing my screen with Slack Huddle, I know that viewers can draw on the screen, which should spawn a transparent window over my desktop which slack draws on. But while using xmonad, I don't see anything. Is it possible that xmonad is sending this window to the background, under other windows? |
2024-03-20 19:01:11 +0100 | <ianliu> | How could I debug this? |
2024-03-20 19:02:39 +0100 | jeeeun8 | (~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat) |
2024-03-20 19:02:48 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 256 seconds) |
2024-03-20 19:03:53 +0100 | <geekosaur> | it should be on top since it'll be a fixed size window which gets floated |
2024-03-20 19:03:59 +0100 | jeeeun8 | (~jeeeun@78.40.148.178) |
2024-03-20 19:04:32 +0100 | <geekosaur> | https://hackage.haskell.org/package/xmonad-contrib-0.18.0/docs/XMonad-Hooks-ManageDebug.html#v:deb… might be helpful |
2024-03-20 19:05:52 +0100 | tv | (~tv@user/tv) (Ping timeout: 260 seconds) |
2024-03-20 19:06:36 +0100 | <ianliu> | thanks |
2024-03-20 19:07:22 +0100 | <ianliu> | will try that! |
2024-03-20 19:07:23 +0100 | yaslam | (~yaslam@user/yaslam) |
2024-03-20 19:08:30 +0100 | ianliu | (~Ian_Liu_R@191.254.217.119) (Quit: WeeChat 4.2.1) |
2024-03-20 19:08:38 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 19:14:06 +0100 | yaslam | (~yaslam@user/yaslam) (Quit: ZNC 1.8.2 - https://znc.in) |
2024-03-20 19:19:15 +0100 | tv | (~tv@user/tv) |
2024-03-20 19:58:26 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer) |
2024-03-20 20:00:45 +0100 | yaslam | (~yaslam@user/yaslam) |
2024-03-20 20:25:54 +0100 | yaslam | (~yaslam@user/yaslam) (Quit: ZNC 1.8.2 - https://znc.in) |
2024-03-20 20:26:14 +0100 | yaslam | (~yaslam@user/yaslam) |
2024-03-20 20:29:32 +0100 | ft | (~ft@p508db238.dip0.t-ipconnect.de) |
2024-03-20 20:40:14 +0100 | yaslam | (~yaslam@user/yaslam) (Quit: ZNC 1.8.2 - https://znc.in) |
2024-03-20 20:41:15 +0100 | yaslam | (~yaslam@user/yaslam) |
2024-03-20 20:42:02 +0100 | yaslam | (~yaslam@user/yaslam) (Client Quit) |
2024-03-20 20:47:08 +0100 | yaslam | (~yaslam@user/yaslam) |
2024-03-20 20:59:44 +0100 | yaslam | (~yaslam@user/yaslam) (Quit: ZNC 1.8.2 - https://znc.in) |
2024-03-20 21:00:08 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) |
2024-03-20 21:00:45 +0100 | yaslam | (~yaslam@user/yaslam) |
2024-03-20 21:02:24 +0100 | yaslam | (~yaslam@user/yaslam) (Client Quit) |
2024-03-20 21:10:19 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer) |
2024-03-20 21:41:37 +0100 | yaslam | (~yaslam@user/yaslam) |
2024-03-20 21:48:26 +0100 | Maeda | (~Maeda@91-161-10-149.subs.proxad.net) (Quit: BRB) |
2024-03-20 21:49:34 +0100 | Maeda | (~Maeda@91-161-10-149.subs.proxad.net) |
2024-03-20 21:59:37 +0100 | yaslam | (~yaslam@user/yaslam) (Quit: ZNC 1.9.0 - https://znc.in) |
2024-03-20 22:02:14 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 264 seconds) |
2024-03-20 22:08:34 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 22:16:12 +0100 | yaslam | (~yaslam@user/yaslam) |
2024-03-20 22:16:54 +0100 | yaslam | (~yaslam@user/yaslam) (Client Quit) |
2024-03-20 22:23:18 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) |
2024-03-20 22:29:39 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 268 seconds) |
2024-03-20 22:33:53 +0100 | yaslam | (~yaslam@user/yaslam) |
2024-03-20 22:40:50 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 22:41:15 +0100 | yaslam | (~yaslam@user/yaslam) (Quit: ZNC 1.9.0 - https://znc.in) |
2024-03-20 22:45:01 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) (Ping timeout: 255 seconds) |
2024-03-20 22:47:19 +0100 | yaslam | (~yaslam@user/yaslam) |
2024-03-20 22:51:07 +0100 | yaslam | (~yaslam@user/yaslam) (Client Quit) |
2024-03-20 23:14:56 +0100 | defjam | (~defjam@2a02:c7e:2807:b900:345e:e17:8ab5:80ce) |
2024-03-20 23:58:04 +0100 | berberman | (~berberman@user/berberman) (Ping timeout: 256 seconds) |