| 2024-01-01 03:26:07 +0000 | td_ | (~td@i53870924.versanet.de) (Ping timeout: 255 seconds) |
| 2024-01-01 03:28:03 +0000 | td_ | (~td@i53870938.versanet.de) |
| 2024-01-01 09:04:08 +0000 | <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 09:45:21 +0000 | benin | (~benin@183.82.205.50) (Ping timeout: 256 seconds) |
| 2024-01-01 11:12:11 +0000 | h1y0s1lv3r | (~h1y0s1lv3@user/h1y0s1lv3r) |
| 2024-01-01 11:12:47 +0000 | <h1y0s1lv3r> | Hi, happy new year 2024!, How could I comment a line in xmonad.hs? thanks... |
| 2024-01-01 11:19:46 +0000 | <h1y0s1lv3r> | solved with --, thanks anyway!! |
| 2024-01-01 11:20:12 +0000 | h1y0s1lv3r | (~h1y0s1lv3@user/h1y0s1lv3r) ("happy new year") |
| 2024-01-01 13:14:13 +0000 | portnov | (~portnov@v-20678-unlim.vpn.mgn.ru) |
| 2024-01-01 14:07:55 +0000 | Miroboru | (~myrvoll@178-164-114.82.3p.ntebredband.no) |
| 2024-01-01 14:09:09 +0000 | <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 14:09:55 +0000 | <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 14:10:32 +0000 | <Miroboru> | WM_CLASS com.cisco.anyconnect.gui |
| 2024-01-01 14:11:11 +0000 | <Miroboru> | For what it's worth I am running with XMonad.Config.Desktop active |
| 2024-01-01 14:20:46 +0000 | <liskin> | Miroboru: probably worth exploring NetworkManager + OpenConnect |
| 2024-01-01 14:21:16 +0000 | <liskin> | Running proprietary crapware usually results in headaches |
| 2024-01-01 15:24:37 +0000 | andytoshi | (~apoelstra@user/andytoshi) |
| 2024-01-01 15:45:24 +0000 | <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 15:46:35 +0000 | <Miroboru> | More specifically, it opens a QWebServer window which seems to be spamming itself with <CR> or something similar... |
| 2024-01-01 15:47:07 +0000 | <Miroboru> | Very weird behaviour. It seemed easier to just get anyconnec to work tbh... |
| 2024-01-01 15:50:20 +0000 | <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 16:27:23 +0000 | Miroboru | (~myrvoll@178-164-114.82.3p.ntebredband.no) (Ping timeout: 260 seconds) |
| 2024-01-01 16:28:58 +0000 | Miroboru | (~myrvoll@129-241-236-176-gw2.cgn.ntnu.no) |
| 2024-01-01 16:33:24 +0000 | <liskin> | I've only ever used the globalprotect stuff so can't help unfortunately |
| 2024-01-01 16:36:23 +0000 | <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 16:44:13 +0000 | <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 17:11:06 +0000 | benin | (~benin@183.82.205.50) |
| 2024-01-01 17:15:09 +0000 | portnov | (~portnov@v-20678-unlim.vpn.mgn.ru) (Remote host closed the connection) |
| 2024-01-01 17:18:10 +0000 | portnov | (~portnov@v-20678-unlim.vpn.mgn.ru) |
| 2024-01-01 17:21:54 +0000 | <portnov> | hi all |
| 2024-01-01 17:22:17 +0000 | <portnov> | thought maybe it makes sense to discuss here. |
| 2024-01-01 17:22:47 +0000 | <portnov> | problem: to have N different layouts, all available on all workspaces, but with different default layout on each workspace |
| 2024-01-01 17:23:06 +0000 | <portnov> | solution idea: https://gist.github.com/portnov/4db3caf2cc606d96accef78a514281ff |
| 2024-01-01 17:23:18 +0000 | <portnov> | any thoughts? |
| 2024-01-01 17:48:51 +0000 | <geekosaur> | potential problem: `sendMessage` calls `refresh` calls `windows` calls the `logHook` |
| 2024-01-01 17:49:08 +0000 | <portnov> | :/ |
| 2024-01-01 17:49:51 +0000 | <geekosaur> | I _think_ if you move the setting of `SeenWorkspaces` before the `sendMessage` you will avoid an infinite loop |
| 2024-01-01 17:51:48 +0000 | <portnov> | hm, I'm currently running this code and see no issue |
| 2024-01-01 17:52:29 +0000 | <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 17:52:47 +0000 | <portnov> | I'm not sure if I can rely on that though |
| 2024-01-01 17:52:58 +0000 | <geekosaur> | `refresh` is `windows id` iirc |
| 2024-01-01 17:53:21 +0000 | <geekosaur> | I don't know if `windows` shortcuts when there are no windows |
| 2024-01-01 17:55:41 +0000 | <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 17:58:22 +0000 | <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 18:33:41 +0000 | justIrresolute | justache |
| 2024-01-01 21:17:25 +0000 | portnov | (~portnov@v-20678-unlim.vpn.mgn.ru) (Remote host closed the connection) |
| 2024-01-01 22:19:13 +0000 | Miroboru | (~myrvoll@129-241-236-176-gw2.cgn.ntnu.no) (Ping timeout: 255 seconds) |
| 2024-01-01 23:27:49 +0000 | tremon | (~tremon@83.80.159.219) (Quit: getting boxed in) |