Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,791 events total
2023-12-30 21:46:40 <ectospasm> yeah, it says tty1
2023-12-30 21:47:17 <geekosaur> odd, that'd be VT 1
2023-12-30 21:47:39 <ectospasm> And when I press fn + ctrl + F1 it takes me back to X; fn + ctrl + F2..F6 show login prompts on tty2-6
2023-12-30 21:50:50 <geekosaur> wonder if they're actually switching it to graphics instead of using a different VT; unfortunately that would mean you have no session log and will have to restart X with startx output and error redirected (startx >~/.Xsession-errors 2>&1)
2023-12-30 21:51:10 <ectospasm> I see a bunch of stuff printed in ~/.local/share/xorg/Xorg.0.log when I switch TTYs
2023-12-30 21:51:25 <ectospasm> OK, I can add that to my alias.
2023-12-30 21:51:33 <geekosaur> right, that's the server log
2023-12-30 21:51:43 <geekosaur> it doesn't contain session output
2023-12-30 21:51:49 <ectospasm> OK
2023-12-30 21:54:11 <ectospasm> OK, now that I'm capturing .Xsession-errors I see this: user error (createFontSet)
2023-12-30 21:54:22 <ectospasm> So it doesn't like my font?
2023-12-30 21:54:58 <geekosaur> worse than that, it seems like your xmonad-contrib may have been built without XFT support
2023-12-30 21:54:58 <ectospasm> That's when I press winKey + XK_z or winKey + xK_h.
2023-12-30 21:55:14 <geekosaur> so you would have to use old-style fonts
2023-12-30 21:56:05 <ectospasm> Hmmm, on my other machine this monospace font was working OK, also on Arch.
2023-12-30 21:57:26 <geekosaur> how did you install xmonad and xmonad-contrib, arch packages or hackage/cabal/stack?
2023-12-30 21:59:02 <ectospasm> Arch packages
2023-12-30 22:00:10 <ectospasm> I know the Arch Haskell packages have always been considered broken, but I've had the least trouble with the xmonad stuff (other Haskell packages have had issues)
2023-12-30 22:01:01 <geekosaur> odd. the dependencies indicate that it was built with -fuse_xft
2023-12-30 22:06:03 <geekosaur> oh, wait
2023-12-30 22:06:16 <geekosaur> the font name should be prefixed by "xft:"
2023-12-30 22:06:38 <geekosaur> I'm not sure how it would have been working without that
2023-12-30 22:06:56 <geekosaur> https://github.com/xmonad/xmonad-contrib/blob/master/XMonad/Prompt.hs#L325 for example
2023-12-30 22:08:10 <geekosaur> https://github.com/geekosaur/xmonad.hs/blob/hilfy-2023/xmonad.hs#L340 is what I use
2023-12-30 22:08:28 <ectospasm> Oh, OK. Let me try that.
2023-12-30 22:08:42 <geekosaur> (I have a double resolution monitor so fonts are stupid big…)
2023-12-30 22:09:30 <ectospasm> That fixed it! I don't know how it was working before without it.
2023-12-30 22:10:19 <ectospasm> I've been mucking about with Xft.DPI a bit, when it's set to the DPI as detected by xdpyinfo fonts in GTK+ and Qt apps are too tiny to read
2023-12-30 22:10:53 <ectospasm> I'm getting old, so anything too small is a pain to read.
2023-12-30 22:11:22 <ectospasm> (my new laptop has an OLED screen, and it's much higher resolution than my old laptop)
2023-12-30 22:11:39 <ectospasm> I'm regretting getting this screen, it really reduces battery life quite a bit.
2023-12-30 22:12:09 <ectospasm> I've been told this laptop should be able to get 14 hours out of a charge, but I can only manage just under 7 with this OLED screen.
2023-12-31 03:27:27 × td_ quits (~td@i53870904.versanet.de) (Ping timeout: 260 seconds)
2023-12-31 03:29:21 td_ joins (~td@i53870924.versanet.de)
2023-12-31 08:45:18 portnov joins (~portnov@v-20678-unlim.vpn.mgn.ru)
2023-12-31 08:52:20 × ft quits (~ft@mue-88-130-106-233.dsl.tropolys.de) (Quit: leaving)
2023-12-31 09:06:51 × dexter2 quits (dexter@2a01:7e00::f03c:91ff:fe86:59ec) (Quit: WeeChat 2.8)
2023-12-31 14:48:57 × fcser quits (~fcser@booty.farted.net) (Quit: zzzzz)
2023-12-31 14:49:27 fcser joins (~fcser@booty.farted.net)
2023-12-31 15:22:12 × fcser quits (~fcser@booty.farted.net) (Quit: zzzzz)
2023-12-31 15:22:28 fcser joins (~fcser@booty.farted.net)
2023-12-31 17:55:58 Guest29 joins (~Guest37@host-87-5-224-203.retail.telecomitalia.it)
2023-12-31 17:56:22 × Guest29 quits (~Guest37@host-87-5-224-203.retail.telecomitalia.it) (Client Quit)
2023-12-31 18:48:18 × portnov quits (~portnov@v-20678-unlim.vpn.mgn.ru) (Ping timeout: 260 seconds)
2023-12-31 19:03:12 portnov joins (~portnov@v-20678-unlim.vpn.mgn.ru)
2023-12-31 19:52:27 × portnov quits (~portnov@v-20678-unlim.vpn.mgn.ru) (Remote host closed the connection)
2023-12-31 22:54:54 ft joins (~ft@p4fc2a1d8.dip0.t-ipconnect.de)
2024-01-01 03:26:07 × td_ quits (~td@i53870924.versanet.de) (Ping timeout: 255 seconds)
2024-01-01 03:28:03 td_ joins (~td@i53870938.versanet.de)
2024-01-01 09:04:08 <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 × benin quits (~benin@183.82.205.50) (Ping timeout: 256 seconds)
2024-01-01 11:12:11 h1y0s1lv3r joins (~h1y0s1lv3@user/h1y0s1lv3r)
2024-01-01 11:12:47 <h1y0s1lv3r> Hi, happy new year 2024!, How could I comment a line in xmonad.hs? thanks...
2024-01-01 11:19:46 <h1y0s1lv3r> solved with --, thanks anyway!!
2024-01-01 11:20:12 h1y0s1lv3r parts (~h1y0s1lv3@user/h1y0s1lv3r) ("happy new year")
2024-01-01 13:14:13 portnov joins (~portnov@v-20678-unlim.vpn.mgn.ru)
2024-01-01 14:07:55 Miroboru joins (~myrvoll@178-164-114.82.3p.ntebredband.no)
2024-01-01 14:09:09 <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 <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 <Miroboru> WM_CLASS com.cisco.anyconnect.gui
2024-01-01 14:11:11 <Miroboru> For what it's worth I am running with XMonad.Config.Desktop active
2024-01-01 14:20:46 <liskin> Miroboru: probably worth exploring NetworkManager + OpenConnect
2024-01-01 14:21:16 <liskin> Running proprietary crapware usually results in headaches
2024-01-01 15:24:37 andytoshi joins (~apoelstra@user/andytoshi)
2024-01-01 15:45:24 <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 <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 <Miroboru> Very weird behaviour. It seemed easier to just get anyconnec to work tbh...
2024-01-01 15:50:20 <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 × Miroboru quits (~myrvoll@178-164-114.82.3p.ntebredband.no) (Ping timeout: 260 seconds)
2024-01-01 16:28:58 Miroboru joins (~myrvoll@129-241-236-176-gw2.cgn.ntnu.no)
2024-01-01 16:33:24 <liskin> I've only ever used the globalprotect stuff so can't help unfortunately
2024-01-01 16:36:23 <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 <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 benin joins (~benin@183.82.205.50)
2024-01-01 17:15:09 × portnov quits (~portnov@v-20678-unlim.vpn.mgn.ru) (Remote host closed the connection)
2024-01-01 17:18:10 portnov joins (~portnov@v-20678-unlim.vpn.mgn.ru)
2024-01-01 17:21:54 <portnov> hi all
2024-01-01 17:22:17 <portnov> thought maybe it makes sense to discuss here.
2024-01-01 17:22:47 <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 <portnov> solution idea: https://gist.github.com/portnov/4db3caf2cc606d96accef78a514281ff
2024-01-01 17:23:18 <portnov> any thoughts?
2024-01-01 17:48:51 <geekosaur> potential problem: `sendMessage` calls `refresh` calls `windows` calls the `logHook`
2024-01-01 17:49:08 <portnov> :/
2024-01-01 17:49:51 <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 <portnov> hm, I'm currently running this code and see no issue
2024-01-01 17:52:29 <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 <portnov> I'm not sure if I can rely on that though
2024-01-01 17:52:58 <geekosaur> `refresh` is `windows id` iirc
2024-01-01 17:53:21 <geekosaur> I don't know if `windows` shortcuts when there are no windows
2024-01-01 17:55:41 <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 <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 justIrresolute is now known as justache
2024-01-01 21:17:25 × portnov quits (~portnov@v-20678-unlim.vpn.mgn.ru) (Remote host closed the connection)
2024-01-01 22:19:13 × Miroboru quits (~myrvoll@129-241-236-176-gw2.cgn.ntnu.no) (Ping timeout: 255 seconds)
2024-01-01 23:27:49 × tremon quits (~tremon@83.80.159.219) (Quit: getting boxed in)
2024-01-02 03:25:11 × td_ quits (~td@i53870938.versanet.de) (Ping timeout: 264 seconds)
2024-01-02 03:31:27 × ft quits (~ft@p4fc2a1d8.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
2024-01-02 03:31:59 td_ joins (~td@i53870919.versanet.de)
2024-01-02 03:33:02 ft joins (~ft@p4fc2a1d8.dip0.t-ipconnect.de)
2024-01-02 03:40:48 × ft quits (~ft@p4fc2a1d8.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)

All times are in UTC.