Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 388 389 390 391 392 393 394 395 396 397 398 .. 1848
184,736 events total
2021-12-13 13:03:04 kento joins (~kento@91.141.43.232.wireless.dyn.drei.com)
2021-12-13 13:05:15 <kento> Is it possible to add SPStorage to the export list of XMonad.Util.DynamicScratchpads? I would find it useful to access the current list of bound scratchpads.
2021-12-13 13:08:44 <geekosaur> I don't see why not. Submit an issue (or even a PR)?
2021-12-13 13:11:38 × kento quits (~kento@91.141.43.232.wireless.dyn.drei.com) (Quit: Client closed)
2021-12-13 13:58:23 × cfricke quits (~cfricke@user/cfricke) (Ping timeout: 250 seconds)
2021-12-13 14:10:53 Vermoot joins (~vermoot@89-158-106-112.rev.numericable.fr)
2021-12-13 14:13:10 <Vermoot> Hey there
2021-12-13 14:13:24 <Vermoot> Is there any documentation for xmonad-extras modules?
2021-12-13 14:14:51 <Vermoot> Well. I guess there's few enough modules that I can just go and read the comments in the beginning of files
2021-12-13 14:15:02 <Vermoot> nevermind
2021-12-13 14:18:11 <Vermoot> I'm just using firefox's Picture-in-Picture feature right now, and the window is being managed and all that. Easy enough to add stuff to my ManageHook to make it float by default, etc.
2021-12-13 14:18:13 <Vermoot> HOWEVER
2021-12-13 14:19:44 <Vermoot> With other WMs you can move those windows just by click-dragging them just anywhere. How do other WMs know to do that? Is there a property in the window telling them that "this is a grabbable area to move the window" or something like that? I'd like to get the convenience of being able to move such windows like that
2021-12-13 14:41:24 Mellow[m] joins (~mellow210@2001:470:69fc:105::8c62)
2021-12-13 15:20:43 × g90[m] quits (~mitsukage@2001:470:69fc:105::b657) (Quit: You have been idle for 30+ days)
2021-12-13 15:48:23 seschwar joins (~seschwar@user/seschwar)
2021-12-13 16:03:43 cfricke joins (~cfricke@user/cfricke)
2021-12-13 16:05:12 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
2021-12-13 16:06:34 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Client Quit)
2021-12-13 16:27:30 × x88x88x quits (~x88x88x@2001:19f0:5:39a8:5400:3ff:feb6:73cb) (Read error: Connection reset by peer)
2021-12-13 16:29:38 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 256 seconds)
2021-12-13 16:30:26 geekosaur joins (~geekosaur@xmonad/geekosaur)
2021-12-13 16:40:27 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3)
2021-12-13 17:06:54 × amenonsen quits (~amenonsen@pitta.toroid.org) (Remote host closed the connection)
2021-12-13 17:08:21 amenonsen joins (~amenonsen@pitta.toroid.org)
2021-12-13 17:43:51 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2021-12-13 17:43:51 allbery_b joins (~geekosaur@xmonad/geekosaur)
2021-12-13 17:43:54 allbery_b is now known as geekosaur
2021-12-13 18:27:44 x88x88x joins (~x88x88x@2001:19f0:5:39a8:5400:3ff:feb6:73cb)
2021-12-13 18:32:19 mc47 joins (~mc47@xmonad/TheMC47)
2021-12-13 18:46:48 Circle joins (~Circle@2001:700:200:f153:9a1f:5552:5a0e:c7d9)
2021-12-13 18:48:34 × Circle quits (~Circle@2001:700:200:f153:9a1f:5552:5a0e:c7d9) (Client Quit)
2021-12-13 18:49:56 kayvank joins (~user@52-119-115-185.PUBLIC.monkeybrains.net)
2021-12-13 19:01:09 <noex> for some reason on rhel7 my windows key is picked up as a "Multi_Key" which is apparently the compose key. i'm not sure if that has anything to do with xmonad or not.
2021-12-13 19:01:42 <noex> if i try to remap the keycode using xmodmap, it becomes a moving target. the key just decrements its keycode by 1 and again becomes the Multi_Key
2021-12-13 19:02:00 <geekosaur> it means you won't be able to use it as mod4 without using Xkb to rebind it
2021-12-13 19:02:19 <geekosaur> rhel7 should have a tool to configure Xkb settings
2021-12-13 19:02:34 <geekosaur> xmodmap is somewhat unreliable on systems configured with Xkb
2021-12-13 19:05:30 <noex> it's a really silly problem. the laptop keyboard windows key works fine, but the external keyboard windows key shows as a "Multi_Key." However, if I plug the same keyboard into another linux system, it works normally as Super_L
2021-12-13 19:06:49 <geekosaur> makes me wonder if there's some keyboard-tweakingf kernel module loaded. although I thought most of those went away back in 2.4.x
2021-12-13 19:21:07 <geekosaur> anyway if xmodmap is telling you weird stuff then that is what xmonad will see
2021-12-13 19:21:42 <geekosaur> xmonad does not change or configure anything involving the keyboard, it trusts the X server. if the server is being deranged by something then xmonad will be a bit deranged as well
2021-12-13 19:42:20 <Solid> why is dynamicscratchpads its own module, anyways
2021-12-13 19:42:40 <Solid> it could literally just wholesale be copied into the NamedScratchpads module
2021-12-13 19:43:08 <geekosaur> hysterical raisins
2021-12-13 19:43:55 <geekosaur> I'd actually had some plans to look into the idea myself and would have simply added it to the existing module if I had
2021-12-13 19:47:57 <Solid> I was thinking "oh this is probably just an artifact from 2007" myself, but apparently the initial commit was... May 2020 :o
2021-12-13 19:49:38 <Solid> (which apparently was before my involvement in the project as well Oo)
2021-12-13 19:54:39 catman joins (~catman@user/catman)
2021-12-13 19:55:03 × catman quits (~catman@user/catman) (Client Quit)
2021-12-13 19:55:26 catman joins (~catman@user/catman)
2021-12-13 20:20:03 <Vermoot> Huh, "funny" issue
2021-12-13 20:21:18 <Vermoot> I mod+q (restarted xmonad) while watching a youtube video in firefox, in "fullscreen" (the reason I restarted was because the video went "windowed-fullscreen" instead of really fullscreen, an issue I have yet to solve)
2021-12-13 20:21:37 <Vermoot> And now I can't back out of this semi-fullscreen-ness in firefox
2021-12-13 20:22:01 <Vermoot> Whether I just press Esc or click the "exit fullscreen" button in the player, nothing happens
2021-12-13 20:22:37 <Vermoot> (F11 twice did work however)
2021-12-13 20:23:33 <Solid> if you want non-windowed fullscreen then use ewmhFullscreen
2021-12-13 20:27:24 × catman quits (~catman@user/catman) (Quit: WeeChat 3.4-rc1)
2021-12-13 20:28:53 <Vermoot> I do!
2021-12-13 20:29:04 <Vermoot> Sometimes firefox has a mind of its own
2021-12-13 20:29:41 <Vermoot> Most of the time it's working as intended, but sometimes (seemingly randomly) I get a windowed fullscreen, or just xmobar staying on top
2021-12-13 20:33:02 <Solid> huh, interesting
2021-12-13 20:33:35 <Vermoot> Though I do have both `ewmhFullscreen` and `ewmh`, which I believe shouldn't be there since 0.17.0?
2021-12-13 20:34:09 <Vermoot> (My config is visible here https://github.com/Vermoot/dotfiles/blob/linux/xmonad/xmonad.hs )
2021-12-13 20:36:57 <Solid> nono, ewmh and ewmhFullscreen are still needed
2021-12-13 20:37:04 <Vermoot> ah
2021-12-13 20:37:09 <Solid> some people (like me) only use emwh because windowed fullscreen is actually pretty neat :)
2021-12-13 20:37:16 <Vermoot> Sure
2021-12-13 20:37:29 <Vermoot> It's not my preferrence but I get why you'd like that
2021-12-13 20:37:55 <Vermoot> I have a firefox extension for that on youtube though, in the rare cases I want that
2021-12-13 20:38:26 <Vermoot> (And my firefox UI is *very* minimal as well)
2021-12-13 20:42:48 catman joins (~catman@user/catman)
2021-12-13 20:44:54 × catman quits (~catman@user/catman) (Client Quit)
2021-12-13 21:36:24 steve_ joins (~steve@ool-182c2b80.dyn.optonline.net)
2021-12-13 22:30:15 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2021-12-13 22:58:48 × seschwar quits (~seschwar@user/seschwar) (Quit: :wq)
2021-12-13 23:25:16 × humky quits (~humky@user/humky) (Quit: Leaving)
2021-12-14 00:40:32 mvk joins (~mvk@2607:fea8:5cdd:f000::9788)
2021-12-14 01:22:30 × aplainzetakind quits (~johndoe@captainludd.powered.by.lunarbnc.net) (Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net)
2021-12-14 01:23:11 aplainzetakind joins (~johndoe@captainludd.powered.by.lunarbnc.net)
2021-12-14 01:29:18 × curiousgay quits (~curiousga@77-120-141-90.kha.volia.net) (Remote host closed the connection)
2021-12-14 01:35:09 ebray187 joins (~ebray187@2800:150:129:17c4:224:1dff:fed5:599e)
2021-12-14 01:50:39 × aplainzetakind quits (~johndoe@captainludd.powered.by.lunarbnc.net) (Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net)
2021-12-14 01:51:15 aplainzetakind joins (~johndoe@captainludd.powered.by.lunarbnc.net)
2021-12-14 01:56:21 × ebray187 quits (~ebray187@2800:150:129:17c4:224:1dff:fed5:599e) (Quit: Konversation terminated!)
2021-12-14 02:02:56 curiousgay joins (~curiousga@77-120-141-90.kha.volia.net)
2021-12-14 02:12:26 × aplainzetakind quits (~johndoe@captainludd.powered.by.lunarbnc.net) (Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net)
2021-12-14 02:17:25 × mvk quits (~mvk@2607:fea8:5cdd:f000::9788) (Ping timeout: 252 seconds)
2021-12-14 02:23:41 aplainzetakind joins (~johndoe@captainludd.powered.by.lunarbnc.net)
2021-12-14 02:37:16 × curiousgay quits (~curiousga@77-120-141-90.kha.volia.net) (Quit: Leaving)
2021-12-14 02:42:12 × steve_ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 256 seconds)
2021-12-14 03:04:21 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds)
2021-12-14 03:15:32 rekahsoft joins (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com)
2021-12-14 03:18:55 raghavgururajan joins (9fd51d1ea8@user/raghavgururajan)
2021-12-14 03:22:16 banc joins (banc@gateway/vpn/airvpn/banc)
2021-12-14 03:26:47 × td_ quits (~td@94.134.91.178) (Ping timeout: 268 seconds)
2021-12-14 03:27:58 td_ joins (~td@muedsl-82-207-238-255.citykom.de)
2021-12-14 03:52:15 abhixec joins (~abhinav@c-67-169-139-16.hsd1.ca.comcast.net)
2021-12-14 03:52:45 abhixec parts (~abhinav@c-67-169-139-16.hsd1.ca.comcast.net) ()
2021-12-14 03:53:34 catman joins (~catman@user/catman)

All times are in UTC.