Home liberachat/#xmonad: Logs Calendar

Logs on 2021-08-29 (liberachat/#xmonad)

00:34:10 × benin036932 quits (~benin@183.82.206.21) (Ping timeout: 240 seconds)
00:34:34 benin036932 joins (~benin@183.82.206.21)
00:56:28 ectospasm joins (~ectospasm@user/ectospasm)
01:05:04 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
01:05:28 geekosaur joins (~geekosaur@xmonad/geekosaur)
02:04:10 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds)
02:24:18 banc joins (banc@gateway/vpn/airvpn/banc)
02:26:43 × td_ quits (~td@muedsl-82-207-238-049.citykom.de) (Ping timeout: 252 seconds)
02:28:41 td_ joins (~td@muedsl-82-207-238-209.citykom.de)
06:01:59 × redgloboli quits (~redglobol@user/redgloboli) (Remote host closed the connection)
06:02:58 redgloboli joins (~redglobol@user/redgloboli)
08:07:20 qbt joins (~edun@user/edun)
08:17:39 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
08:17:39 allbery_b joins (~geekosaur@xmonad/geekosaur)
08:17:42 allbery_b is now known as geekosaur
08:59:36 seschwar joins (~seschwar@user/seschwar)
11:16:29 benin0369324 joins (~benin@183.82.27.230)
11:18:27 × benin036932 quits (~benin@183.82.206.21) (Ping timeout: 250 seconds)
11:18:27 benin0369324 is now known as benin036932
13:38:59 Zevv joins (~Zevvvvv@185.238.131.12)
13:40:47 <Zevv> Hi all; my ultra wide 32:9 arrived today; I made a setup using `layoutScreens 2 (TwoPane 0.5 0.5))` to make it act like two separate monitors, which works quite well. Anyone here using a similar screen, and other tips for making best use of it?
13:47:04 <liskin> Zevv: you may also want to experiment with xrandr 1.5 monitors, which makes a wide screen look like 2 separate monitors to all apps, not just xmonad
13:47:30 <Zevv> yeah, I tried that. I run debian unstable with xrandr 1.5.0; it accepts the cmdline arguments but it doesn't seem to do anything for me
13:47:32 <liskin> Although not necessarily unless you are having some troubles with what you have
13:47:33 <Zevv> it might be an nvidia issue
13:48:25 <liskin> Possibly. You could also be using it wrong, the interface is far from intuitive and not well documented
13:48:37 <Zevv> I found some examples on the internets, and these are always correct
13:48:45 <liskin> :-)
13:49:06 <liskin> If you ping me later I can try on my debian/nvidia
13:49:22 <Zevv> well, this works for me, and the result would likely be the same
13:49:59 <liskin> Yeah, you'll just need to position xmobar manually if you want to have per-screen ones
13:50:07 <Zevv> What I can't do is make a tiling window extend 50% of the screen, but hey what can you do
13:50:47 <liskin> You can have a keybinding for rescreen
13:50:59 <Zevv> hmm right, that would work
13:51:16 <vojjvoda[m]> what an absolute chad, using linux and 32:9
13:51:34 <Zevv> "chad"?
15:15:38 <vojjvoda[m]> alpha male
15:35:03 <Zevv> oh yeah, that's totally me
15:35:53 <Zevv> sitting at my home desk working alone, not showing this monster off to all of my collueages - of which I have zero :)
15:41:16 <liskin> :-D
15:59:23 Deenysz[m] joins (~deenyszma@2001:470:69fc:105::defc)
15:59:55 <Deenysz[m]> hi! can someone help me with an xmobar issue?
16:02:20 <Solid> we can try :)
16:10:49 <Deenysz[m]> It must be easy
16:11:16 <Deenysz[m]> I just cannot find how to display all my workspaces and not just the current one in the bar
16:11:29 <Deenysz[m]> I assume I'm not usign the right words when searching
16:22:54 <Solid> you probably want to customize the ppHiddenNoWindows field of the PP record: https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Hooks-DynamicLog.html#t:PP
16:27:37 × amenonsen quits (~amenonsen@pitta.toroid.org) (Remote host closed the connection)
16:28:06 amenonsen joins (~amenonsen@pitta.toroid.org)
16:32:35 <Deenysz[m]> It didn't work, but I'm starting to think I just didn't configure well my xmonad.sh at some point
16:32:50 <Deenysz[m]> I'm an xmonad noob
16:33:01 <Deenysz[m]> just installed it few days ago
16:33:29 <Deenysz[m]> so probably something is wrong because changes are not been aplied
16:36:31 <Solid> @where paste
16:36:31 <lambdabot> Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com
16:36:49 <Solid> if you paste your xmonad config somewhere, I could take a look
16:44:35 <Deenysz[m]> sent
16:45:25 <Solid> you have to paste the link here :)
16:48:10 <Deenysz[m]> I sent u a DM with it
16:49:31 <Solid> I believe the matrix bridge is still bad with these (at least I did not get anything)
16:51:30 <Deenysz[m]> paste.tomsmeding.com/jkLb6kTC
16:58:13 <Solid> the indentation is certainly adventurous, but this _should_ probably still compile
16:58:34 <Solid> is this your entire config? are you getting any errors on M-q or `xmonad --recompile`?
16:59:29 <Deenysz[m]> Solid: I just extracted the xmobar part
17:01:19 <Deenysz[m]> I recompiled it, throw me an error but now works wtf
17:02:18 <Deenysz[m]> it complained about the default parameter on main = xmonad ...
17:02:34 <Deenysz[m]> it is a copied config so I really dont know
17:02:54 <Deenysz[m]> I assume I should define what default is in some place
17:04:53 <Solid> yes, or use `def`, which is what the predefined defaults are called
17:06:05 <Deenysz[m]> restarted and now doesn't work
17:06:46 <Deenysz[m]> and it is saying than cant find Xmobar.Hooks.StatusBar
17:07:04 <Deenysz[m]> my config is dead 😂
17:07:12 <Solid> that module is only available in the git version so far
17:07:36 <Deenysz[m]> that might be it
17:07:52 <Solid> maybe this is a good time to advertise the tutorial https://xmonad.org/TUTORIAL.html
17:08:24 <Deenysz[m]> lets take a look
17:12:14 Guest68 joins (~Guest68@2409:4071:d19:7e1b:a69e:f09:b0cf:290c)
17:13:15 × Guest68 quits (~Guest68@2409:4071:d19:7e1b:a69e:f09:b0cf:290c) (Client Quit)
19:50:04 × thunderrd quits (~thunderrd@183.182.114.153) (Ping timeout: 252 seconds)
19:50:34 × qbt quits (~edun@user/edun) (Remote host closed the connection)
20:09:37 × benin036932 quits (~benin@183.82.27.230) (Ping timeout: 248 seconds)
20:10:28 benin036932 joins (~benin@183.82.206.204)
20:22:04 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
20:31:22 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.2)
21:36:53 × redgloboli quits (~redglobol@user/redgloboli) (Quit: ...enter the matrix...)
21:37:13 redgloboli joins (~redglobol@user/redgloboli)
21:41:51 mirth joins (~slime@lychee.hauntware.cc)
22:03:53 × seschwar quits (~seschwar@user/seschwar) (Quit: :wq)
22:29:08 × redgloboli quits (~redglobol@user/redgloboli) (Quit: ...enter the matrix...)
22:29:26 redgloboli joins (~redglobol@user/redgloboli)
22:42:40 cjb joins (~cjb@user/cjb)
22:49:40 × td_ quits (~td@muedsl-82-207-238-209.citykom.de) (Ping timeout: 240 seconds)
22:50:10 × Solitary quits (~Solitary@user/solitary) (Ping timeout: 240 seconds)
22:51:51 td_ joins (~td@muedsl-82-207-238-209.citykom.de)
22:55:18 Solitary joins (~Solitary@user/solitary)

All times are in UTC on 2021-08-29.