Logs: liberachat/#xmonad
| 2024-06-27 07:31:14 | <geekosaur> | @hashirama:hashi.sbs, I'm not quite sure what you're asking. you can certainly hide workspaces (see https://hackage.haskell.org/package/xmonad-contrib-0.18.0/docs/XMonad-Hooks-StatusBar-PP.html#v:filterOutWsPP and https://hackage.haskell.org/package/xmonad-contrib-0.18.0/docs/XMonad-Hooks-EwmhDesktops.html#g:3) |
| 2024-06-27 07:31:14 | <lambdabot> | Unknown command, try @list |
| 2024-06-27 07:31:46 | <geekosaur> | the first link hides them from a custom PP formatter, the second hides them from EWMH |
| 2024-06-27 07:47:51 | → | tv joins (~tv@user/tv) |
| 2024-06-27 08:06:04 | → | cfricke joins (~cfricke@user/cfricke) |
| 2024-06-27 08:07:11 | × | hightower4 quits (~hightower@cpe-94-253-237-114.st.cable.xnet.hr) (Remote host closed the connection) |
| 2024-06-27 08:48:21 | → | dysthesis joins (~dysthesis@user/dysthesis) |
| 2024-06-27 10:12:27 | × | tv quits (~tv@user/tv) (Ping timeout: 255 seconds) |
| 2024-06-27 10:25:26 | → | tv joins (~tv@user/tv) |
| 2024-06-27 11:22:07 | → | Miroboru joins (~myrvoll@178-164-114.82.3p.ntebredband.no) |
| 2024-06-27 11:51:35 | × | dysthesis quits (~dysthesis@user/dysthesis) (Quit: dysthesis) |
| 2024-06-27 12:17:47 | → | hightower2 joins (~hightower@cpe-94-253-237-114.st.cable.xnet.hr) |
| 2024-06-27 12:36:02 | <deebo> | is there an optional version of mod-shift-c that would prompt for confirmation somehow, mouse focus sometimes makes me close windows that i really didn't want to |
| 2024-06-27 12:36:31 | <deebo> | maybe bring pink border on keydown and some way to cancel the action that would trigger on keyup? |
| 2024-06-27 12:36:35 | <deebo> | bright* |
| 2024-06-27 13:13:17 | × | jusa quits (~jusa@kraa.fi) (Quit: WeeChat 4.3.2) |
| 2024-06-27 13:13:40 | → | jusa joins (~jusa@kraa.fi) |
| 2024-06-27 13:26:03 | × | cfricke quits (~cfricke@user/cfricke) (Ping timeout: 264 seconds) |
| 2024-06-27 16:23:32 | <haskellbridge> | <iqubic (she/her)> https://dpaste.com/3X8X2AWAV Is this the right way to get the layout for the currently focused workspace? |
| 2024-06-27 16:28:06 | <haskellbridge> | <iqubic (she/her)> Erm... I'm wanting the textual description of the current layout. |
| 2024-06-27 16:31:35 | <geekosaur> | yes |
| 2024-06-27 16:32:50 | <geekosaur> | there are small variations on it e.g. `asks (description . W.layout . W.workspace . W.current . windowset)` |
| 2024-06-27 16:33:06 | <geekosaur> | which one's more ergonomic depends on what you're doing |
| 2024-06-27 16:34:17 | <haskellbridge> | <iqubic (she/her)> I'm fine with what I have. |
| 2024-06-27 16:34:25 | <haskellbridge> | <iqubic (she/her)> It seems to be working fine for me. |
| 2024-06-27 16:35:12 | <haskellbridge> | <iqubic (she/her)> I thought there might be some slow downs with sending the layout to Polybar every time that the logHook runs, but that seems to be a non-issue. |
| 2024-06-27 16:36:01 | <geekosaur> | deebo, somewhere there's a replacement binding that pops a yes/no dmenu |
| 2024-06-27 16:37:44 | <haskellbridge> | <iqubic (she/her)> While there might also be something like that which works through dmenu, I was able to quickly find this. |
| 2024-06-27 16:37:45 | <haskellbridge> | <iqubic (she/her)> https://hackage.haskell.org/package/xmonad-contrib-0.18.0/docs/XMonad-Prompt-ConfirmPrompt.html#v:confirmPrompt |
| 2024-06-27 16:38:16 | <haskellbridge> | <iqubic (she/her)> Hopefully that would work for deebo's needs. |
| 2024-06-27 16:51:36 | <haskellbridge> | <iqubic (she/her)> Are there any contrib modules that will let me replace "dmenu_run" with something that fires up an "XPrompt"? |
| 2024-06-27 16:52:50 | <haskellbridge> | <iqubic (she/her)> Or maybe a GridSelect or TreeSelect would be better here. |
| 2024-06-27 17:06:35 | → | hightower3 joins (~hightower@cpe-94-253-190-161.zg.cable.xnet.hr) |
| 2024-06-27 17:09:35 | × | hightower2 quits (~hightower@cpe-94-253-237-114.st.cable.xnet.hr) (Ping timeout: 264 seconds) |
| 2024-06-27 17:18:32 | × | wz1000 quits (~zubin@static.11.113.47.78.clients.your-server.de) (Ping timeout: 252 seconds) |
| 2024-06-27 17:31:01 | → | wz1000 joins (~zubin@static.11.113.47.78.clients.your-server.de) |
| 2024-06-27 17:31:48 | <geekosaur> | XMonad.Prompt.Shell https://github.com/geekosaur/xmonad.hs/blob/hilfy-2023/xmonad.hs#L240 |
| 2024-06-27 17:34:47 | × | hightower3 quits (~hightower@cpe-94-253-190-161.zg.cable.xnet.hr) (Ping timeout: 264 seconds) |
| 2024-06-27 17:39:28 | <haskellbridge> | <iqubic (she/her)> Does that all populate the completions list with a set of defaults, like "dmenu_run" does? |
| 2024-06-27 17:41:12 | <haskellbridge> | <iqubic (she/her)> Oh, it looks like it does actually do that via the magic of compgen. |
| 2024-06-27 18:13:09 | → | ft joins (~ft@p4fc2ab80.dip0.t-ipconnect.de) |
| 2024-06-27 18:51:59 | × | geekosaur quits (sid609282@xmonad/geekosaur) (Ping timeout: 260 seconds) |
| 2024-06-27 18:52:12 | → | geekosaur joins (sid609282@xmonad/geekosaur) |
| 2024-06-27 19:24:49 | → | hightower2 joins (~hightower@205-101.dsl.iskon.hr) |
| 2024-06-27 19:53:08 | × | Miroboru quits (~myrvoll@178-164-114.82.3p.ntebredband.no) (Quit: Lost terminal) |
| 2024-06-27 19:55:04 | × | hightower2 quits (~hightower@205-101.dsl.iskon.hr) (Ping timeout: 268 seconds) |
| 2024-06-27 21:46:04 | × | m5zs7k quits (aquares@web10.mydevil.net) (Ping timeout: 268 seconds) |
| 2024-06-27 21:47:28 | → | m5zs7k joins (aquares@web10.mydevil.net) |
| 2024-06-28 00:02:31 | × | mekeor quits (~user@2001:a61:25ed:a301:ad37:1d69:745f:dbe2) (Quit: ugh anyway need sleep) |
| 2024-06-28 02:46:57 | × | td_ quits (~td@i53870923.versanet.de) (Ping timeout: 255 seconds) |
| 2024-06-28 02:48:38 | → | td_ joins (~td@i53870939.versanet.de) |
| 2024-06-28 04:52:15 | × | deepy quits (deepy@user/deepy) (Read error: Connection reset by peer) |
| 2024-06-28 04:55:03 | → | deepy joins (deepy@user/deepy) |
| 2024-06-28 06:23:27 | × | ft quits (~ft@p4fc2ab80.dip0.t-ipconnect.de) (Quit: leaving) |
| 2024-06-28 08:19:34 | → | mekeor joins (~user@2001:a61:25ed:a301:ad37:1d69:745f:dbe2) |
| 2024-06-28 09:17:53 | → | portnov joins (~portnov@v-20678-unlim.vpn.mgn.ru) |
| 2024-06-28 09:34:34 | → | Miroboru joins (~myrvoll@178-164-114.82.3p.ntebredband.no) |
| 2024-06-28 10:48:35 | → | Nixkernal joins (~Nixkernal@240.17.194.178.dynamic.cust.swisscom.net) |
| 2024-06-28 13:17:06 | ← | portnov parts (~portnov@v-20678-unlim.vpn.mgn.ru) () |
| 2024-06-28 14:31:40 | → | ft joins (~ft@p4fc2ab80.dip0.t-ipconnect.de) |
| 2024-06-28 15:20:09 | → | catman joins (~catman@user/catman) |
| 2024-06-28 15:57:07 | × | incertia quits (~incertia@209.122.137.252) (Ping timeout: 260 seconds) |
| 2024-06-28 16:00:36 | → | incertia joins (~incertia@209.122.137.252) |
| 2024-06-28 16:19:07 | × | mekeor quits (~user@2001:a61:25ed:a301:ad37:1d69:745f:dbe2) (Quit: send me memos!! :D) |
| 2024-06-28 16:48:00 | × | td_ quits (~td@i53870939.versanet.de) (Quit: waking up from the american dream ...) |
| 2024-06-28 17:04:07 | → | mekeor joins (~user@2001:a61:25ed:a301:ad37:1d69:745f:dbe2) |
| 2024-06-28 17:12:18 | → | td_ joins (~td@i53870939.versanet.de) |
| 2024-06-28 18:02:19 | × | Solitary quits (~Solitary@user/solitary) (Read error: Connection reset by peer) |
| 2024-06-28 18:13:46 | → | Solitary joins (~Solitary@user/solitary) |
| 2024-06-28 20:00:55 | × | mekeor quits (~user@2001:a61:25ed:a301:ad37:1d69:745f:dbe2) (Quit: towards emacs as interface to cybernetic council communism) |
| 2024-06-28 20:34:59 | → | mekeor joins (~user@2001:a61:25ed:a301:ad37:1d69:745f:dbe2) |
| 2024-06-28 21:40:04 | × | Nixkernal quits (~Nixkernal@240.17.194.178.dynamic.cust.swisscom.net) (Ping timeout: 246 seconds) |
| 2024-06-28 23:04:29 | × | mekeor quits (~user@2001:a61:25ed:a301:ad37:1d69:745f:dbe2) (Ping timeout: 240 seconds) |
| 2024-06-29 00:51:14 | × | haskellbridge quits (~hackager@syn-024-093-192-219.res.spectrum.com) (Remote host closed the connection) |
| 2024-06-29 00:58:09 | → | haskellbridge joins (~hackager@syn-024-093-192-219.res.spectrum.com) |
| 2024-06-29 02:46:05 | × | td_ quits (~td@i53870939.versanet.de) (Ping timeout: 240 seconds) |
| 2024-06-29 02:48:07 | → | td_ joins (~td@i5387091C.versanet.de) |
| 2024-06-29 03:59:43 | → | tinman joins (~tinman@106.51.190.199) |
| 2024-06-29 04:28:57 | → | rekahsoft joins (~rekahsoft@bras-base-orllon1103w-grc-05-70-51-80-57.dsl.bell.ca) |
| 2024-06-29 04:38:06 | × | rekahsoft quits (~rekahsoft@bras-base-orllon1103w-grc-05-70-51-80-57.dsl.bell.ca) (Ping timeout: 255 seconds) |
| 2024-06-29 05:57:15 | × | tinman quits (~tinman@106.51.190.199) (Ping timeout: 250 seconds) |
| 2024-06-29 08:17:59 | × | ft quits (~ft@p4fc2ab80.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 2024-06-29 08:24:10 | → | Nixkernal joins (~Nixkernal@240.17.194.178.dynamic.cust.swisscom.net) |
| 2024-06-29 13:41:29 | → | ft joins (~ft@i5C743B07.versanet.de) |
| 2024-06-29 14:33:52 | → | mekeor joins (~user@2001:a61:25ed:a301:ad37:1d69:745f:dbe2) |
| 2024-06-29 14:36:02 | × | catman quits (~catman@user/catman) (Quit: WeeChat 4.3.0-dev) |
| 2024-06-29 14:37:26 | → | catman joins (~catman@user/catman) |
| 2024-06-29 19:47:12 | × | T_X quits (~T_X@diktynna.open-mesh.org) (Read error: Connection reset by peer) |
| 2024-06-29 19:47:47 | → | T_X joins (~T_X@diktynna.open-mesh.org) |
| 2024-06-30 00:44:44 | × | ft quits (~ft@i5C743B07.versanet.de) (Ping timeout: 268 seconds) |
| 2024-06-30 00:45:59 | → | ft joins (~ft@mue-88-130-107-007.dsl.tropolys.de) |
| 2024-06-30 01:34:15 | × | mekeor quits (~user@2001:a61:25ed:a301:ad37:1d69:745f:dbe2) (Quit: towards emacs as interface to cybernetic council communism) |
| 2024-06-30 02:44:23 | × | td_ quits (~td@i5387091C.versanet.de) (Ping timeout: 264 seconds) |
| 2024-06-30 02:45:50 | → | td_ joins (~td@i5387093F.versanet.de) |
| 2024-06-30 14:29:30 | → | mekeor joins (~user@2001:a61:25ed:a301:ad37:1d69:745f:dbe2) |
| 2024-06-30 16:00:04 | → | srk- joins (~sorki@user/srk) |
| 2024-06-30 16:00:26 | × | srk quits (~sorki@user/srk) (Ping timeout: 256 seconds) |
| 2024-06-30 16:02:55 | srk- | is now known as srk |
| 2024-06-30 17:11:55 | × | L29Ah quits (~L29Ah@wikipedia/L29Ah) (Ping timeout: 256 seconds) |
| 2024-06-30 17:40:48 | → | L29Ah joins (~L29Ah@wikipedia/L29Ah) |
All times are in UTC.