Logs on 2022-02-25 (liberachat/#xmonad)
| 00:48:26 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 03:00:46 | × | catman quits (~catman@user/catman) (Quit: WeeChat 3.5-dev) |
| 03:03:33 | → | catman joins (~catman@user/catman) |
| 03:04:00 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
| 03:22:52 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 03:23:53 | × | td_ quits (~td@94.134.91.148) (Ping timeout: 250 seconds) |
| 03:25:35 | → | td_ joins (~td@muedsl-82-207-238-084.citykom.de) |
| 04:49:49 | <yuu[m]> | how to make named scratchpads behave like scratchpads in i3wm? a scratchpad S, and only S, exists in all workspaces (so regardless if I switch workspaces, the active scratchpad is always shown). i couldn't find anything in the named scratchpad doc about this. |
| 04:54:34 | <galactic_starfis> | There's X.A.CopyWindows I believe... Something like this could be added to your keybind for that scratchpad. |
| 04:54:57 | <galactic_starfis> | I was close, drop the 's' https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Actions-CopyWindow.html#v:copyWindow |
| 05:01:17 | × | jao quits (~jao@68.235.43.94) (Ping timeout: 240 seconds) |
| 05:59:41 | × | steve__ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 256 seconds) |
| 07:15:57 | × | defjam quits (~eb0t@90.196.141.185) (Ping timeout: 250 seconds) |
| 07:17:51 | → | defjam joins (~eb0t@90.210.89.170) |
| 07:19:17 | → | cfricke joins (~cfricke@user/cfricke) |
| 07:22:10 | × | thunderrd quits (~thunderrd@183.182.111.132) (Remote host closed the connection) |
| 08:17:02 | × | abhixec quits (~abhinav@c-67-169-139-16.hsd1.ca.comcast.net) (Ping timeout: 260 seconds) |
| 08:30:30 | × | haskl quits (~haskl@user/haskl) (Ping timeout: 250 seconds) |
| 08:32:20 | → | haskl joins (~haskl@user/haskl) |
| 08:55:14 | → | dweiss joins (~dweiss@2a02:810a:980:470::6676) |
| 08:57:37 | × | dweiss quits (~dweiss@2a02:810a:980:470::6676) (Client Quit) |
| 09:00:10 | × | butterfly[m] quits (~butterfly@2001:470:69fc:105::1:70db) (Quit: You have been kicked for being idle) |
| 09:23:21 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 09:44:55 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.3) |
| 09:45:08 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 10:05:26 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.3) |
| 11:04:21 | → | banc- joins (banc@gateway/vpn/airvpn/banc) |
| 11:05:23 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
| 11:11:37 | × | banc- quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 272 seconds) |
| 11:17:35 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 11:28:59 | → | lyiriyah[m] joins (~lyiriyahm@2001:470:69fc:105::cc0) |
| 11:47:29 | <geekosaur> | more specifically copyToAll |
| 11:47:46 | <geekosaur> | which could be part of a NamedScratchpad action |
| 13:06:38 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 13:11:57 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 272 seconds) |
| 13:29:15 | → | seschwar joins (~seschwar@user/seschwar) |
| 13:49:40 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 13:56:41 | → | jimr joins (~james@2603-7080-7640-b000-a5e1-49e3-219b-e699.res6.spectrum.com) |
| 13:56:47 | <jimr> | any one here this morning |
| 13:57:58 | ← | jimr parts (~james@2603-7080-7640-b000-a5e1-49e3-219b-e699.res6.spectrum.com) (Leaving) |
| 14:08:32 | → | jao joins (~jao@87.249.134.10) |
| 14:31:24 | → | sebas joins (~sebas@207.248.198.65) |
| 14:34:40 | <Solid> | never change, drive-by IRC users, never change |
| 14:39:34 | <sebas> | hi, yesterday I asked about issues changing resolution in XMonad. I was able to add XMonad to the display manager and I changed the resolution through .xsession. I believe it was @geekosaur who helped me yesterday, and maybe somenone else (can't remember and I can't see the past chat). I just wanted to thank you guys, also to everybody else. |
| 14:39:35 | <sebas> | Does anybody knows a good resource to understand the functions headers? I would like to understand better the XMonad documentation, but I don't want to be an expert in haskell. |
| 14:48:14 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3) |
| 14:49:56 | <Solid> | sebas: every module should have a human readable "usage" section that you should be able to understand, even without Haskell knowledge |
| 14:50:03 | <Solid> | if not then that's a bug and we should know about it :) |
| 14:50:25 | <Solid> | (btw, there is a log of this channel available under https://ircbrowse.tomsmeding.com/browse/lcxmonad, in case you ever want to read a past conversation again) |
| 14:51:48 | <sebas> | Cool! I believe me issue is with the headers. I'll try again |
| 15:02:35 | × | sebas quits (~sebas@207.248.198.65) (Quit: Client closed) |
| 15:40:25 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Quit: Leaving) |
| 15:42:07 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 16:00:06 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 16:07:08 | → | abhixec joins (~abhinav@c-67-169-139-16.hsd1.ca.comcast.net) |
| 16:17:49 | × | jao quits (~jao@87.249.134.10) (Ping timeout: 240 seconds) |
| 16:29:02 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 16:33:45 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 268 seconds) |
| 16:51:03 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 17:32:11 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 256 seconds) |
| 17:34:52 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 18:43:23 | × | yauhsienhuangtw quits (~Yau-Hsien@61-231-21-135.dynamic-ip.hinet.net) (Quit: Leaving) |
| 18:44:17 | → | yauhsien joins (~Yau-Hsien@61-231-21-135.dynamic-ip.hinet.net) |
| 18:45:07 | → | steve__ joins (~steve@ool-182c2b80.dyn.optonline.net) |
| 18:53:24 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 240 seconds) |
| 19:36:01 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 19:49:56 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 245 seconds) |
| 19:52:32 | → | jao joins (~jao@87.249.134.38) |
| 20:22:12 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.3) |
| 20:30:35 | × | jao quits (~jao@87.249.134.38) (Remote host closed the connection) |
| 20:47:21 | × | td_ quits (~td@muedsl-82-207-238-084.citykom.de) (Ping timeout: 256 seconds) |
| 20:49:59 | → | td_ joins (~td@muedsl-82-207-238-084.citykom.de) |
| 20:56:12 | × | td_ quits (~td@muedsl-82-207-238-084.citykom.de) (Ping timeout: 240 seconds) |
| 20:58:14 | → | td_ joins (~td@muedsl-82-207-238-084.citykom.de) |
| 21:13:57 | × | twiclo1 quits (~twiclo@mail.twil.cx) (Ping timeout: 240 seconds) |
| 21:16:07 | → | twiclo1 joins (~twiclo@vpn.utahbroadband.com) |
| 21:31:01 | × | td_ quits (~td@muedsl-82-207-238-084.citykom.de) (Ping timeout: 272 seconds) |
| 21:32:14 | → | td_ joins (~td@muedsl-82-207-238-084.citykom.de) |
| 22:30:18 | × | Hash quits (~Hash@hashsecurity.org) (K-Lined) |
| 22:32:11 | × | catman quits (~catman@user/catman) (Remote host closed the connection) |
| 23:04:43 | × | redgloboli quits (~redglobol@user/redgloboli) (Ping timeout: 268 seconds) |
| 23:06:50 | → | redgloboli joins (~redglobol@user/redgloboli) |
| 23:36:51 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
All times are in UTC on 2022-02-25.