2021/01/11

2021-01-11 00:00:48 +0000 <toniz4> jamik: unfortunately this module isn't available in the version in the gentoo tree, there is a way to import this module from another path?
2021-01-11 00:01:25 +0000 <toniz4> jamik: i had this same error, executing xmonad like this solved it
2021-01-11 00:01:25 +0000 <toniz4> exec dbus-launch --sh-syntax --exit-with-session xmonad
2021-01-11 00:02:38 +0000 <Liskni_si> I'd be careful with that, if there already is a session dbus that other apps can use, launching another one might cause other problems
2021-01-11 00:03:30 +0000 <Liskni_si> toniz4: you can place ClickableWorkspaces.hs in ~/.xmonad/lib, I think, or you can just copypaste the three functions into your xmonad.hs
2021-01-11 00:05:07 +0000 <toniz4> Liskni_si: I've been using it like this for a long time, it works fine
2021-01-11 00:05:51 +0000 <jamik> toniz4: sorry what module are you referring to? haskell-dbus?
2021-01-11 00:06:20 +0000 <jamik> Also to be clear my issue is with xmobar, I'm actually running xmonad right now with seemingly no issues
2021-01-11 00:09:03 +0000 <toniz4> jamik: yup, it's because you don't have DBUS_SESSION_BUS_ADDRES in your env, dbus-launch does that
2021-01-11 00:11:24 +0000 <jamik> toniz4: Okay let me try launching it like that. Hopefully there I don't run into any potenitial issues that Liskni_si mentioned
2021-01-11 00:12:53 +0000 <Liskni_si> you might want to look at ps axf just to be sure
2021-01-11 00:13:18 +0000 <Liskni_si> if there are two dbus-daemons above/near your xmonad, that would mean you're doing something wrong
2021-01-11 00:13:37 +0000 <Liskni_si> it's still possible everything will work just fine though :-)
2021-01-11 00:14:42 +0000 <toniz4> yeah, if there is another dbus session launched it may cause problems
2021-01-11 00:16:32 +0000 <jamik> Well xmobar launches now and I now have 4 (rather than 3) dbus-daemons running. I will have to take a second to parse the ps axf output
2021-01-11 00:21:26 +0000toniz4(~toniz4@unaffiliated/toniz4) (Quit: leaving)
2021-01-11 00:39:24 +0000abhixec(~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Remote host closed the connection)
2021-01-11 00:42:32 +0000sagax(~sagax_nb@213.138.71.146) (Quit: Konversation terminated!)
2021-01-11 00:52:23 +0000davemq(~davemq@2600:1700:b1c0:2580::4d8) (Ping timeout: 260 seconds)
2021-01-11 00:54:06 +0000jamik(~james@d75-159-1-216.abhsia.telus.net) (Remote host closed the connection)
2021-01-11 00:54:33 +0000davemq(~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net)
2021-01-11 01:07:16 +0000al3x27(~plovs@85.254.75.142) (Quit: WeeChat 3.0)
2021-01-11 01:37:18 +0000ericsagnes(~ericsagne@2405:6580:0:5100:32fa:5861:e6a3:7ef9) (Ping timeout: 260 seconds)
2021-01-11 01:49:26 +0000ericsagnes(~ericsagne@2405:6580:0:5100:5c80:7e91:5436:7bd4)
2021-01-11 01:59:29 +0000abhixec(~abhixec@c-67-169-139-16.hsd1.ca.comcast.net)
2021-01-11 02:45:23 +0000hexo(~hexo@gateway/tor-sasl/hexo) (Quit: ZNC 1.8.2 - https://znc.in)
2021-01-11 03:39:48 +0000 <rudentoxic> in my keybinds, I want to spawn a terminal but with shift to make it floating. What's the simplest way to do this? How can I modify the spawn command to go straight to float, without using a managehook? for example, this doesn't work: ((modMask .|. shiftMask, xK_Return), spawn $ XMonad.terminal conf $ doRectFloat(W.RationalRect 0.1 0.1 0.8 0.7))
2021-01-11 03:47:04 +0000theDon(~td@94.134.91.57) (Ping timeout: 246 seconds)
2021-01-11 03:49:02 +0000theDon(~td@94.134.91.199)
2021-01-11 04:02:20 +0000tent405(~tent405@box.cresante.com)
2021-01-11 04:02:42 +0000rudentoxic(~rudentoxi@107-214-50-180.lightspeed.bcvloh.sbcglobal.net) (Quit: leaving)
2021-01-11 04:09:28 +0000 <vrs> @tell rudentoxic try XMonad.Hooks.ToggleHook's hookNext, like so (from my config): hookNext "centerfloat" True >> spawn' "editclipboard"
2021-01-11 04:09:28 +0000 <lambdabot> Consider it noted.
2021-01-11 04:56:18 +0000growpotkin(~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in)
2021-01-11 04:58:52 +0000albel727(~albel727@unaffiliated/albel727) (Quit: KVIrc 5.0.1 Aria http://www.kvirc.net/)
2021-01-11 05:56:50 +0000idhugo(~idhugo@80-62-117-97-mobile.dk.customer.tdc.net)
2021-01-11 05:56:55 +0000idhugo(~idhugo@80-62-117-97-mobile.dk.customer.tdc.net) (Remote host closed the connection)
2021-01-11 06:00:03 +0000rudentoxic(~rudentoxi@107-214-50-180.lightspeed.bcvloh.sbcglobal.net)
2021-01-11 06:00:40 +0000 <rudentoxic> vrs: where can I find your config?
2021-01-11 06:29:58 +0000ADG1089__(~aditya@122.163.165.143)
2021-01-11 06:37:03 +0000palo1(~weechat@c-base/crew/palo)
2021-01-11 06:40:25 +0000palo(~weechat@c-base/crew/palo) (Ping timeout: 264 seconds)
2021-01-11 06:40:25 +0000palo1palo
2021-01-11 07:11:41 +0000ericsagnes(~ericsagne@2405:6580:0:5100:5c80:7e91:5436:7bd4) (Ping timeout: 272 seconds)
2021-01-11 07:23:38 +0000ericsagnes(~ericsagne@2405:6580:0:5100:aa73:cc6a:b6a6:24ce)
2021-01-11 07:33:35 +0000kelnoky(~shao@ip1f1222c4.dynamic.kabel-deutschland.de)
2021-01-11 07:58:18 +0000cfricke(~cfricke@unaffiliated/cfricke)
2021-01-11 08:11:11 +0000ChubaDuba(~ChubaDuba@176.212.35.40)
2021-01-11 08:14:47 +0000notis(~notis@45.134.22.65)
2021-01-11 08:36:12 +0000cfricke(~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.0)
2021-01-11 08:42:11 +0000hexo(~hexo@gateway/tor-sasl/hexo)
2021-01-11 08:44:48 +0000cfricke(~cfricke@unaffiliated/cfricke)
2021-01-11 08:53:16 +0000hexo(~hexo@gateway/tor-sasl/hexo) (Remote host closed the connection)
2021-01-11 08:53:35 +0000hexo(~hexo@gateway/tor-sasl/hexo)
2021-01-11 09:07:28 +0000thunderrd(~thunderrd@183.182.115.7) (Quit: If it wasn't written down it didn't happen...)
2021-01-11 09:08:00 +0000thunderrd(~thunderrd@183.182.115.7)
2021-01-11 09:17:52 +0000gazler__(~gazler@2001:8b0:b165:a8d2::2)
2021-01-11 09:20:37 +0000gazler_(~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 264 seconds)
2021-01-11 09:29:30 +0000al3x27(~plovs@85.254.75.142)
2021-01-11 09:56:58 +0000ChubaDuba(~ChubaDuba@176.212.35.40) (Quit: WeeChat 1.6)
2021-01-11 10:32:32 +0000mc47(~yecinem@89.246.239.190)
2021-01-11 10:35:27 +0000amiri(~amiri@cpe-76-91-154-9.socal.res.rr.com) (Ping timeout: 260 seconds)
2021-01-11 10:39:15 +0000berberman_(~berberman@unaffiliated/berberman)
2021-01-11 10:39:38 +0000berberman(~berberman@unaffiliated/berberman) (Ping timeout: 264 seconds)
2021-01-11 10:40:45 +0000berberman_(~berberman@unaffiliated/berberman) (Max SendQ exceeded)
2021-01-11 10:41:13 +0000berberman(~berberman@unaffiliated/berberman)
2021-01-11 10:41:43 +0000amiri(~amiri@cpe-76-91-154-9.socal.res.rr.com)
2021-01-11 10:46:21 +0000thc202(~thc202@unaffiliated/thc202)
2021-01-11 11:02:00 +0000ericsagnes(~ericsagne@2405:6580:0:5100:aa73:cc6a:b6a6:24ce) (Ping timeout: 258 seconds)
2021-01-11 11:14:15 +0000ericsagnes(~ericsagne@2405:6580:0:5100:7e9d:7180:3ecf:ff43)
2021-01-11 12:07:50 +0000ericsagnes(~ericsagne@2405:6580:0:5100:7e9d:7180:3ecf:ff43) (Ping timeout: 264 seconds)
2021-01-11 12:19:18 +0000ericsagnes(~ericsagne@2405:6580:0:5100:e268:f1af:eeaa:71ac)
2021-01-11 12:39:36 +0000kelnoky(~shao@ip1f1222c4.dynamic.kabel-deutschland.de) (Ping timeout: 240 seconds)
2021-01-11 12:41:16 +0000Chobbes(~Chobbes@pool-98-115-239-235.phlapa.fios.verizon.net) (Ping timeout: 240 seconds)
2021-01-11 12:54:06 +0000Chobbes(~Chobbes@pool-98-115-239-235.phlapa.fios.verizon.net)
2021-01-11 13:02:36 +0000everythingTaken(~everythin@gateway/tor-sasl/everythingtaken)
2021-01-11 13:07:06 +0000geekosaur(ac3a8b5c@172.58.139.92)
2021-01-11 13:14:38 +0000everythingTaken(~everythin@gateway/tor-sasl/everythingtaken) (Quit: everythingTaken)
2021-01-11 13:15:31 +0000jchia__(~jchia@58.32.32.252)
2021-01-11 13:18:13 +0000Chobbes(~Chobbes@pool-98-115-239-235.phlapa.fios.verizon.net) (Ping timeout: 264 seconds)
2021-01-11 13:20:57 +0000Chobbes(~Chobbes@pool-98-115-239-235.phlapa.fios.verizon.net)
2021-01-11 13:27:16 +0000heroux(sandroco@gateway/shell/insomnia247/x-ntofnzsnzxymfmks) (Ping timeout: 240 seconds)
2021-01-11 13:34:14 +0000heroux(sandroco@gateway/shell/insomnia247/x-mxtksflgdxdzuqsa)
2021-01-11 13:38:15 +0000cfricke(~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.0)
2021-01-11 13:49:54 +0000everythingTaken(~everythin@gateway/tor-sasl/everythingtaken)
2021-01-11 13:52:53 +0000Chobbes(~Chobbes@pool-98-115-239-235.phlapa.fios.verizon.net) (Changing host)
2021-01-11 13:52:53 +0000Chobbes(~Chobbes@unaffiliated/chobbes)
2021-01-11 13:54:40 +0000ADG1089__(~aditya@122.163.165.143) (Remote host closed the connection)
2021-01-11 14:34:55 +0000ADG1089__(~aditya@122.163.165.143)
2021-01-11 14:45:02 +0000geekosaur(ac3a8b5c@172.58.139.92) (Quit: Connection closed)
2021-01-11 14:50:10 +0000 <andytoshi> has anyone used KDE's kickoff menu as an alternative to dmenu?
2021-01-11 16:19:51 +0000 <mc47> Solid, liskin[m] I just submitted a PR for supporting multiple status bars, and defined a record-type to abstract over status bars
2021-01-11 16:20:03 +0000 <mc47> it would be great if you'd let me know what you think :D
2021-01-11 16:20:03 +0000hexo(~hexo@gateway/tor-sasl/hexo) (Ping timeout: 240 seconds)
2021-01-11 16:20:50 +0000hexo(~hexo@gateway/tor-sasl/hexo)
2021-01-11 16:37:36 +0000growpotkin(~growpotki@130-45-30-154.dyn.grandenetworks.net)
2021-01-11 16:45:47 +0000 <Solid> mh I wonder if all of these *Config functions are worth the additional complexity
2021-01-11 16:48:37 +0000 <mc47> what do you mean exactly? you would only look there if the other functions don't offer you the customizability you need
2021-01-11 16:49:18 +0000 <mc47> the number of functions would explode if we kept adding parameters there
2021-01-11 16:49:20 +0000geekosaur(42d52137@66.213.33.55)
2021-01-11 16:51:26 +0000 <mc47> I thought about making the statusBar* functions directly supply the StatusBarConfig, but that would result in the same problem where you can't look inside to only change a little thing
2021-01-11 16:51:45 +0000 <mc47> and you'd have to create the full config from scratch or copy it from the source
2021-01-11 16:52:36 +0000 <Solid> I'm not sure I follow you there
2021-01-11 16:53:09 +0000 <Solid> from my, admittedly cursory, look at the code it seems like e.g. statusBarPropToConfig is just a statusBarPropTo where you don't have to specify a toggle button
2021-01-11 16:53:58 +0000 <Solid> oh wait
2021-01-11 16:54:02 +0000 <Solid> I should learn to read type signatures
2021-01-11 16:54:28 +0000 <mc47> it's almost the same ;)
2021-01-11 16:55:23 +0000 <mc47> the first also expects a config so it's bound to, but the second returns the config that can be played around before being bound to the config
2021-01-11 16:55:30 +0000 <mc47> the XConfig that is
2021-01-11 17:06:24 +0000seschwar(~seschwar@unaffiliated/seschwar)
2021-01-11 17:39:13 +0000geekosaur(42d52137@66.213.33.55) (Ping timeout: 248 seconds)
2021-01-11 17:45:12 +0000mc47(~yecinem@89.246.239.190) (Read error: Connection reset by peer)
2021-01-11 17:46:43 +0000everythingTaken(~everythin@gateway/tor-sasl/everythingtaken) (Ping timeout: 240 seconds)
2021-01-11 18:00:18 +0000geekosaur(42d52137@66.213.33.55)
2021-01-11 18:18:12 +0000kelnoky(~shao@ip1f1222c4.dynamic.kabel-deutschland.de)
2021-01-11 19:03:33 +0000ericsagnes(~ericsagne@2405:6580:0:5100:e268:f1af:eeaa:71ac) (Ping timeout: 272 seconds)
2021-01-11 19:03:39 +0000berberman_(~berberman@unaffiliated/berberman)
2021-01-11 19:04:57 +0000berberman(~berberman@unaffiliated/berberman) (Ping timeout: 260 seconds)
2021-01-11 19:05:07 +0000mc47(~yecinem@89.246.239.190)
2021-01-11 19:06:31 +0000notis(~notis@45.134.22.65) (Quit: WeeChat 3.0)
2021-01-11 19:09:10 +0000notis(~notis@45.134.22.65)
2021-01-11 19:15:35 +0000ericsagnes(~ericsagne@2405:6580:0:5100:a978:5a86:791:f563)
2021-01-11 19:56:17 +0000geekosaur(42d52137@66.213.33.55) (Ping timeout: 248 seconds)
2021-01-11 20:10:55 +0000geekosaur(42d52137@66.213.33.55)
2021-01-11 20:19:50 +0000ADG1089__(~aditya@122.163.165.143) (Remote host closed the connection)
2021-01-11 20:33:04 +0000mc47(~yecinem@89.246.239.190) (Remote host closed the connection)
2021-01-11 21:10:39 +0000def_jam(~eblip@unaffiliated/eblip)
2021-01-11 21:10:57 +0000eb0t_(~eblip@unaffiliated/eblip)
2021-01-11 21:12:54 +0000eblip(~eblip@unaffiliated/eblip) (Ping timeout: 256 seconds)
2021-01-11 21:12:54 +0000eb0t(~eblip@unaffiliated/eblip) (Ping timeout: 256 seconds)
2021-01-11 21:18:48 +0000 <xacktm> hello, using XMonad.Layout.Master, and the default behaviour for new windows is to take the master slot - is there a way to "pin" the master so that it never changes?
2021-01-11 21:20:25 +0000notis(~notis@45.134.22.65) (Ping timeout: 240 seconds)
2021-01-11 21:22:17 +0000 <geekosaur> XMonad.Hooks.InsertPosition, maybe
2021-01-11 21:22:38 +0000notis(~notis@185.51.134.230)
2021-01-11 21:24:04 +0000 <rudentoxic> can I view an entire tag as a float I can move around and resize, with another tag behind it? Like, picture-in-picture.
2021-01-11 21:26:10 +0000 <geekosaur> no. our float handling is somewhat dire
2021-01-11 21:33:09 +0000 <xacktm> hmm, from the docs InsertPosition is globally applied in the manage hook, can I make it layout/workspace only?
2021-01-11 21:33:25 +0000 <xacktm> but I can try that for starters, thanks
2021-01-11 21:53:27 +0000geekosaur(42d52137@66.213.33.55) (Quit: Connection closed)
2021-01-11 22:09:34 +0000ke4pcx(~ke4pcx@024-158-093-129.res.spectrum.com) (Read error: Connection reset by peer)
2021-01-11 22:10:23 +0000ke4pcx(~ke4pcx@024-158-093-129.res.spectrum.com)
2021-01-11 22:24:43 +0000kelnoky(~shao@ip1f1222c4.dynamic.kabel-deutschland.de) (Ping timeout: 256 seconds)
2021-01-11 22:27:47 +0000kelnoky(~shao@ip1f1222c4.dynamic.kabel-deutschland.de)
2021-01-11 22:29:37 +0000ke4pcx(~ke4pcx@024-158-093-129.res.spectrum.com) ()
2021-01-11 22:36:53 +0000ADG1089__(~aditya@122.163.165.143)
2021-01-11 23:09:02 +0000ericsagnes(~ericsagne@2405:6580:0:5100:a978:5a86:791:f563) (Ping timeout: 264 seconds)
2021-01-11 23:20:52 +0000ericsagnes(~ericsagne@2405:6580:0:5100:e8e1:98ae:f4d8:7ab5)
2021-01-11 23:21:35 +0000seschwar(~seschwar@unaffiliated/seschwar) (Quit: :wq)