Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 505 506 507 508 509 510 511 512 513 514 515 .. 1848
184,788 events total
2022-02-18 02:47:57 <galactic_starfis> Do either of these functions ever lose a window? https://0bin.net/paste/8+o65YRk#OJEiRmS1xrYnLQ17mn+7SjxMQAWWj3pqHppnIQFLQZn
2022-02-18 02:48:24 <galactic_starfis> I've been experiencing new windows just vanishing when sent to a specific workspace.
2022-02-18 02:49:41 <galactic_starfis> And when I open new windows on this specific workspace the same thing happens. If I move a window there manually though, it's fine.
2022-02-18 02:52:27 <galactic_starfis> There are things defined outside of that snippet, but they're not relevant, as they work as expected... The thing I'm most curious about is my case statement...
2022-02-18 03:04:07 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds)
2022-02-18 03:22:22 banc joins (banc@gateway/vpn/airvpn/banc)
2022-02-18 03:27:55 × td_ quits (~td@muedsl-82-207-238-135.citykom.de) (Ping timeout: 256 seconds)
2022-02-18 03:29:54 td_ joins (~td@94.134.91.32)
2022-02-18 03:35:00 × thunderrd quits (~thunderrd@183.182.110.101) (Ping timeout: 240 seconds)
2022-02-18 03:44:55 × jao quits (~jao@68.235.43.100) (Ping timeout: 256 seconds)
2022-02-18 03:48:49 thunderrd joins (~thunderrd@183.182.115.103)
2022-02-18 03:56:48 <Drishal[m]> soo uuh for toggling fullscreen I ended up like this... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/d84ad94a88d6e9377a5dc0b075a1f993c809fb39)
2022-02-18 03:57:17 <Drishal[m]> but then the bar is still visible (all borders go to 0 and its the only focused window)
2022-02-18 03:57:44 Drishal[m] uploaded an image: (76KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/JMclRMtBzCPeuOhYMgbrBHpw/image.png >
2022-02-18 03:57:46 <Drishal[m]> like this
2022-02-18 03:59:10 <Drishal[m]> (the keybind:... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/d670cdd5dbb53e5478aa1ad2bf8a88aef8019ed8)
2022-02-18 04:07:48 allbery_b joins (~geekosaur@xmonad/geekosaur)
2022-02-18 04:07:48 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2022-02-18 04:07:51 allbery_b is now known as geekosaur
2022-02-18 04:24:49 Sogens joins (~sogens@gateway/vpn/pia/sogens)
2022-02-18 04:25:37 <Sogens> for some reason my xmobar always says "updating" next to some of the modules are there any simple explinations for this
2022-02-18 04:30:47 <galactic_starfis> ^ it's not functioning.
2022-02-18 04:32:06 <galactic_starfis> > <@drishal:matrix.org> soo uuh for toggling fullscreen I ended up like this... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/1bf86105d632b34061f2bb0bb9af5c88522650c3)
2022-02-18 04:32:08 <lambdabot> <hint>:1:1: error: parse error on input ‘<@’
2022-02-18 04:32:51 <galactic_starfis> galactic_starfis: to elaborate, something you've configured is wrong, it could be a missing compilation flag, or a missing binary, an extra character somewhere, etc, etc
2022-02-18 04:32:54 <galactic_starfis> double check everything
2022-02-18 04:33:53 <galactic_starfis> ↑let me quickly update that link
2022-02-18 04:37:28 <galactic_starfis> Drishal: reload that page, it's a bit cleaner now, also see `./Keys.hs` for toggling, `../../xmonad.hs` for hook placement, `./EwmhDesktops.hs` (I only modified 2 lines from the 0.17 version) for automatic fullscreening
2022-02-18 04:38:16 <Drishal[m]> galactic_starfis: I am not pro enough to figure out stuff right from source code xD
2022-02-18 04:38:18 <galactic_starfis> I'll probably package this up nicely as it's own contrib module, but for now this' where it resides.
2022-02-18 04:38:24 c209e6dc-4d76-47 joins (~aditya@2601:249:4300:1296:195:dac6:592c:a55a)
2022-02-18 04:41:35 <galactic_starfis> Oh, if you want to keep your very simple version, remove `avoidStruts` in `(avoidStruts $ noBorders Full)`
2022-02-18 04:44:35 <galactic_starfis> avoidStruts makes it so your layouts don't overlap your bars
2022-02-18 04:46:17 <Sogens> oh ok
2022-02-18 04:46:35 <Sogens> thats weird because its a premade config by someone called "distrotube"
2022-02-18 04:46:44 <Sogens> ill have to look more into it
2022-02-18 04:47:02 <galactic_starfis> Ah, DTs config
2022-02-18 04:47:13 <Sogens> yeah its nice
2022-02-18 04:47:42 <galactic_starfis> Are you using his install script? I've had some weird behavior with the version of xmobar packaged in the arch repos.
2022-02-18 04:48:24 <Sogens> yeah I used his install script
2022-02-18 04:48:36 <Sogens> maybe ill try using the git version or something
2022-02-18 04:48:36 <galactic_starfis> (not necessarily recommending it, but perhaps you should look at how it does things regarding xmobar)
2022-02-18 04:50:11 <galactic_starfis> If you want to avoid headaches in the future - install `ghcup`, uninstall `ghc`, `xmonad`, and `xmobar`, then install `xmonad` and `xmobar` from `ghcup`.
2022-02-18 04:50:46 <galactic_starfis> Arch + haskell is not exactly fun. I use nix atop arch, and thereby avoid that problem. But that's not for everyone...
2022-02-18 04:52:24 <Sogens> what do you mean by "nix atop arch"
2022-02-18 04:52:26 <Sogens> heh
2022-02-18 04:52:49 <Sogens> im not a programmer I just like learning things
2022-02-18 04:53:24 <galactic_starfis> https://nixos.org/nix, it's installed in addition to pacman - and I'm using Arch.
2022-02-18 04:53:43 <Sogens> heh I installed the git version of xmobar and it fixed the issue :D
2022-02-18 04:53:57 <galactic_starfis> well that's good :)
2022-02-18 04:54:37 <Sogens> ah yeah i'll read more about this nix thing im bored right now
2022-02-18 04:59:20 × Sogens quits (~sogens@gateway/vpn/pia/sogens) (Quit: WeeChat 3.4)
2022-02-18 04:59:33 Sogens joins (~sogens@gateway/vpn/pia/sogens)
2022-02-18 05:09:50 × Sogens quits (~sogens@gateway/vpn/pia/sogens) (Quit: WeeChat 3.4)
2022-02-18 05:10:03 Sogens joins (~sogens@gateway/vpn/pia/sogens)
2022-02-18 05:10:08 × Rue quits (~rue@2001-b011-1000-17d9-d616-1cce-b758-6ab8.dynamic-ip6.hinet.net) (Quit: WeeChat 3.4)
2022-02-18 05:11:11 × Sogens quits (~sogens@gateway/vpn/pia/sogens) (Client Quit)
2022-02-18 05:11:24 Sogens joins (~sogens@gateway/vpn/pia/sogens)
2022-02-18 05:23:19 Rue joins (~rue@2001-b011-1000-17d9-d616-1cce-b758-6ab8.dynamic-ip6.hinet.net)
2022-02-18 05:23:36 × c209e6dc-4d76-47 quits (~aditya@2601:249:4300:1296:195:dac6:592c:a55a) (Quit: Konversation terminated!)
2022-02-18 05:23:43 Rue parts (~rue@2001-b011-1000-17d9-d616-1cce-b758-6ab8.dynamic-ip6.hinet.net) ()
2022-02-18 05:26:46 c209e6dc-4d76-47 joins (~aditya@2601:249:4300:1296:195:dac6:592c:a55a)
2022-02-18 05:33:10 × c209e6dc-4d76-47 quits (~aditya@2601:249:4300:1296:195:dac6:592c:a55a) (Remote host closed the connection)
2022-02-18 05:33:29 c209e6dc-4d76-47 joins (~aditya@2601:249:4300:1296:195:dac6:592c:a55a)
2022-02-18 05:58:36 × noex quits (~null@user/noex) (Ping timeout: 240 seconds)
2022-02-18 06:00:01 noex joins (~null@user/noex)
2022-02-18 06:44:28 × c209e6dc-4d76-47 quits (~aditya@2601:249:4300:1296:195:dac6:592c:a55a) (Quit: Konversation terminated!)
2022-02-18 06:54:46 allbery_b joins (~geekosaur@xmonad/geekosaur)
2022-02-18 06:54:46 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2022-02-18 06:54:49 allbery_b is now known as geekosaur
2022-02-18 06:55:59 chomwitt joins (~chomwitt@2a02:587:dc15:800:87d7:2f36:90bc:5b10)
2022-02-18 07:18:35 <Drishal[m]> <galactic_starfis> "Oh, if you want to keep your..." <- but I am getting the bar still with this... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/a6ccf53fac551cb352ce32408a0ea31b9a2b00f5)
2022-02-18 07:22:28 azahi[m] joins (~azahiazah@2001:470:69fc:105::1:c263)
2022-02-18 07:46:03 cfricke joins (~cfricke@user/cfricke)
2022-02-18 07:48:32 catman joins (~catman@user/catman)
2022-02-18 07:49:38 × catman quits (~catman@user/catman) (Client Quit)
2022-02-18 09:34:23 catman joins (~catman@user/catman)
2022-02-18 10:02:25 × catman quits (~catman@user/catman) (Quit: WeeChat 3.5-dev)
2022-02-18 10:04:27 catman joins (~catman@user/catman)
2022-02-18 10:06:25 × catman quits (~catman@user/catman) (Client Quit)
2022-02-18 10:06:30 <liskin> vifon: early January you reported a memleak in xmobar; a fix for this got merged today
2022-02-18 10:07:17 <liskin> vifon: turns out I was to blame for the leak
2022-02-18 10:10:18 <vifon> Oh, awesome, thank you for the heads up!
2022-02-18 10:13:25 × yuu[m] quits (~yuumatrix@2001:470:69fc:105::8a6) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:25 × Las[m] quits (~lasmatrix@2001:470:69fc:105::74e) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:25 × liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:25 × Tisoxin quits (~ikosit@user/ikosit) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:26 × VarikValefor[m] quits (~varikvale@2001:470:69fc:105::a5d) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:26 × sibi quits (~sibi@2001:470:69fc:105::8ab) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:26 × sig[m] quits (~sigrdrifa@2001:470:69fc:105::1:7148) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:26 × justinrestivo[m] quits (~justinres@2001:470:69fc:105::a47) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:26 × nihilipster[m] quits (~nihilipst@2001:470:69fc:105::720) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:26 × ms[m] quits (~msmatrixp@2001:470:69fc:105::2b48) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:26 × unrooted quits (~unrooted@2001:470:69fc:105::a4a) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:26 × KittyOwO[m] quits (~wrinklehu@2001:470:69fc:105::84e) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:26 × AIM[m] quits (~iamaravin@2001:470:69fc:105::1:50eb) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:27 × iung[m] quits (~iaungmatr@2001:470:69fc:105::1:2fe2) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:27 × elonsroadster[m] quits (~elonsroad@2001:470:69fc:105::d121) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:27 × mc47[m] quits (~mc47matri@2001:470:69fc:105::733) (Quit: Bridge terminating on SIGTERM)
2022-02-18 10:13:27 × iffsid quits (~iffsid@2001:470:69fc:105::a3e) (Quit: Bridge terminating on SIGTERM)

All times are in UTC.