Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,922 events total
2023-08-05 11:01:13 berberman joins (~berberman@user/berberman)
2023-08-05 11:09:43 trixthethird joins (~trixtheth@2a01:261:3c1:2400:42dd:a6c4:d11e:ca84)
2023-08-05 11:09:59 × trixthethird quits (~trixtheth@2a01:261:3c1:2400:42dd:a6c4:d11e:ca84) (Client Quit)
2023-08-05 11:13:25 trixthethird58 joins (~trixtheth@2a01:261:3c1:2400:42dd:a6c4:d11e:ca84)
2023-08-05 13:59:45 × avesheher[m] quits (~electron2@2001:470:69fc:105::3:86b6) (Read error: Connection reset by peer)
2023-08-05 13:59:45 × mon_aaraj quits (~montchncs@2001:470:69fc:105::8e6b) (Remote host closed the connection)
2023-08-05 13:59:46 × ribosomerocker[m quits (~ribosomer@2001:470:69fc:105::3:8ac7) (Remote host closed the connection)
2023-08-05 13:59:46 × ElKowar[m] quits (~elkowarma@2001:470:69fc:105::392) (Write error: Connection reset by peer)
2023-08-05 13:59:46 × Nexilva[m] quits (~nexilvama@2001:470:69fc:105::2:cf52) (Write error: Connection reset by peer)
2023-08-05 13:59:46 × emma-underscores quits (~emma-unde@2001:470:69fc:105::2:cdfc) (Read error: Connection reset by peer)
2023-08-05 13:59:46 × pyriphlegeton[m] quits (~pyriphleg@2001:470:69fc:105::1:1f49) (Read error: Connection reset by peer)
2023-08-05 13:59:46 × HAL[m] quits (~evadk8mat@2001:470:69fc:105::3ed0) (Read error: Connection reset by peer)
2023-08-05 13:59:46 × yousof[m] quits (~yousofmat@2001:470:69fc:105::3:7e1f) (Write error: Connection reset by peer)
2023-08-05 13:59:46 × mc47[m] quits (~mc47matri@2001:470:69fc:105::733) (Read error: Connection reset by peer)
2023-08-05 13:59:47 × ChaoticMist[m] quits (~gilganixm@2001:470:69fc:105::3d09) (Read error: Connection reset by peer)
2023-08-05 13:59:47 × sha_bam[m] quits (~shabammat@2001:470:69fc:105::3:7eea) (Read error: Connection reset by peer)
2023-08-05 13:59:47 × beastwick[m] quits (~beastwick@2001:470:69fc:105::3:8087) (Read error: Connection reset by peer)
2023-08-05 13:59:47 × fr1d4y[m] quits (~fr1d4yenv@2001:470:69fc:105::2:ea3c) (Read error: Connection reset by peer)
2023-08-05 13:59:48 × gar[m] quits (~randyorto@2001:470:69fc:105::3:85fa) (Read error: Connection reset by peer)
2023-08-05 14:06:06 × samhh quits (7569f027cf@2604:bf00:561:2000::e4) (Ping timeout: 246 seconds)
2023-08-05 14:08:58 samhh joins (7569f027cf@2604:bf00:561:2000::e4)
2023-08-05 18:27:54 × ml| quits (~ml|@user/ml/x-5298235) (Ping timeout: 260 seconds)
2023-08-05 19:16:06 oo_miguel joins (~oo_miguel@78-11-179-96.static.ip.netia.com.pl)
2023-08-05 19:17:28 <oo_miguel> Hmm not sure what I did wrong after reinstall. Xmonad seems to ignore my second monitor while moving the mouse-pointer there works fine
2023-08-05 19:19:01 <geekosaur> sounds like xrandr may be confused, or possibly xmonad was built without "xinerama" (actually xrandr) support
2023-08-05 19:20:17 <oo_miguel> ah ok. I installed via cabal install this time. and was misisng xrandr-dev libs at the moment of "installation"
2023-08-05 19:20:38 <geekosaur> `xmonad --verbose-version` will tell you if it supports ximerama
2023-08-05 19:20:42 <geekosaur> *xinerama
2023-08-05 19:20:51 <oo_miguel> Xinerama: False
2023-08-05 19:20:59 <oo_miguel> ok, thanks for the hint
2023-08-05 19:21:55 <oo_miguel> probably ouf of scope on this channel, but how do I force cabal to run a reconfigure?
2023-08-05 19:22:52 <oo_miguel> maybe I delete my ~/.cabal dir alltogether
2023-08-05 19:24:05 <geekosaur> not sure I'd do that, it's rather invasive. reinstalling the binary should Just Work, reinstalling libs would be `rm -rf dist-newstyle`
2023-08-05 19:24:29 <geekosaur> if you don't have that then you may need to weed ~/.cabal/store
2023-08-05 19:24:59 <geekosaur> that said I think I've never needed to force it, it generally figures it out for itself
2023-08-05 19:25:18 <oo_miguel> Xinerama: True -- hooray, thanks
2023-08-05 19:25:31 <oo_miguel> wiped out ~/.cabal completely. It is a fresh setup so not much there I guess
2023-08-05 19:25:45 <oo_miguel> and did : cabal update && cabal install xmonad
2023-08-05 19:27:01 <geekosaur> you need to reinstall the libs, not just the binary
2023-08-05 19:27:04 <oo_miguel> without that "cabal install xmonad" did not figure out it requires a rebuild, because available system libs changed
2023-08-05 19:27:28 <oo_miguel> I would assume the libs are kept in ~/.cabal as well?
2023-08-05 19:28:00 <geekosaur> hm, also you might need to tell it explicitly to reinstall X11 because that's where the actual xinerama-dev dependency is
2023-08-05 19:28:03 <oo_miguel> geekosaur: ah ok . I tried cabal install X11 before as well..
2023-08-05 19:28:44 <geekosaur> right, these days that won't do anything because `cabal install` is intended for executables; libraries are managed by cabal
2023-08-05 19:28:45 <oo_miguel> I am not sure how much is downloadad and what is actually congifured and build on my system
2023-08-05 19:29:21 justache is now known as reddit-boat
2023-08-05 19:29:25 reddit-boat is now known as justache
2023-08-05 19:31:01 <geekosaur> cabal-install doesn't have binary caching (yet)
2023-08-05 19:31:34 <geekosaur> and can't use haskell packages installed via system package manager, aside from any bundled from a package manager-installed ghc
2023-08-05 19:31:56 <oo_miguel> I did not install anything via system (debian) package manger this time
2023-08-05 19:32:08 <oo_miguel> (at least this is my understanding)
2023-08-05 19:32:12 <geekosaur> that's probably good
2023-08-05 19:32:35 <oo_miguel> anyway I believe I am fine now. need to restart X however :)
2023-08-05 19:32:46 <geekosaur> mod-q should be enough?
2023-08-05 19:33:27 × oo_miguel quits (~oo_miguel@78-11-179-96.static.ip.netia.com.pl) (Quit: WeeChat 3.8)
2023-08-05 19:35:59 oo_miguel joins (~oo_miguel@78-11-179-96.static.ip.netia.com.pl)
2023-08-05 19:39:42 <oo_miguel> geekosaur: I did a restart because A) I created two X screens during my experiments, and now reverted this B) I do not (yet) have a xmonad.hs in place.
2023-08-05 19:40:11 <oo_miguel> Anyway it seems to work perfectly now, after xmonad is xinerama-aware. Thank you!
2023-08-05 19:51:28 shapr joins (~user@2600:1700:c640:3100:74c3:10f6:7a7f:9e1)
2023-08-05 20:32:05 × oo_miguel quits (~oo_miguel@78-11-179-96.static.ip.netia.com.pl) (Quit: WeeChat 3.8)
2023-08-05 22:09:40 × shapr quits (~user@2600:1700:c640:3100:74c3:10f6:7a7f:9e1) (Remote host closed the connection)
2023-08-05 22:09:53 shapr joins (~user@2600:1700:c640:3100:5b39:72cf:2cf6:4f57)
2023-08-06 00:16:06 × hightower2 quits (~hightower@213-191-130-186.dsl.iskon.hr) (Read error: Connection reset by peer)
2023-08-06 00:17:34 hightower2 joins (~hightower@43-215.dsl.iskon.hr)
2023-08-06 00:22:29 × trixthethird58 quits (~trixtheth@2a01:261:3c1:2400:42dd:a6c4:d11e:ca84) (Quit: Client closed)
2023-08-06 02:36:12 × td_ quits (~td@i53870923.versanet.de) (Ping timeout: 260 seconds)
2023-08-06 02:37:49 td_ joins (~td@i5387092A.versanet.de)
2023-08-06 02:44:52 × shapr quits (~user@2600:1700:c640:3100:5b39:72cf:2cf6:4f57) (Remote host closed the connection)
2023-08-06 02:45:06 shapr joins (~user@2600:1700:c640:3100:c1a9:d78c:4858:73ee)
2023-08-06 03:57:04 × shapr quits (~user@2600:1700:c640:3100:c1a9:d78c:4858:73ee) (Remote host closed the connection)
2023-08-06 03:57:18 shapr joins (~user@2600:1700:c640:3100:b49b:8203:a696:85b3)
2023-08-06 04:28:25 × shapr quits (~user@2600:1700:c640:3100:b49b:8203:a696:85b3) (Ping timeout: 240 seconds)
2023-08-06 07:36:14 <xmonadtrack> xmonad-contrib Zawaken {Tony Zorman} * v0.17.1-166-ga0bfa8a4: X.L.Magnifier: Add magnifyxy (8 days ago, 2 files, 53+ 8-) https://github.com/xmonad/xmonad-contrib/commit/a0bfa8a447ae
2023-08-06 07:36:16 <xmonadtrack> xmonad-contrib Tony Zorman {GitHub} * v0.17.1-167-gbf41a85d: Merge pull request #822 from Zawaken/magnifiercxy (24 seconds ago, 0 files, 0+ 0-) https://github.com/xmonad/xmonad-contrib/commit/bf41a85d9c14
2023-08-06 08:22:10 thyriaen joins (~thyriaen@2a01:aea0:dd4:6a18:6245:cbff:fe9f:48b1)
2023-08-06 08:34:11 mc47 joins (~mc47@xmonad/TheMC47)
2023-08-06 08:36:42 × thyriaen quits (~thyriaen@2a01:aea0:dd4:6a18:6245:cbff:fe9f:48b1) (Quit: Leaving)
2023-08-06 08:36:56 thyriaen joins (~thyriaen@2a01:aea0:dd4:6a18:6245:cbff:fe9f:48b1)
2023-08-06 08:41:50 <thyriaen> Something strange is happened - I don't think I have changed anything in my xmonad config, however i moved from polybar to tint2, which should - in theory - be unrelated. When i previoulsy started a program, let's say my browser -- i do a "doShift" in my xmonad.hs, but now it no longer switches the current workspace to the workspace the window was shifted to
2023-08-06 08:56:46 oo_miguel joins (~oo_miguel@78-11-179-96.static.ip.netia.com.pl)
2023-08-06 09:00:39 <thyriaen> i fixed it by restarting xmonad
2023-08-06 09:02:48 × oo_miguel quits (~oo_miguel@78-11-179-96.static.ip.netia.com.pl) (Quit: WeeChat 3.8)
2023-08-06 09:03:42 <thyriaen> I start a lot of applications with a mod+<letter> hotkey -- and then shifting it to a different workspace in my manage hook -- is it possible to do something like a shift+mod+<letter> to override the managehook this one time and spawn the window directly in my current workspace ?
2023-08-06 10:16:36 <mc47> I'm not aware of a module that does that, but it's not complicated if you're familiar with xmonad. You can use XMonad.Util.ExtensibleState to have a flag that you set to false with your shift+mod+<letter> keybinding, and you can make your manageHook only shift when the flag is true, and otherwise sets it to true to reset the state
2023-08-06 12:02:26 × thyriaen quits (~thyriaen@2a01:aea0:dd4:6a18:6245:cbff:fe9f:48b1) (Remote host closed the connection)
2023-08-06 12:07:42 oo_miguel joins (~oo_miguel@78-11-179-96.static.ip.netia.com.pl)
2023-08-06 12:22:29 <Solid> Alternatively, you could put the shifting into the M-<letter> keys instead of manageHooks; this would have the advantage that *any* other way to start the relevant programs will not shift unexpectedly
2023-08-06 12:41:00 × oo_miguel quits (~oo_miguel@78-11-179-96.static.ip.netia.com.pl) (Quit: WeeChat 3.8)
2023-08-06 13:01:09 shapr joins (~user@2600:1700:c640:3100:9415:bb5d:ae7f:5570)
2023-08-06 18:21:09 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2023-08-06 20:25:47 oo_miguel joins (~oo_miguel@78-11-179-96.static.ip.netia.com.pl)
2023-08-06 20:25:59 × oo_miguel quits (~oo_miguel@78-11-179-96.static.ip.netia.com.pl) (Client Quit)
2023-08-07 01:58:49 × kaskal quits (~kaskal@2001:4bb8:2dd:a79d:1a7:8529:b79b:cfa) (Quit: ZNC - https://znc.in)
2023-08-07 02:03:15 kaskal joins (~kaskal@213-147-167-98.nat.highway.webapn.at)
2023-08-07 02:34:42 × td_ quits (~td@i5387092A.versanet.de) (Ping timeout: 246 seconds)
2023-08-07 02:36:32 td_ joins (~td@i53870914.versanet.de)
2023-08-07 03:58:39 × shapr quits (~user@2600:1700:c640:3100:9415:bb5d:ae7f:5570) (Ping timeout: 260 seconds)
2023-08-07 05:33:08 × haskl quits (~haskl@user/haskl) (Remote host closed the connection)
2023-08-07 05:33:28 haskl joins (~haskl@user/haskl)
2023-08-07 07:28:27 cfricke joins (~cfricke@user/cfricke)

All times are in UTC.