2024/01/01

2024-01-01 04:26:07 +0100td_(~td@i53870924.versanet.de) (Ping timeout: 255 seconds)
2024-01-01 04:28:03 +0100td_(~td@i53870938.versanet.de)
2024-01-01 10:04:08 +0100 <Solid> Mh interesting, if I compile Emacs with X support but no toolkit then I'm getting the black borders issue from a while again
2024-01-01 10:45:21 +0100benin(~benin@183.82.205.50) (Ping timeout: 256 seconds)
2024-01-01 12:12:11 +0100h1y0s1lv3r(~h1y0s1lv3@user/h1y0s1lv3r)
2024-01-01 12:12:47 +0100 <h1y0s1lv3r> Hi, happy new year 2024!, How could I comment a line in xmonad.hs? thanks...
2024-01-01 12:19:46 +0100 <h1y0s1lv3r> solved with --, thanks anyway!!
2024-01-01 12:20:12 +0100h1y0s1lv3r(~h1y0s1lv3@user/h1y0s1lv3r) ("happy new year")
2024-01-01 14:14:13 +0100portnov(~portnov@v-20678-unlim.vpn.mgn.ru)
2024-01-01 15:07:55 +0100Miroboru(~myrvoll@178-164-114.82.3p.ntebredband.no)
2024-01-01 15:09:09 +0100 <Miroboru> Did anyone get Cisco Anyconnect to work with XMonad. Right now, starting it just makes the terminal window hang for a while before the command returns
2024-01-01 15:09:55 +0100 <Miroboru> I have tried using xprop to see what is happening, and there seems to be a window or dialog overlapping the terminal, although it is invisible
2024-01-01 15:10:32 +0100 <Miroboru> WM_CLASS com.cisco.anyconnect.gui
2024-01-01 15:11:11 +0100 <Miroboru> For what it's worth I am running with XMonad.Config.Desktop active
2024-01-01 15:20:46 +0100 <liskin> Miroboru: probably worth exploring NetworkManager + OpenConnect
2024-01-01 15:21:16 +0100 <liskin> Running proprietary crapware usually results in headaches
2024-01-01 16:24:37 +0100andytoshi(~apoelstra@user/andytoshi)
2024-01-01 16:45:24 +0100 <Miroboru> That was my first attempt, but since my uni is using 2FA I need to use openconnect-sso, which has its own problems.
2024-01-01 16:46:35 +0100 <Miroboru> More specifically, it opens a QWebServer window which seems to be spamming itself with <CR> or something similar...
2024-01-01 16:47:07 +0100 <Miroboru> Very weird behaviour. It seemed easier to just get anyconnec to work tbh...
2024-01-01 16:50:20 +0100 <Miroboru> Hmm, there seems to be some alternatives to openconnect-sso out there. I might as well have a go at those
2024-01-01 17:27:23 +0100Miroboru(~myrvoll@178-164-114.82.3p.ntebredband.no) (Ping timeout: 260 seconds)
2024-01-01 17:28:58 +0100Miroboru(~myrvoll@129-241-236-176-gw2.cgn.ntnu.no)
2024-01-01 17:33:24 +0100 <liskin> I've only ever used the globalprotect stuff so can't help unfortunately
2024-01-01 17:36:23 +0100 <liskin> These days sso stuff kind of works using nm-applet guis, but only if one doesn't need to run the trojan
2024-01-01 17:44:13 +0100 <portnov> corporate vpn things can be very weird :/ like, go to some site, press smth there, then install smth on the phone, then jump three times turning around pronouncing the spell...
2024-01-01 18:11:06 +0100benin(~benin@183.82.205.50)
2024-01-01 18:15:09 +0100portnov(~portnov@v-20678-unlim.vpn.mgn.ru) (Remote host closed the connection)
2024-01-01 18:18:10 +0100portnov(~portnov@v-20678-unlim.vpn.mgn.ru)
2024-01-01 18:21:54 +0100 <portnov> hi all
2024-01-01 18:22:17 +0100 <portnov> thought maybe it makes sense to discuss here.
2024-01-01 18:22:47 +0100 <portnov> problem: to have N different layouts, all available on all workspaces, but with different default layout on each workspace
2024-01-01 18:23:06 +0100 <portnov> solution idea: https://gist.github.com/portnov/4db3caf2cc606d96accef78a514281ff
2024-01-01 18:23:18 +0100 <portnov> any thoughts?
2024-01-01 18:48:51 +0100 <geekosaur> potential problem: `sendMessage` calls `refresh` calls `windows` calls the `logHook`
2024-01-01 18:49:08 +0100 <portnov> :/
2024-01-01 18:49:51 +0100 <geekosaur> I _think_ if you move the setting of `SeenWorkspaces` before the `sendMessage` you will avoid an infinite loop
2024-01-01 18:51:48 +0100 <portnov> hm, I'm currently running this code and see no issue
2024-01-01 18:52:29 +0100 <portnov> maybe that's before sendMessage is called only when it sees the workspace first time, maybe at that moment there are no windows present yet, and thus refresh exits early?
2024-01-01 18:52:47 +0100 <portnov> I'm not sure if I can rely on that though
2024-01-01 18:52:58 +0100 <geekosaur> `refresh` is `windows id` iirc
2024-01-01 18:53:21 +0100 <geekosaur> I don't know if `windows` shortcuts when there are no windows
2024-01-01 18:55:41 +0100 <geekosaur> I would still rearrange the code, with an explanatory comment. if you're relying on `windows` doing nothing when there are no windows, mod-q might bite you
2024-01-01 18:58:22 +0100 <geekosaur> (_might_: all the workspaces should be populated at that point, so I think you'd need to have added a new workspace to trigger it)
2024-01-01 19:33:41 +0100justIrresolutejustache
2024-01-01 22:17:25 +0100portnov(~portnov@v-20678-unlim.vpn.mgn.ru) (Remote host closed the connection)
2024-01-01 23:19:13 +0100Miroboru(~myrvoll@129-241-236-176-gw2.cgn.ntnu.no) (Ping timeout: 255 seconds)