Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 367 368 369 370 371 372 373 374 375 376 377 .. 1848
184,727 events total
2021-12-01 00:00:04 × vrs quits (~vrs@user/vrs) (*.net *.split)
2021-12-01 00:00:04 × xacktm quits (xacktm@user/xacktm) (*.net *.split)
2021-12-01 00:00:18 eqw joins (~eqw@31.134.178.99)
2021-12-01 00:00:26 steve_ joins (~steve@ool-182c2b80.dyn.optonline.net)
2021-12-01 00:00:39 thunderrd joins (~thunderrd@183.182.110.132)
2021-12-01 00:00:50 joshproehl joins (~quassel@user/joshproehl)
2021-12-01 00:00:52 nomadxx3 joins (~lanomadx@69.167.42.149)
2021-12-01 00:01:21 amenonsen joins (~amenonsen@pitta.toroid.org)
2021-12-01 00:01:51 yosafbridge joins (~yosafbrid@static.38.6.217.95.clients.your-server.de)
2021-12-01 00:02:26 banc joins (banc@gateway/vpn/airvpn/banc)
2021-12-01 00:02:27 xacktm joins (xacktm@user/xacktm)
2021-12-01 00:02:42 haskl joins (~haskl@user/haskl)
2021-12-01 00:02:55 curiousgay joins (~curiousga@77-120-141-90.kha.volia.net)
2021-12-01 00:03:33 vrs joins (~vrs@user/vrs)
2021-12-01 00:08:32 × sheb quits (~sheb@31.223.228.71) (Ping timeout: 240 seconds)
2021-12-01 00:49:59 mvk joins (~mvk@2607:fea8:5cc1:fa00::4702)
2021-12-01 01:25:06 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2021-12-01 01:25:06 allbery_b joins (~geekosaur@xmonad/geekosaur)
2021-12-01 01:25:09 allbery_b is now known as geekosaur
2021-12-01 02:11:53 sheb joins (~sheb@31.223.228.71)
2021-12-01 02:14:04 × sheb quits (~sheb@31.223.228.71) (Remote host closed the connection)
2021-12-01 02:14:20 sheb joins (~sheb@31.223.228.71)
2021-12-01 02:20:48 × steve_ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 256 seconds)
2021-12-01 02:34:18 <spoonm> looking at X.U.Dmenu, I see the documentation says runProcessWithInput (X.U.Run) will block XMonad's event loop until the process exits
2021-12-01 02:34:29 <spoonm> is there a way to run a process without blocking XMonad's event loop?
2021-12-01 02:34:39 <spoonm> the process I want to run spawns a window that needs to be managed by XMonad
2021-12-01 02:34:48 <spoonm> but I care about the output of that program in XMonad as well
2021-12-01 02:35:06 <geekosaur> you can't do both at the same time, no
2021-12-01 02:35:35 <spoonm> dang it
2021-12-01 02:37:07 <geekosaur> closest you can get is to spawn a thread which launches the program, but that thread then can't do anything that accesses or affects xmonad's state, which is single-threaded because X11 is essentially single-threaded
2021-12-01 02:38:31 × mvk quits (~mvk@2607:fea8:5cc1:fa00::4702) (Ping timeout: 252 seconds)
2021-12-01 02:38:40 <geekosaur> (since the server connection is a socket and there's no way to say which thread should receive a message from it)
2021-12-01 03:02:44 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds)
2021-12-01 03:22:53 × td_ quits (~td@muedsl-82-207-238-126.citykom.de) (Ping timeout: 252 seconds)
2021-12-01 03:24:01 banc joins (banc@gateway/vpn/airvpn/banc)
2021-12-01 03:24:46 td_ joins (~td@muedsl-82-207-238-025.citykom.de)
2021-12-01 04:00:01 × haasn quits (~nand@haasn.dev) (Quit: ZNC 1.7.5+deb4 - https://znc.in)
2021-12-01 04:01:21 haasn joins (~nand@haasn.dev)
2021-12-01 04:14:39 × obimod quits (~obimod@gateway/vpn/pia/obimod) (Ping timeout: 256 seconds)
2021-12-01 04:36:10 × sagax quits (~sagax_nb@user/sagax) (Quit: Konversation terminated!)
2021-12-01 05:19:06 obimod joins (~obimod@gateway/vpn/pia/obimod)
2021-12-01 05:45:31 × obimod quits (~obimod@gateway/vpn/pia/obimod) (Ping timeout: 252 seconds)
2021-12-01 05:47:54 obimod joins (~obimod@gateway/vpn/pia/obimod)
2021-12-01 05:52:41 × atwm quits (~atwm@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 256 seconds)
2021-12-01 06:05:09 × obimod quits (~obimod@gateway/vpn/pia/obimod) (Ping timeout: 256 seconds)
2021-12-01 06:34:03 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 256 seconds)
2021-12-01 06:35:22 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2021-12-01 06:56:56 qbt joins (~qbt@user/edun)
2021-12-01 08:04:03 cfricke joins (~cfricke@user/cfricke)
2021-12-01 09:01:40 <Solid> Benzi-Junior: if you have a working stack-based setup, it should be as easy as pointing it to use xmonad-contrib in your stack.yaml file
2021-12-01 09:02:42 <Solid> e.g. https://gitlab.com/slotThe/dotfiles/-/blob/master/xmonad/.config/xmonad/stack.yaml
2021-12-01 09:16:54 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Read error: Connection reset by peer)
2021-12-01 09:17:35 geekosaur joins (~geekosaur@xmonad/geekosaur)
2021-12-01 09:34:47 × mestre quits (~mestre@191.177.175.57) (Quit: Lost terminal)
2021-12-01 09:58:05 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
2021-12-01 10:07:52 mvk joins (~mvk@2607:fea8:5cc1:fa00::4702)
2021-12-01 10:23:14 mc47 joins (~mc47@xmonad/TheMC47)
2021-12-01 10:30:37 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.3)
2021-12-01 10:36:59 sn3w[m] joins (~sn3w@2001:470:69fc:105::1:2d0b)
2021-12-01 10:37:10 <sn3w[m]> \o
2021-12-01 10:37:11 <sn3w[m]> I'm on NixOS
2021-12-01 10:37:25 <sn3w[m]> I have a blank xmonad.hs file in ~/.xmonad
2021-12-01 10:37:33 <sn3w[m]> When I try to open xmonad using startx
2021-12-01 10:37:42 <sn3w[m]> Nothing appears
2021-12-01 10:37:50 <sn3w[m]> keybinds don't work
2021-12-01 10:46:28 <Solid> AFAIR you need at least `main = xmonad def`; I doubt a blank file would even compile (maybe NixOS does some default config magic? I don't know)
2021-12-01 10:48:26 <sn3w[m]> Solid: https://github.com/geohot/configuration/blob/master/.xmonad/xmonad.hs Is this fine?
2021-12-01 10:48:27 <Solid> (in any case, try `xmonad --recompile` and see what you get)
2021-12-01 10:48:56 <Solid> there's some missing indentation
2021-12-01 10:49:00 <Solid> I don't think this would compile
2021-12-01 10:49:49 <Solid> indent everything below `main = do` a bit, like http://ix.io/3rh0
2021-12-01 10:51:16 × curiousgay quits (~curiousga@77-120-141-90.kha.volia.net) (Quit: Leaving)
2021-12-01 10:51:57 <sn3w[m]> Ooh forgot to do xmonad --recompile after updating the configuration
2021-12-01 10:52:22 <sn3w[m]> setroot -solid gray
2021-12-01 10:52:22 <sn3w[m]> exec /usr/bin/xmonad
2021-12-01 10:52:30 <sn3w[m]> Is this fine for exection?
2021-12-01 10:52:37 <sn3w[m]> * ```
2021-12-01 10:52:37 <sn3w[m]> setroot -solid gray
2021-12-01 10:52:37 <sn3w[m]> exec xmonad
2021-12-01 10:52:37 <sn3w[m]> ```
2021-12-01 10:52:56 <Solid> yeah that should be fine
2021-12-01 10:53:20 <Solid> (normally it should check the config's modification date and recompile based on that, though)
2021-12-01 10:53:50 <sn3w[m]> Hmm then why no mouse and keybindings?
2021-12-01 10:59:29 <Solid> well, I don't know! :) As an additional data point, your config works just fine for me (e.g., M-S-<Enter> brings up xterm just fine)
2021-12-01 11:00:21 <Solid> I'm not a NixOS user, so I can't way whether you need to do something special there
2021-12-01 11:23:41 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
2021-12-01 11:25:52 terrorjack joins (~terrorjac@static.3.200.12.49.clients.your-server.de)
2021-12-01 11:29:55 × vrs quits (~vrs@user/vrs) (Ping timeout: 256 seconds)
2021-12-01 11:30:12 vrs joins (~vrs@user/vrs)
2021-12-01 11:32:56 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds)
2021-12-01 11:36:08 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.3)
2021-12-01 11:36:47 banc joins (banc@gateway/vpn/airvpn/banc)
2021-12-01 12:02:32 × qbt quits (~qbt@user/edun) (Quit: Leaving.)
2021-12-01 12:16:41 qbt joins (~qbt@user/edun)
2021-12-01 12:20:22 × qbt quits (~qbt@user/edun) (Client Quit)
2021-12-01 12:20:29 qbt joins (~qbt@user/edun)
2021-12-01 12:21:44 × qbt quits (~qbt@user/edun) (Client Quit)
2021-12-01 12:36:04 obimod joins (~obimod@gateway/vpn/pia/obimod)
2021-12-01 13:36:06 sagax joins (~sagax_nb@user/sagax)
2021-12-01 13:54:56 <sn3w[m]> Alright, so seems like there was a bit of misconfiguration in my xinitrc

All times are in UTC.