Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,928 events total
2023-07-12 09:52:48 mncheck joins (~mncheck@193.224.205.254)
2023-07-12 10:40:38 × derfflinger quits (~derffling@user/derfflinger) (Ping timeout: 250 seconds)
2023-07-12 10:50:10 × lambdabot quits (~lambdabot@haskell/bot/lambdabot) (Remote host closed the connection)
2023-07-12 10:51:28 lambdabot joins (~lambdabot@haskell/bot/lambdabot)
2023-07-12 11:27:06 derfflinger joins (~derffling@user/derfflinger)
2023-07-12 12:15:55 × jabuxas_ quits (~jabuxas@user/jabuxas) (Quit: WeeChat 3.8)
2023-07-12 12:17:07 jabuxas joins (~jabuxas@user/jabuxas)
2023-07-12 12:46:20 × xmonadtrack quits (~xmonadtra@user/geekosaur/bot/xmonadtrack) (Ping timeout: 245 seconds)
2023-07-12 12:47:34 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 260 seconds)
2023-07-12 13:03:50 geekosaur joins (~geekosaur@xmonad/geekosaur)
2023-07-12 13:09:02 xmonadtrack joins (~xmonadtra@098-123-182-138.biz.spectrum.com)
2023-07-12 13:09:17 × xmonadtrack quits (~xmonadtra@098-123-182-138.biz.spectrum.com) (Changing host)
2023-07-12 13:09:17 xmonadtrack joins (~xmonadtra@user/geekosaur/bot/xmonadtrack)
2023-07-12 13:25:36 allbery_b joins (~geekosaur@xmonad/geekosaur)
2023-07-12 13:25:36 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2023-07-12 13:25:39 allbery_b is now known as geekosaur
2023-07-12 13:26:16 × xmonadtrack quits (~xmonadtra@user/geekosaur/bot/xmonadtrack) (Ping timeout: 245 seconds)
2023-07-12 13:47:57 xmonadtrack joins (~xmonadtra@069-135-003-034.biz.spectrum.com)
2023-07-12 13:47:57 × xmonadtrack quits (~xmonadtra@069-135-003-034.biz.spectrum.com) (Changing host)
2023-07-12 13:47:57 xmonadtrack joins (~xmonadtra@user/geekosaur/bot/xmonadtrack)
2023-07-12 15:47:13 it3ration joins (~it3ration@c-76-131-115-3.hsd1.co.comcast.net)
2023-07-12 15:48:20 <it3ration> does anyone know how to control what monitor j4-dmenu-desktop pops up on in your xmonad config?
2023-07-12 15:48:25 <it3ration> (in a multiple monitor setup)
2023-07-12 15:48:37 unclechu joins (~unclechu@2001:470:69fc:105::354)
2023-07-12 15:54:35 × derfflinger quits (~derffling@user/derfflinger) (Read error: Connection reset by peer)
2023-07-12 16:02:22 <geekosaur> you can't do it in xmonad because it's override_redirect
2023-07-12 16:03:36 <geekosaur> you can pass dmenu a -m option to select a monitor; you need to use the --dmenu option to j4-dmenu-desktop to do that (`--dmenu="dmenu -m 0 -i"` or similar)
2023-07-12 16:15:09 <it3ration> ideally, it'd be the monitor i'm on
2023-07-12 16:25:58 × unclechu quits (~unclechu@2001:470:69fc:105::354) (Remote host closed the connection)
2023-07-12 16:28:14 <geekosaur> that iirc is a dmenu bug
2023-07-12 16:28:59 unclechu joins (~unclechu@2001:470:69fc:105::354)
2023-07-12 16:33:07 <geekosaur> but if you want to play with it, you could try something like: withWindowSet $ \ws -> let S sc = W.screen (W.current ws) in spawn $ "j4-dmenu-desktop --dmenu=\"dmenu -m " ++ show sc ++ " -i\""
2023-07-12 16:33:22 <geekosaur> with: import qualified XMonad.StackSet as W
2023-07-12 16:34:32 <geekosaur> (you had no windows on the current screen? that iirc is what triggers the bug, dmenu does a bad job of guessing what screen is active in that case)
2023-07-12 17:08:15 × jeeeun quits (~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat)
2023-07-12 17:11:38 jeeeun joins (~jeeeun@78.40.148.178)
2023-07-12 18:01:16 × it3ration quits (~it3ration@c-76-131-115-3.hsd1.co.comcast.net) (Quit: Client closed)
2023-07-12 18:30:21 redirtestcabal joins (~redirtest@069-135-003-034.biz.spectrum.com)
2023-07-12 18:30:46 × redirtestcabal quits (~redirtest@069-135-003-034.biz.spectrum.com) (Client Quit)
2023-07-12 18:45:50 derfflinger joins (~derffling@user/derfflinger)
2023-07-12 20:21:54 ft joins (~ft@p3e9bcafd.dip0.t-ipconnect.de)
2023-07-12 20:28:04 lain1001 joins (~lain@76.108.135.43)
2023-07-12 20:47:09 × derfflinger quits (~derffling@user/derfflinger) (Quit: Leaving)
2023-07-12 22:21:10 × lain1001 quits (~lain@76.108.135.43) (Ping timeout: 252 seconds)
2023-07-12 22:23:31 thyriaen joins (~thyriaen@2a01:aea0:dd4:6021:e402:4b37:4dfe:c04f)
2023-07-12 22:26:06 <thyriaen> i am looking for a panel the likes of polybar where i can create a vertical panel - can you recommend something ?
2023-07-12 22:26:26 liskin[m] joins (~liskinmat@2001:470:69fc:105::768)
2023-07-12 23:01:38 × byorgey quits (~byorgey@155.138.238.211) (Ping timeout: 250 seconds)
2023-07-12 23:24:12 geekosaur[c]_ joins (sid609282@xmonad/geekosaur)
2023-07-12 23:25:33 noze` joins (~user@2001:41d0:a:21f1::1)
2023-07-12 23:27:56 lain1001 joins (~lain@76.108.135.43)
2023-07-12 23:28:28 × noze` quits (~user@2001:41d0:a:21f1::1) (Read error: Connection reset by peer)
2023-07-12 23:28:46 Mion joins (~Urist@archlinux/op/MrElendig)
2023-07-12 23:28:46 noze` joins (~user@2001:41d0:a:21f1::1)
2023-07-12 23:29:19 piele_ joins (~piele@tbonesteak.creativeserver.net)
2023-07-12 23:32:29 × geekosaur[c] quits (sid609282@xmonad/geekosaur) (*.net *.split)
2023-07-12 23:32:29 × MrElendig quits (~Urist@archlinux/op/MrElendig) (*.net *.split)
2023-07-12 23:32:29 × noze quits (~user@2001:41d0:a:21f1::1) (*.net *.split)
2023-07-12 23:32:30 × piele quits (~piele@tbonesteak.creativeserver.net) (*.net *.split)
2023-07-12 23:32:30 geekosaur[c]_ is now known as geekosaur[c]
2023-07-12 23:37:22 byorgey joins (~byorgey@155.138.238.211)
2023-07-12 23:47:54 × lain1001 quits (~lain@76.108.135.43) (Ping timeout: 260 seconds)
2023-07-13 00:50:51 × mncheck quits (~mncheck@193.224.205.254) (Ping timeout: 245 seconds)
2023-07-13 02:11:04 × td_ quits (~td@i53870932.versanet.de) (Ping timeout: 252 seconds)
2023-07-13 02:12:54 td_ joins (~td@i5387091F.versanet.de)
2023-07-13 02:19:47 × thyriaen quits (~thyriaen@2a01:aea0:dd4:6021:e402:4b37:4dfe:c04f) (Remote host closed the connection)
2023-07-13 04:22:08 × rieper quits (~riepernet@webmirror.geo.uni-leipzig.de) (Ping timeout: 246 seconds)
2023-07-13 04:22:27 rieper joins (~riepernet@webmirror.geo.uni-leipzig.de)
2023-07-13 06:00:41 mncheck joins (~mncheck@193.224.205.254)
2023-07-13 06:31:02 × matijja quits (~matijja@193.77.181.201) (Ping timeout: 252 seconds)
2023-07-13 06:31:16 × mncheck quits (~mncheck@193.224.205.254) (Read error: Connection reset by peer)
2023-07-13 06:32:08 × _qw quits (~eqw@31.134.178.99) (Ping timeout: 252 seconds)
2023-07-13 06:32:35 mncheck-m joins (~mncheck@193.224.205.254)
2023-07-13 06:32:35 _qw_ joins (~eqw@31.134.178.99)
2023-07-13 06:32:49 matijja joins (~matijja@193.77.181.201)
2023-07-13 06:41:55 × ft quits (~ft@p3e9bcafd.dip0.t-ipconnect.de) (Ping timeout: 240 seconds)
2023-07-13 06:43:43 ft joins (~ft@p3e9bc835.dip0.t-ipconnect.de)
2023-07-13 09:03:04 × jish[m] quits (~jbggsmatr@2001:470:69fc:105::2:995f) (Remote host closed the connection)
2023-07-13 09:07:50 × unclechu quits (~unclechu@2001:470:69fc:105::354) (Remote host closed the connection)
2023-07-13 09:13:58 × liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Remote host closed the connection)
2023-07-13 09:22:37 × ft quits (~ft@p3e9bc835.dip0.t-ipconnect.de) (Quit: leaving)
2023-07-13 12:22:18 × Jazzah quits (~jazz@user/jazzah) (Quit: What, wait why?)
2023-07-13 12:37:34 Jazzah joins (~jazz@irradiated.plutonium.dk)
2023-07-13 12:37:34 × Jazzah quits (~jazz@irradiated.plutonium.dk) (Changing host)
2023-07-13 12:37:34 Jazzah joins (~jazz@user/jazzah)
2023-07-13 12:44:51 × cods quits (~fred@82-65-232-44.subs.proxad.net) (Quit: leaving)
2023-07-13 13:22:20 × laman3 quits (~laman@rego.ai) (Quit: WeeChat 3.5)
2023-07-13 14:04:32 × mncheck-m quits (~mncheck@193.224.205.254) (Ping timeout: 245 seconds)
2023-07-13 14:09:28 × Forkk quits (~forkk@li926-228.members.linode.com) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
2023-07-13 14:09:46 Forkk joins (~forkk@li926-228.members.linode.com)
2023-07-13 17:17:03 it3ration joins (~it3ration@c-76-131-115-3.hsd1.co.comcast.net)
2023-07-13 17:17:35 <it3ration> so I was using nitrogen to set my wallpaper when using xmonad, but i got a second monitor and now the image is stretched across both monitors - what are folks using to set wallpaper for multiple monitors?
2023-07-13 17:17:50 liskin[m] joins (~liskinmat@2001:470:69fc:105::768)
2023-07-13 17:18:47 unclechu joins (~unclechu@2001:470:69fc:105::354)
2023-07-13 17:18:56 <geekosaur> I think the most commonly used one is feh?
2023-07-13 17:19:26 <it3ration> oh, nitrogen can do that now, nm
2023-07-13 17:34:11 × jeeeun quits (~jeeeun@78.40.148.178) (Ping timeout: 245 seconds)
2023-07-13 17:50:11 jeeeun joins (~jeeeun@78.40.148.178)
2023-07-13 18:06:28 × it3ration quits (~it3ration@c-76-131-115-3.hsd1.co.comcast.net) (Quit: Client closed)
2023-07-13 18:33:29 Lears joins (~Leary]@user/Leary/x-0910699)

All times are in UTC.