Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,913 events total
2023-09-11 01:23:04 × haskellbridge quits (~haskellbr@069-135-003-034.biz.spectrum.com) (Remote host closed the connection)
2023-09-11 01:23:47 haskellbridge joins (~haskellbr@069-135-003-034.biz.spectrum.com)
2023-09-11 02:02:55 hightower3 joins (~hightower@213-202-64-5.dsl.iskon.hr)
2023-09-11 02:05:00 × hightower2 quits (~hightower@141-136-207-163.dsl.iskon.hr) (Ping timeout: 240 seconds)
2023-09-11 02:19:05 <freedrull> i think if i could get status bars to display the active workspace for each screen, things would be easier
2023-09-11 02:44:10 × haskellbridge quits (~haskellbr@069-135-003-034.biz.spectrum.com) (Ping timeout: 252 seconds)
2023-09-11 02:44:25 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2023-09-11 02:44:26 allbery_b joins (~geekosaur@xmonad/geekosaur)
2023-09-11 02:44:26 × xmonadtrack quits (~xmonadtra@user/geekosaur/bot/xmonadtrack) (Ping timeout: 244 seconds)
2023-09-11 02:44:28 haskellbridge joins (~haskellbr@069-135-003-034.biz.spectrum.com)
2023-09-11 02:44:29 × haskellbridge quits (~haskellbr@069-135-003-034.biz.spectrum.com) (Read error: Connection reset by peer)
2023-09-11 02:44:30 allbery_b is now known as geekosaur
2023-09-11 02:44:47 haskellbridge joins (~haskellbr@069-135-003-034.biz.spectrum.com)
2023-09-11 02:46:00 <geekosaur> https://github.com/geekosaur/xmonad.hs/blob/skkukuk/xmonad.hs#L338-L356 adapt as needed
2023-09-11 02:47:49 <geekosaur> (you aren't talking to a dbus panel widget that speaks Pango…)
2023-09-11 02:47:59 × td_ quits (~td@i53870929.versanet.de) (Ping timeout: 250 seconds)
2023-09-11 02:50:00 td_ joins (~td@i53870901.versanet.de)
2023-09-11 03:04:56 xmonadtrack joins (~xmonadtra@069-135-003-034.biz.spectrum.com)
2023-09-11 03:04:56 × xmonadtrack quits (~xmonadtra@069-135-003-034.biz.spectrum.com) (Changing host)
2023-09-11 03:04:56 xmonadtrack joins (~xmonadtra@user/geekosaur/bot/xmonadtrack)
2023-09-11 03:10:47 × guygastineau quits (~guygastin@137.184.131.156) (Server closed connection)
2023-09-11 03:11:08 RMSBach joins (~guygastin@137.184.131.156)
2023-09-11 03:26:13 × L29Ah quits (~L29Ah@wikipedia/L29Ah) (Ping timeout: 240 seconds)
2023-09-11 03:54:23 <xmonadtrack> xmonad dependabot[bot] {GitHub} * v0.17.2-80-g0e4c1e6: build(deps): bump cachix/install-nix-action from 22 to 23 (3 hours ago, 1 file, 1+ 1-) https://github.com/xmonad/xmonad/commit/0e4c1e6837fd
2023-09-11 03:54:26 <xmonadtrack> xmonad Tony Zorman {GitHub} * v0.17.2-81-ge563e01: Merge pull request #466 from xmonad/dependabot/github_actions/cachix/install-nix-action-23 (3 minutes ago, 0 files, 0+ 0-) https://github.com/xmonad/xmonad/commit/e563e01a5ff4
2023-09-11 04:03:19 DangerBird joins (~DangerBir@dhcp-v215-170.vp.reshsg.uci.edu)
2023-09-11 04:09:08 × deebo quits (~globe@stonebay32.com) (Server closed connection)
2023-09-11 04:09:17 deebo joins (~globe@stonebay32.com)
2023-09-11 04:26:36 × DangerBird quits (~DangerBir@dhcp-v215-170.vp.reshsg.uci.edu) (Quit: Leaving)
2023-09-11 07:12:03 cfricke joins (~cfricke@user/cfricke)
2023-09-11 07:37:11 T_X joins (~T_X@diktynna.open-mesh.org)
2023-09-11 07:37:24 × T_X_ quits (~T_X@diktynna.open-mesh.org) (Read error: Connection reset by peer)
2023-09-11 08:17:15 tinman joins (~tinman@106.51.189.80)
2023-09-11 08:21:27 <tinman> Hello. I am having an issue with the Named scratchpads. I am unable to toggle it to hide and appear. Upon pressing the shortcut, new instances of the application is launched instead.
2023-09-11 08:21:40 <tinman> here is my config https://pastebin.com/N3cA9NMC
2023-09-11 08:22:15 <tinman> appreciate any help. I have reviewed the docs and the code seems correct to me.
2023-09-11 08:24:49 <Solid> tinman: that usually means that the query isn't correct
2023-09-11 08:26:05 <Solid> e.g., when I run `alacritty -e htop' the title of the window is actually `alacritty', and not what you're looking for
2023-09-11 08:26:32 <Solid> alacritty seems to have a -T option to set the title, though, which might be what you want (or set the class/instance name with --class and match for that)
2023-09-11 08:27:02 <tinman> Solid:  thanks for your help. I will try the same.
2023-09-11 08:29:31 <tinman> Also, am I supposed to explicitly configure for `doFloat` ?  i.e.                  , className =? "Alacritty" --> doFloat
2023-09-11 08:29:52 <tinman> Also, am I supposed to explicitly configure for `doFloat` ?  i.e.                  `, className =? "Alacritty" --> doFloat` , without which its just tiling the alacritty windows
2023-09-11 08:33:50 <Solid> No, this is what the respective manageHook (last argument of NS) is for
2023-09-11 08:34:00 <Solid> but if it can't match the window, then that can't fire either
2023-09-11 08:34:21 <tinman> yes, gotcha. thanks
2023-09-11 09:01:24 × redgloboli quits (~redglobol@user/redgloboli) (Quit: ...enter the matrix...)
2023-09-11 09:02:20 × hightower3 quits (~hightower@213-202-64-5.dsl.iskon.hr) (Ping timeout: 255 seconds)
2023-09-11 09:02:25 hightower2 joins (~hightower@213-202-64-5.dsl.iskon.hr)
2023-09-11 09:02:29 redgloboli joins (~redglobol@user/redgloboli)
2023-09-11 09:03:35 × hightower2 quits (~hightower@213-202-64-5.dsl.iskon.hr) (Read error: Connection reset by peer)
2023-09-11 09:03:55 hightower2 joins (~hightower@213-202-64-5.dsl.iskon.hr)
2023-09-11 09:08:38 × hightower2 quits (~hightower@213-202-64-5.dsl.iskon.hr) (Ping timeout: 255 seconds)
2023-09-11 09:13:27 × tinman quits (~tinman@106.51.189.80) (Quit: Client closed)
2023-09-11 10:08:24 hightower2 joins (~hightower@85.94.71.188)
2023-09-11 10:12:40 × ft quits (~ft@p508dbaa9.dip0.t-ipconnect.de) (Quit: leaving)
2023-09-11 11:05:19 L29Ah joins (~L29Ah@wikipedia/L29Ah)
2023-09-11 11:16:43 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 4.0.4)
2023-09-11 12:05:22 cfricke joins (~cfricke@user/cfricke)
2023-09-11 12:15:23 × hightower2 quits (~hightower@85.94.71.188) (Ping timeout: 255 seconds)
2023-09-11 12:55:26 habib joins (~habib@91.196.222.95)
2023-09-11 13:07:35 × cfricke quits (~cfricke@user/cfricke) (Ping timeout: 255 seconds)
2023-09-11 13:11:37 cfricke joins (~cfricke@user/cfricke)
2023-09-11 13:17:31 hightower2 joins (~hightower@213-202-64-5.dsl.iskon.hr)
2023-09-11 13:56:30 kalj joins (~kalj@h-158-174-207-174.NA.cust.bahnhof.se)
2023-09-11 14:11:56 × cfricke quits (~cfricke@user/cfricke) (Ping timeout: 255 seconds)
2023-09-11 14:15:29 chomwitt joins (~chomwitt@2a02:587:7a0c:4d00:1ac0:4dff:fedb:a3f1)
2023-09-11 14:33:04 × jabuxas_ quits (~jabuxas@user/jabuxas) (Ping timeout: 258 seconds)
2023-09-11 14:33:56 jabuxas_ joins (~jabuxas@user/jabuxas)
2023-09-11 14:47:39 jabuxas_ parts (~jabuxas@user/jabuxas) (WeeChat 3.8)
2023-09-11 14:51:50 × kalj quits (~kalj@h-158-174-207-174.NA.cust.bahnhof.se) (Quit: Client closed)
2023-09-11 16:25:37 × hightower2 quits (~hightower@213-202-64-5.dsl.iskon.hr) (Remote host closed the connection)
2023-09-11 16:27:01 hightower2 joins (~hightower@213-202-64-5.dsl.iskon.hr)
2023-09-11 18:09:34 cfricke joins (~cfricke@user/cfricke)
2023-09-11 18:17:45 × cfricke quits (~cfricke@user/cfricke) (Read error: Connection reset by peer)
2023-09-11 20:25:45 ft joins (~ft@p508dbaa9.dip0.t-ipconnect.de)
2023-09-11 20:49:31 × wz1000 quits (~zubin@static.11.113.47.78.clients.your-server.de) (Server closed connection)
2023-09-11 20:49:54 wz1000 joins (~zubin@static.11.113.47.78.clients.your-server.de)
2023-09-11 23:00:19 × hightower2 quits (~hightower@213-202-64-5.dsl.iskon.hr) (Quit: Leaving)
2023-09-11 23:00:34 hightower2 joins (~hightower@213-202-64-5.dsl.iskon.hr)
2023-09-11 23:56:52 × chomwitt quits (~chomwitt@2a02:587:7a0c:4d00:1ac0:4dff:fedb:a3f1) (Ping timeout: 252 seconds)
2023-09-12 00:53:13 × dsal quits (sid13060@id-13060.lymington.irccloud.com) (Ping timeout: 240 seconds)
2023-09-12 00:55:31 dsal joins (sid13060@id-13060.lymington.irccloud.com)
2023-09-12 02:47:56 × td_ quits (~td@i53870901.versanet.de) (Ping timeout: 255 seconds)
2023-09-12 02:49:45 td_ joins (~td@i53870916.versanet.de)
2023-09-12 05:02:21 × td_ quits (~td@i53870916.versanet.de) (*.net *.split)
2023-09-12 05:02:22 × hightower2 quits (~hightower@213-202-64-5.dsl.iskon.hr) (*.net *.split)
2023-09-12 05:02:22 × wz1000 quits (~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split)
2023-09-12 05:02:23 × deebo quits (~globe@stonebay32.com) (*.net *.split)
2023-09-12 05:02:24 × RMSBach quits (~guygastin@137.184.131.156) (*.net *.split)
2023-09-12 05:02:24 × dsal quits (sid13060@id-13060.lymington.irccloud.com) (*.net *.split)
2023-09-12 05:02:26 × L29Ah quits (~L29Ah@wikipedia/L29Ah) (*.net *.split)
2023-09-12 05:02:26 × redgloboli quits (~redglobol@user/redgloboli) (*.net *.split)
2023-09-12 05:02:26 × T_X quits (~T_X@diktynna.open-mesh.org) (*.net *.split)
2023-09-12 05:02:27 × geekosaur quits (~geekosaur@xmonad/geekosaur) (*.net *.split)
2023-09-12 05:02:30 × xmonadtrack quits (~xmonadtra@user/geekosaur/bot/xmonadtrack) (*.net *.split)
2023-09-12 05:02:30 × haskellbridge quits (~haskellbr@069-135-003-034.biz.spectrum.com) (*.net *.split)
2023-09-12 05:02:31 × habib quits (~habib@91.196.222.95) (*.net *.split)
2023-09-12 05:02:32 × telser quits (~quassel@user/telser) (*.net *.split)
2023-09-12 05:02:32 × yosafbridge quits (~yosafbrid@static.38.6.217.95.clients.your-server.de) (*.net *.split)
2023-09-12 05:02:32 × Jazzah quits (~jazz@user/jazzah) (*.net *.split)

All times are in UTC.