Logs: liberachat/#xmonad
| 2021-05-31 18:04:42 | <jg> | fair reasoning ! |
| 2021-05-31 18:04:42 | → | rosariopulella[m joins (~rosariopu@2001:470:69fc:105::a57) |
| 2021-05-31 18:04:58 | → | samhh[m] joins (~samhhmatr@2001:470:69fc:105::a58) |
| 2021-05-31 18:05:14 | → | sanuto[m] joins (~sanutomat@2001:470:69fc:105::a59) |
| 2021-05-31 18:05:14 | → | Daniel[m] joins (~therealda@2001:470:69fc:105::740) |
| 2021-05-31 18:05:30 | → | therivercass[m] joins (~theriverc@2001:470:69fc:105::a5a) |
| 2021-05-31 18:05:43 | <mc47> | jq that's awesome! The interface was designed in such a way that is easy to add `PP -> X PP` combinators |
| 2021-05-31 18:05:46 | → | TheWizardTower[m joins (~thewizard@2001:470:69fc:105::a5b) |
| 2021-05-31 18:06:02 | → | triumphofdeath[m joins (~triumphof@2001:470:69fc:105::a5c) |
| 2021-05-31 18:06:18 | → | VarikValefor[m] joins (~varikvale@2001:470:69fc:105::a5d) |
| 2021-05-31 18:06:34 | → | vyorkin[m] joins (~vyorkinma@2001:470:69fc:105::a5e) |
| 2021-05-31 18:06:49 | <liskin> | (I do run Discord here because of friends and some communities that aren't available elsewhere, but it's a massive pain to use, so as long as I can have a say in it, it's IRC/Matrix only.) |
| 2021-05-31 18:06:50 | → | YehoshuaPesachWa joins (~yehoshuap@2001:470:69fc:105::a5f) |
| 2021-05-31 18:06:50 | → | yuu[m] joins (~yuumatrix@2001:470:69fc:105::8a6) |
| 2021-05-31 18:07:03 | <jg> | mc47, I did run into a problem where it mentioned that as an error when I tried to throw it in my myxmobarPP, but I just threw it in my xmobar1 definition and it worked great! |
| 2021-05-31 18:07:06 | → | zpartacoos[m] joins (~zpartacoo@2001:470:69fc:105::a60) |
| 2021-05-31 18:07:32 | <jg> | so instead of (pure myxmobarPP) i did (clickablePP myxmobarPP) and it worked great |
| 2021-05-31 18:08:03 | <mc47> | did you figure out what the problem was? |
| 2021-05-31 18:08:18 | <liskin> | Looks we're synced, messages started being visible on the Matrix side. |
| 2021-05-31 18:08:21 | <jg> | I did not, I can move it and tell you the error code |
| 2021-05-31 18:08:52 | <liskin> | Not all of them though. :-( |
| 2021-05-31 18:09:05 | <unclechu> | okay, now i can see messages from irc side |
| 2021-05-31 18:09:26 | <jg> | but I also may have been trying to call it in the wrong location |
| 2021-05-31 18:12:16 | <jg> | mc47: https://pastebin.com/wRbdS4kP this is how I got it working |
| 2021-05-31 18:12:56 | <mc47> | that looks neat |
| 2021-05-31 18:14:22 | <jg> | oh wow... so if I remove clickable and bring it back to pure, I can still have clickable actions, just not clickable workspaces |
| 2021-05-31 18:14:40 | <jg> | i kinda dig that, cause I'll prob never actually click on a workspace |
| 2021-05-31 18:16:19 | <mc47> | liskin, unclechu I just realized what you're trying to do \o/ I hope it works |
| 2021-05-31 18:16:39 | liskin | uses clickable workspaces just to test the code, never clicks on that either |
| 2021-05-31 18:16:50 | <jg> | mc47: here is the issue when i run it in the myXmobarPP https://imgur.com/a/pRYXJ9O |
| 2021-05-31 18:17:10 | <jg> | I could be implementing it wrong here though, but the other way works great so its nbd |
| 2021-05-31 18:17:10 | <liskin> | maybe once I told my wife that she can click on that, but in general I prefer other people not to touch my computer at all :-) |
| 2021-05-31 18:17:47 | <jg> | lol @liskin, thats why I like xmonad, I can just leave my computer unlocked and the majority of people wont even know how to use it |
| 2021-05-31 18:22:59 | <mc47> | jh can you send the code? It's impossible to see |
| 2021-05-31 18:23:22 | <mc47> | security by obscurity :) |
| 2021-05-31 18:23:37 | ← | unclechu parts (~unclechu@2001:470:69fc:105::354) () |
| 2021-05-31 18:23:51 | → | unclechu joins (~unclechu@2001:470:69fc:105::354) |
| 2021-05-31 18:23:51 | <unclechu> | testing |
| 2021-05-31 18:23:55 | <unclechu> | works |
| 2021-05-31 18:24:09 | <jg> | i gotchu big dog |
| 2021-05-31 18:25:31 | <jg> | mc47: https://pastebin.com/DWp4GHt1 |
| 2021-05-31 18:25:52 | <jg> | line 153 is where i have myXmobarPP |
| 2021-05-31 18:28:54 | <jg> | aesthetic related question, what do i need to add to chage my secondary screen identification from <#> to [#] |
| 2021-05-31 18:30:38 | <mc47> | myXmobarPP :: X PP |
| 2021-05-31 18:30:39 | <mc47> | not PP |
| 2021-05-31 18:30:57 | <mc47> | and then you can drop the pure from your statusBarProp |
| 2021-05-31 18:31:16 | <jg> | ahhh, mind if I ask what the X invokes |
| 2021-05-31 18:31:34 | <mc47> | X is a monad |
| 2021-05-31 18:31:56 | <mc47> | it basically means, that the PP value has a context and is not pure |
| 2021-05-31 18:32:19 | <jg> | that works great, just have to get rid of pure |
| 2021-05-31 18:32:30 | <mc47> | and you'd want to look at ppVisible |
| 2021-05-31 18:32:44 | <mc47> | probably ppVisible = wrap "[" "]" |
| 2021-05-31 18:33:55 | <jg> | on the money! |
| 2021-05-31 19:02:00 | × | jg quits (~jrgiacone@47.149.222.98) (Quit: Lost terminal) |
| 2021-05-31 19:02:51 | → | jg joins (~jrgiacone@47.149.222.98) |
| 2021-05-31 19:05:33 | × | jg quits (~jrgiacone@47.149.222.98) (Client Quit) |
| 2021-05-31 19:25:30 | liskin | sets mode -o wenzel |
| 2021-05-31 19:25:36 | liskin | sets mode -o liskin |
| 2021-05-31 19:40:51 | → | jg joins (~jrgiacone@47.149.222.98) |
| 2021-05-31 19:41:42 | <jg> | mc47, do you know if there is any way to use both X.L.Magnifier and X.L.MultiToggle, it does not like Ambiguous occurences of `Toggle` |
| 2021-05-31 19:42:47 | <Solid> | jg: you can import modules qualified |
| 2021-05-31 19:42:54 | <mc47> | you could replace import XMonad.Layout.Magnifier with import qualified XMonad.Layout.Magnifer as Mag, and replace the Toggle from X.L.Magnifier with Mag.Toggle |
| 2021-05-31 19:42:57 | <mc47> | or sth along those lines |
| 2021-05-31 19:43:50 | <jg> | ill try that thanks! |
| 2021-05-31 19:45:37 | <Solid> | (note that you'll have to prefix _everything_ from X.L.Magnifier with Mag in this case) |
| 2021-05-31 19:46:42 | <jg> | yea i just has to add "Mag." in front of magnifiercz, so doing that qualified, basically changes how we call the hook/layout |
| 2021-05-31 19:49:12 | <jg> | thats really cool, thanks guys |
| 2021-05-31 19:59:57 | × | geekosaur quits (~geekosaur@069-135-003-034.biz.spectrum.com) (Remote host closed the connection) |
| 2021-05-31 20:01:19 | × | wonko quits (~wjc@62.115.229.50) (Ping timeout: 244 seconds) |
| 2021-05-31 20:04:48 | → | geekosaur joins (~geekosaur@069-135-003-034.biz.spectrum.com) |
| 2021-05-31 20:18:53 | × | jg quits (~jrgiacone@47.149.222.98) (Ping timeout: 264 seconds) |
| 2021-05-31 20:19:27 | × | mc47 quits (~yecinem@89.246.239.190) (Read error: Connection reset by peer) |
| 2021-05-31 20:21:50 | × | Dynom quits (~niels@80-114-12-206.cable.dynamic.v4.ziggo.nl) (Quit: WeeChat 3.1) |
| 2021-05-31 21:20:01 | × | geekosaur quits (~geekosaur@069-135-003-034.biz.spectrum.com) (Remote host closed the connection) |
| 2021-05-31 21:22:22 | → | geekosaur joins (~geekosaur@069-135-003-034.biz.spectrum.com) |
| 2021-05-31 21:59:36 | → | cyr4x3 joins (~cyr4x3@139.47.116.53) |
| 2021-05-31 22:01:42 | → | jg joins (~jrgiacone@47.149.222.98) |
| 2021-05-31 22:05:00 | <jg> | what shell are yall rocking? |
| 2021-05-31 22:09:36 | <liskin> | "good" old bash :-) |
| 2021-05-31 22:09:36 | × | abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: leaving) |
| 2021-05-31 22:14:44 | × | srk quits (~sorki@user/srk) (Ping timeout: 252 seconds) |
| 2021-05-31 22:25:43 | × | Natch quits (~natch@c-e070e255.014-297-73746f25.bbcust.telenor.se) (Read error: Connection reset by peer) |
| 2021-05-31 22:26:25 | × | jg quits (~jrgiacone@47.149.222.98) (Quit: Lost terminal) |
| 2021-05-31 22:29:56 | → | jg joins (~jrgiacone@47.149.222.98) |
| 2021-05-31 22:30:41 | → | srk joins (~sorki@user/srk) |
| 2021-05-31 22:32:54 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-05-31 23:03:07 | <ectospasm> | zsh here on my local systems and VPSes. bash on systems deployed at customer premises. |
| 2021-05-31 23:03:50 | <ectospasm> | I usually write shell scripts in bash, until I run into something that doesn't work in bash (like variable interpolation within brace expansions). |
| 2021-05-31 23:04:56 | → | abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-05-31 23:08:48 | × | vanvik quits (~vanvik@82.194.204.210) (Quit: Ping timeout (120 seconds)) |
| 2021-05-31 23:09:08 | → | vanvik joins (~vanvik@82.194.204.210) |
| 2021-05-31 23:13:26 | <jg> | yea ive been itching to try zsh for the autocomplete |
| 2021-05-31 23:13:40 | <jg> | trying in a vm its kinda cool, but omzsh is kinda bloated no? |
| 2021-05-31 23:20:48 | × | cyr4x3 quits (~cyr4x3@139.47.116.53) (Quit: WeeChat 2.3) |
| 2021-05-31 23:23:44 | <jg> | do yall know why sudo htop runs so much faster than htop? |
| 2021-05-31 23:30:27 | × | jg quits (~jrgiacone@47.149.222.98) (Quit: leaving) |
| 2021-05-31 23:32:45 | → | jg joins (~jrgiacone@47.149.222.98) |
| 2021-05-31 23:32:56 | <jg> | it was the showing of cpu frequencies that it struggles with |
| 2021-05-31 23:40:39 | → | jaunedir joins (~jaunedir@2806:104e:13:7bdb:dfa:a974:fff9:6ea6) |
| 2021-05-31 23:46:58 | × | jg quits (~jrgiacone@47.149.222.98) (Quit: leaving) |
All times are in UTC.