2024/06/27

2024-06-27 02:48:15 +0000td_(~td@i53870920.versanet.de) (Ping timeout: 264 seconds)
2024-06-27 02:49:52 +0000td_(~td@i53870923.versanet.de)
2024-06-27 06:13:39 +0000tv(~tv@user/tv) (Ping timeout: 260 seconds)
2024-06-27 06:51:58 +0000 <haskellbridge> <iqubic (she/her)> I was able to write this in about 30 minutes: https://dpaste.com/3X8X2AWAV
2024-06-27 06:53:03 +0000ft(~ft@p4fc2ab80.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
2024-06-27 06:53:26 +0000 <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""
2024-06-27 06:58:29 +0000 <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?
2024-06-27 07:14:55 +0000mekeor(~user@2001:a61:25ed:a301:ad37:1d69:745f:dbe2)
2024-06-27 07:27:41 +0000 <geekosaur> xmonad-log-applet doesn't support multiple instances, since it can't be told to expose a different dbus endpoint on each screen
2024-06-27 07:28:02 +0000 <haskellbridge> <iqubic (she/her)> Yeah, that makes sense.
2024-06-27 07:28:04 +0000 <geekosaur> (which would require that mate-panel know how to tell it what screen it's running on)
2024-06-27 07:30:47 +0000 <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.
2024-06-27 07:31:14 +0000 <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:fi… and https://hackage.haskell.org/package/xmonad-contrib-0.18.0/docs/XMonad-Hooks-EwmhDesktops.html#g:3)
2024-06-27 07:31:14 +0000 <lambdabot> Unknown command, try @list
2024-06-27 07:31:46 +0000 <geekosaur> the first link hides them from a custom PP formatter, the second hides them from EWMH
2024-06-27 07:47:51 +0000tv(~tv@user/tv)
2024-06-27 08:06:04 +0000cfricke(~cfricke@user/cfricke)
2024-06-27 08:07:11 +0000hightower4(~hightower@cpe-94-253-237-114.st.cable.xnet.hr) (Remote host closed the connection)
2024-06-27 08:48:21 +0000dysthesis(~dysthesis@user/dysthesis)
2024-06-27 10:12:27 +0000tv(~tv@user/tv) (Ping timeout: 255 seconds)
2024-06-27 10:25:26 +0000tv(~tv@user/tv)
2024-06-27 11:22:07 +0000Miroboru(~myrvoll@178-164-114.82.3p.ntebredband.no)
2024-06-27 11:51:35 +0000dysthesis(~dysthesis@user/dysthesis) (Quit: dysthesis)
2024-06-27 12:17:47 +0000hightower2(~hightower@cpe-94-253-237-114.st.cable.xnet.hr)
2024-06-27 12:36:02 +0000 <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 +0000 <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 +0000 <deebo> bright*
2024-06-27 13:13:17 +0000jusa(~jusa@kraa.fi) (Quit: WeeChat 4.3.2)
2024-06-27 13:13:40 +0000jusa(~jusa@kraa.fi)
2024-06-27 13:26:03 +0000cfricke(~cfricke@user/cfricke) (Ping timeout: 264 seconds)
2024-06-27 16:23:32 +0000 <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 +0000 <haskellbridge> <iqubic (she/her)> Erm... I'm wanting the textual description of the current layout.
2024-06-27 16:31:35 +0000 <geekosaur> yes
2024-06-27 16:32:50 +0000 <geekosaur> there are small variations on it e.g. `asks (description . W.layout . W.workspace . W.current . windowset)`
2024-06-27 16:33:06 +0000 <geekosaur> which one's more ergonomic depends on what you're doing
2024-06-27 16:34:17 +0000 <haskellbridge> <iqubic (she/her)> I'm fine with what I have.
2024-06-27 16:34:25 +0000 <haskellbridge> <iqubic (she/her)> It seems to be working fine for me.
2024-06-27 16:35:12 +0000 <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 +0000 <geekosaur> deebo, somewhere there's a replacement binding that pops a yes/no dmenu
2024-06-27 16:37:44 +0000 <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 +0000 <haskellbridge> <iqubic (she/her)> https://hackage.haskell.org/package/xmonad-contrib-0.18.0/docs/XMonad-Prompt-ConfirmPrompt.html#v:…
2024-06-27 16:38:16 +0000 <haskellbridge> <iqubic (she/her)> Hopefully that would work for deebo's needs.
2024-06-27 16:51:36 +0000 <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 +0000 <haskellbridge> <iqubic (she/her)> Or maybe a GridSelect or TreeSelect would be better here.
2024-06-27 17:06:35 +0000hightower3(~hightower@cpe-94-253-190-161.zg.cable.xnet.hr)
2024-06-27 17:09:35 +0000hightower2(~hightower@cpe-94-253-237-114.st.cable.xnet.hr) (Ping timeout: 264 seconds)
2024-06-27 17:18:32 +0000wz1000(~zubin@static.11.113.47.78.clients.your-server.de) (Ping timeout: 252 seconds)
2024-06-27 17:31:01 +0000wz1000(~zubin@static.11.113.47.78.clients.your-server.de)
2024-06-27 17:31:48 +0000 <geekosaur> XMonad.Prompt.Shell https://github.com/geekosaur/xmonad.hs/blob/hilfy-2023/xmonad.hs#L240
2024-06-27 17:34:47 +0000hightower3(~hightower@cpe-94-253-190-161.zg.cable.xnet.hr) (Ping timeout: 264 seconds)
2024-06-27 17:39:28 +0000 <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 +0000 <haskellbridge> <iqubic (she/her)> Oh, it looks like it does actually do that via the magic of compgen.
2024-06-27 18:13:09 +0000ft(~ft@p4fc2ab80.dip0.t-ipconnect.de)
2024-06-27 18:51:59 +0000geekosaur(sid609282@xmonad/geekosaur) (Ping timeout: 260 seconds)
2024-06-27 18:52:12 +0000geekosaur(sid609282@xmonad/geekosaur)
2024-06-27 19:24:49 +0000hightower2(~hightower@205-101.dsl.iskon.hr)
2024-06-27 19:53:08 +0000Miroboru(~myrvoll@178-164-114.82.3p.ntebredband.no) (Quit: Lost terminal)
2024-06-27 19:55:04 +0000hightower2(~hightower@205-101.dsl.iskon.hr) (Ping timeout: 268 seconds)
2024-06-27 21:46:04 +0000m5zs7k(aquares@web10.mydevil.net) (Ping timeout: 268 seconds)
2024-06-27 21:47:28 +0000m5zs7k(aquares@web10.mydevil.net)