Logs on 2024-06-27 (liberachat/#xmonad)
| 02:48:15 | × | td_ quits (~td@i53870920.versanet.de) (Ping timeout: 264 seconds) |
| 02:49:52 | → | td_ joins (~td@i53870923.versanet.de) |
| 06:13:39 | × | tv quits (~tv@user/tv) (Ping timeout: 260 seconds) |
| 06:51:58 | <haskellbridge> | <iqubic (she/her)> I was able to write this in about 30 minutes: https://dpaste.com/3X8X2AWAV |
| 06:53:03 | × | ft quits (~ft@p4fc2ab80.dip0.t-ipconnect.de) (Ping timeout: 264 seconds) |
| 06:53:26 | <haskellbridge> | <iqubic (she/her)> Basically, I have a section of my polybar config called "layout" and this is just sending messages via "polybar-msg action "#layout.send.Tall"" |
| 06:58:29 | <haskellbridge> | <iqubic (she/her)> geekosaur: I know you have a dual head setup. Do you have your current layout shown in your mate-bar, and do the bars on different screens correctly show the layout for the workspace that's currently being displayed on that screen? |
| 07:14:55 | → | mekeor joins (~user@2001:a61:25ed:a301:ad37:1d69:745f:dbe2) |
| 07:27:41 | <geekosaur> | xmonad-log-applet doesn't support multiple instances, since it can't be told to expose a different dbus endpoint on each screen |
| 07:28:02 | <haskellbridge> | <iqubic (she/her)> Yeah, that makes sense. |
| 07:28:04 | <geekosaur> | (which would require that mate-panel know how to tell it what screen it's running on) |
| 07:30:47 | <haskellbridge> | <iqubic (she/her)> Yeah... if I want to manage storing pids I can use a "-p $PID" argument to send messages to only a single polybar instance. But I basically don't ever have an external monitor plugged into my laptop. |
| 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) |
| 07:31:14 | <lambdabot> | Unknown command, try @list |
| 07:31:46 | <geekosaur> | the first link hides them from a custom PP formatter, the second hides them from EWMH |
| 07:47:51 | → | tv joins (~tv@user/tv) |
| 08:06:04 | → | cfricke joins (~cfricke@user/cfricke) |
| 08:07:11 | × | hightower4 quits (~hightower@cpe-94-253-237-114.st.cable.xnet.hr) (Remote host closed the connection) |
| 08:48:21 | → | dysthesis joins (~dysthesis@user/dysthesis) |
| 10:12:27 | × | tv quits (~tv@user/tv) (Ping timeout: 255 seconds) |
| 10:25:26 | → | tv joins (~tv@user/tv) |
| 11:22:07 | → | Miroboru joins (~myrvoll@178-164-114.82.3p.ntebredband.no) |
| 11:51:35 | × | dysthesis quits (~dysthesis@user/dysthesis) (Quit: dysthesis) |
| 12:17:47 | → | hightower2 joins (~hightower@cpe-94-253-237-114.st.cable.xnet.hr) |
| 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 |
| 12:36:31 | <deebo> | maybe bring pink border on keydown and some way to cancel the action that would trigger on keyup? |
| 12:36:35 | <deebo> | bright* |
| 13:13:17 | × | jusa quits (~jusa@kraa.fi) (Quit: WeeChat 4.3.2) |
| 13:13:40 | → | jusa joins (~jusa@kraa.fi) |
| 13:26:03 | × | cfricke quits (~cfricke@user/cfricke) (Ping timeout: 264 seconds) |
| 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? |
| 16:28:06 | <haskellbridge> | <iqubic (she/her)> Erm... I'm wanting the textual description of the current layout. |
| 16:31:35 | <geekosaur> | yes |
| 16:32:50 | <geekosaur> | there are small variations on it e.g. `asks (description . W.layout . W.workspace . W.current . windowset)` |
| 16:33:06 | <geekosaur> | which one's more ergonomic depends on what you're doing |
| 16:34:17 | <haskellbridge> | <iqubic (she/her)> I'm fine with what I have. |
| 16:34:25 | <haskellbridge> | <iqubic (she/her)> It seems to be working fine for me. |
| 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. |
| 16:36:01 | <geekosaur> | deebo, somewhere there's a replacement binding that pops a yes/no dmenu |
| 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. |
| 16:37:45 | <haskellbridge> | <iqubic (she/her)> https://hackage.haskell.org/package/xmonad-contrib-0.18.0/docs/XMonad-Prompt-ConfirmPrompt.html#v:confirmPrompt |
| 16:38:16 | <haskellbridge> | <iqubic (she/her)> Hopefully that would work for deebo's needs. |
| 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"? |
| 16:52:50 | <haskellbridge> | <iqubic (she/her)> Or maybe a GridSelect or TreeSelect would be better here. |
| 17:06:35 | → | hightower3 joins (~hightower@cpe-94-253-190-161.zg.cable.xnet.hr) |
| 17:09:35 | × | hightower2 quits (~hightower@cpe-94-253-237-114.st.cable.xnet.hr) (Ping timeout: 264 seconds) |
| 17:18:32 | × | wz1000 quits (~zubin@static.11.113.47.78.clients.your-server.de) (Ping timeout: 252 seconds) |
| 17:31:01 | → | wz1000 joins (~zubin@static.11.113.47.78.clients.your-server.de) |
| 17:31:48 | <geekosaur> | XMonad.Prompt.Shell https://github.com/geekosaur/xmonad.hs/blob/hilfy-2023/xmonad.hs#L240 |
| 17:34:47 | × | hightower3 quits (~hightower@cpe-94-253-190-161.zg.cable.xnet.hr) (Ping timeout: 264 seconds) |
| 17:39:28 | <haskellbridge> | <iqubic (she/her)> Does that all populate the completions list with a set of defaults, like "dmenu_run" does? |
| 17:41:12 | <haskellbridge> | <iqubic (she/her)> Oh, it looks like it does actually do that via the magic of compgen. |
| 18:13:09 | → | ft joins (~ft@p4fc2ab80.dip0.t-ipconnect.de) |
| 18:51:59 | × | geekosaur quits (sid609282@xmonad/geekosaur) (Ping timeout: 260 seconds) |
| 18:52:12 | → | geekosaur joins (sid609282@xmonad/geekosaur) |
| 19:24:49 | → | hightower2 joins (~hightower@205-101.dsl.iskon.hr) |
| 19:53:08 | × | Miroboru quits (~myrvoll@178-164-114.82.3p.ntebredband.no) (Quit: Lost terminal) |
| 19:55:04 | × | hightower2 quits (~hightower@205-101.dsl.iskon.hr) (Ping timeout: 268 seconds) |
| 21:46:04 | × | m5zs7k quits (aquares@web10.mydevil.net) (Ping timeout: 268 seconds) |
| 21:47:28 | → | m5zs7k joins (aquares@web10.mydevil.net) |
All times are in UTC on 2024-06-27.