Logs: liberachat/#xmonad
| 2022-04-19 16:58:58 | <Ether[m]> | Turns out i did not clone xmonad and xmonad-contrib in .config/xmonad |
| 2022-04-19 16:59:10 | <Ether[m]> | It was in my home directory π€£ |
| 2022-04-19 17:05:53 | <geekosaur> | that shouldn't matter, it still shouldn't throw a weird gcc error while installing ghc |
| 2022-04-19 17:06:18 | <geekosaur> | (I mean, I know why it runs gcc during ghc install, but it still shouldn't get that error) |
| 2022-04-19 17:09:54 | Γ | gdd quits (~gdd@129.199.146.230) (Ping timeout: 272 seconds) |
| 2022-04-19 17:10:22 | β | gdd joins (~gdd@129.199.146.230) |
| 2022-04-19 18:57:53 | Γ | abiss27 quits (~abiss27@user/abiss) (Quit: hasta la vista... tchau!) |
| 2022-04-19 19:50:52 | Γ | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-04-19 19:54:20 | β | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-04-19 20:34:40 | Γ | twiclo quits (~twiclo@vpn.utahbroadband.com) (Ping timeout: 246 seconds) |
| 2022-04-19 20:36:54 | β | twiclo joins (~twiclo@mail.twil.cx) |
| 2022-04-19 21:41:05 | β | jeeeun0 joins (~jeeeun@78.40.148.178) |
| 2022-04-19 21:41:36 | Γ | jeeeun quits (~jeeeun@78.40.148.178) (Ping timeout: 272 seconds) |
| 2022-04-19 21:41:36 | jeeeun0 | is now known as jeeeun |
| 2022-04-19 22:27:01 | Γ | twiclo quits (~twiclo@mail.twil.cx) (Ping timeout: 246 seconds) |
| 2022-04-19 22:27:15 | Γ | noex quits (~null@user/noex) (Ping timeout: 260 seconds) |
| 2022-04-19 22:29:13 | β | twiclo joins (~twiclo@204.14.20.66.static.utbb.net) |
| 2022-04-19 22:29:47 | β | noex joins (~null@user/noex) |
| 2022-04-19 22:50:34 | β | Xioulious joins (~yourname@193.32.249.136) |
| 2022-04-19 22:51:49 | <Xioulious> | how do i check if xmonad is installed with xft support and if it isn't, how do i add it? |
| 2022-04-19 22:54:13 | <geekosaur> | hm. xmonad itself doesn't use xft, contrib does |
| 2022-04-19 22:54:39 | <geekosaur> | and I think you just have to try to reinstall it with --flags use_xft and if it does nothing then you know it already had it |
| 2022-04-19 22:55:14 | <geekosaur> | if you're getting it from a distribution, checking is more painful |
| 2022-04-19 22:55:19 | <Xioulious> | so when i do stack install i need to add --flags use_xft? |
| 2022-04-19 22:55:50 | <Xioulious> | i think im lacking it due to im trying to use a certain font with my xmobar but it doesn't seem to change the font |
| 2022-04-19 22:58:37 | <geekosaur> | xmobar does its own font handling, unrelated to xmonad |
| 2022-04-19 22:59:16 | <Xioulious> | hmm so the xmobar doesnt have it build in then? i do set the font in the xmobar config, not the xmonad one |
| 2022-04-19 22:59:56 | <geekosaur> | so you need to stack install xmobar with --flags use_xft (although you really want --flags all_extensions probably) |
| 2022-04-19 23:00:35 | <geekosaur> | you can specify a font in the xmonad part, but that is just a string sent to xmobar. xmobar reads the string and loads the font |
| 2022-04-19 23:07:00 | <Xioulious> | okay, doing an install with all extensions now so i wont run into such a problem in the future when i want to mess with it, hope it fixes it |
| 2022-04-19 23:08:35 | <Xioulious> | yep that fixed it, ty yet again! |
| 2022-04-19 23:09:53 | <geekosaur> | np |
| 2022-04-19 23:14:08 | <abastro[m]> | What does use_xft do? |
| 2022-04-19 23:14:50 | <geekosaur> | compiles in code to use fontconfig and libxft (freetype/opentype/client-side fonts) |
| 2022-04-19 23:15:17 | <geekosaur> | otherwise it only supports server-side fonts such as "fixed" |
| 2022-04-19 23:16:05 | <abastro[m]> | Ah, I see |
| 2022-04-19 23:16:14 | <abastro[m]> | I guess the tabs use the fonts |
| 2022-04-19 23:16:24 | <abastro[m]> | Hm, I need to change the fonts for the tabs! |
| 2022-04-19 23:17:20 | <geekosaur> | that's how xmonad-contrib uses them, yes. also for XMonad.Prompt and I think GridSelect |
| 2022-04-19 23:18:06 | <geekosaur> | xmobar lets you specify a base font for the bar and then change fonts in the middle of it with markup |
| 2022-04-19 23:20:21 | <abastro[m]> | It is a bit annoying when the tabs can display only english, ye |
| 2022-04-19 23:20:43 | <abastro[m]> | Actually it would be better if the tabs could display something like icon, hmm |
| 2022-04-19 23:21:18 | Γ | Xioulious quits (~yourname@193.32.249.136) (Remote host closed the connection) |
| 2022-04-19 23:24:59 | <geekosaur> | I don't think there's real icon support, the best you could do is an icon font of some variety |
| 2022-04-19 23:30:39 | Γ | chomwitt quits (~chomwitt@2a02:587:dc1b:da00:1339:e02b:9822:2360) (Ping timeout: 240 seconds) |
| 2022-04-19 23:36:15 | <geekosaur> | actually it looks like I'm wrong. B&W bitmaps specified as [[Bool]], ick |
| 2022-04-19 23:37:22 | <geekosaur> | bleh. this inspired me to finally address the tab and prompt font size issues in my own config |
| 2022-04-19 23:37:34 | <geekosaur> | so it worked for Prompt but not for Tabbed⦠?? |
| 2022-04-19 23:38:07 | <geekosaur> | then again I'm kinda used to tab themes not really working right |
| 2022-04-19 23:48:36 | β | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2022-04-19 23:48:41 | Γ | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2022-04-19 23:52:35 | <abastro[m]> | B&W bitmaps? |
| 2022-04-19 23:52:46 | <abastro[m]> | What is [[Bool]] |
| 2022-04-19 23:53:10 | <abastro[m]> | [] [] Bool.. iterator of iterator of Bool? Wh |
| 2022-04-19 23:54:36 | <allbery_b> | list of list of bool. rows of columns of bits |
| 2022-04-19 23:55:49 | <abastro[m]> | Row iterator of irregular sized column iterator of bits.. |
| 2022-04-19 23:56:17 | β | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-04-19 23:59:28 | Γ | allbery_b quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 250 seconds) |
| 2022-04-20 00:03:22 | Γ | Natch quits (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (Ping timeout: 250 seconds) |
| 2022-04-20 01:03:24 | β | abastro joins (~abab9579@220.75.216.63) |
| 2022-04-20 01:05:10 | Γ | abastro quits (~abab9579@220.75.216.63) (Remote host closed the connection) |
| 2022-04-20 01:05:21 | β | abastro joins (~abab9579@220.75.216.63) |
| 2022-04-20 01:35:41 | β | jeeeun1 joins (~jeeeun@78.40.148.178) |
| 2022-04-20 01:37:13 | <abastro[m]> | I wonder of a way to make the declarative combinators more composable.. |
| 2022-04-20 01:37:37 | Γ | jeeeun quits (~jeeeun@78.40.148.178) (Quit: Ping timeout (120 seconds)) |
| 2022-04-20 01:37:37 | Γ | koluacik quits (~koluacik@165.227.171.188) (Ping timeout: 272 seconds) |
| 2022-04-20 01:37:37 | Γ | yosafbridge quits (~yosafbrid@static.38.6.217.95.clients.your-server.de) (Quit: Leaving) |
| 2022-04-20 01:37:38 | Γ | Czernobog quits (~Czernobog@user/czernobog) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2022-04-20 01:37:38 | Γ | rieper|net quits (~riepernet@sxbeta1.geo.uni-leipzig.de) (Quit: No Ping reply in 180 seconds.) |
| 2022-04-20 01:37:38 | β | Czernobog joins (~Czernobog@49.36.107.87) |
| 2022-04-20 01:37:38 | jeeeun1 | is now known as jeeeun |
| 2022-04-20 01:37:39 | Γ | Czernobog quits (~Czernobog@49.36.107.87) (Changing host) |
| 2022-04-20 01:37:39 | β | Czernobog joins (~Czernobog@user/czernobog) |
| 2022-04-20 01:37:53 | β | koluacik joins (~koluacik@165.227.171.188) |
| 2022-04-20 01:38:04 | β | rieper joins (~riepernet@sxbeta1.geo.uni-leipzig.de) |
| 2022-04-20 01:38:25 | Γ | abastro quits (~abab9579@220.75.216.63) (Remote host closed the connection) |
| 2022-04-20 01:39:40 | β | yosafbridge joins (~yosafbrid@static.38.6.217.95.clients.your-server.de) |
| 2022-04-20 01:41:17 | β | koluacik_ joins (~koluacik@165.227.171.188) |
| 2022-04-20 01:41:33 | β | The_Czernobog joins (~Czernobog@user/czernobog) |
| 2022-04-20 01:42:13 | Γ | scardinal quits (~supreme@customer-212-237-101-39.ip4.gigabit.dk) (Ping timeout: 272 seconds) |
| 2022-04-20 01:42:13 | Γ | totte quits (~totte@h-82-196-112-155.A166.priv.bahnhof.se) (Ping timeout: 272 seconds) |
| 2022-04-20 01:42:13 | Γ | koluacik quits (~koluacik@165.227.171.188) (Client Quit) |
| 2022-04-20 01:42:17 | Γ | byorgey quits (~byorgey@155.138.238.211) (Ping timeout: 272 seconds) |
| 2022-04-20 01:42:45 | β | scardinal joins (~supreme@customer-212-237-101-39.ip4.gigabit.dk) |
| 2022-04-20 01:42:54 | Γ | Czernobog quits (~Czernobog@user/czernobog) (Ping timeout: 272 seconds) |
| 2022-04-20 01:42:55 | The_Czernobog | is now known as Czernobog |
| 2022-04-20 01:43:29 | β | byorgey joins (~byorgey@155.138.238.211) |
| 2022-04-20 01:48:32 | β | totte joins (~totte@h-82-196-112-155.A166.priv.bahnhof.se) |
| 2022-04-20 01:57:59 | Γ | steve__ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 240 seconds) |
| 2022-04-20 02:02:19 | Γ | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds) |
| 2022-04-20 02:07:27 | Γ | ectospasm quits (~ectospasm@user/ectospasm) (Ping timeout: 272 seconds) |
| 2022-04-20 02:16:50 | β | ectospasm joins (~ectospasm@user/ectospasm) |
| 2022-04-20 02:24:37 | β | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-04-20 02:25:53 | Γ | [Leary] quits (~Leary]@122-58-90-96-vdsl.sparkbb.co.nz) (Ping timeout: 256 seconds) |
| 2022-04-20 02:54:23 | β | [Leary] joins (~Leary]@122-58-90-96-vdsl.sparkbb.co.nz) |
| 2022-04-20 02:55:36 | β | benin joins (~benin@183.82.204.110) |
| 2022-04-20 02:58:23 | β | abastro joins (~abab9579@220.75.216.63) |
| 2022-04-20 03:22:21 | Γ | stackdroid18 quits (~stackdroi@user/stackdroid) (Quit: hasta la vista... tchau!) |
| 2022-04-20 03:30:29 | Γ | abastro quits (~abab9579@220.75.216.63) (Ping timeout: 256 seconds) |
| 2022-04-20 03:33:51 | β | Natch joins (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) |
All times are in UTC.