Logs: freenode/#haskell
| 2020-11-17 04:07:45 | <Shadowraith> | shoot i copied the ld instead of \x, that was a testto |
| 2020-11-17 04:08:10 | × | DTZUZU quits (~DTZUZU@207.81.171.116) (Read error: Connection reset by peer) |
| 2020-11-17 04:08:10 | <Shadowraith> | myLogHook = ewmhDesktopsLogHookCustom (map unmarshallWindowSpace . namedScratchpadFilterOutWorkspace) |
| 2020-11-17 04:08:13 | <Shadowraith> | what about this line? |
| 2020-11-17 04:08:39 | <Axman6> | comment it out? I have no idea what it's doing |
| 2020-11-17 04:08:46 | → | ajmcmiddlin joins (sid284402@gateway/web/irccloud.com/x-esnyudzmonhtpktj) |
| 2020-11-17 04:08:57 | <Shadowraith> | i need that line, its handling my workspace output |
| 2020-11-17 04:09:03 | × | davetapley quits (sid666@gateway/web/irccloud.com/x-vyeiyfxfsraauowv) (Ping timeout: 272 seconds) |
| 2020-11-17 04:09:12 | × | vicfred quits (~vicfred@unaffiliated/vicfred) (Quit: Leaving) |
| 2020-11-17 04:09:35 | <Axman6> | then you may be out of luck, at least as far as I can see. taking a look though |
| 2020-11-17 04:10:42 | × | vk3wtf quits (~doc@203.221.224.44) (Quit: WeeChat 2.7.1) |
| 2020-11-17 04:10:57 | <Axman6> | what is this case statement you've written supposed to be doing? |
| 2020-11-17 04:10:59 | → | davetapley joins (sid666@gateway/web/irccloud.com/x-xjppgfjbvjpedrys) |
| 2020-11-17 04:11:09 | × | conal quits (~conal@66.115.176.210) (Quit: Computer has gone to sleep.) |
| 2020-11-17 04:11:13 | → | vk3wtf joins (~doc@203.221.224.44) |
| 2020-11-17 04:11:22 | <Shadowraith> | where is a case statement? |
| 2020-11-17 04:11:26 | <Shadowraith> | apologies.. |
| 2020-11-17 04:11:42 | <Axman6> | case x of -- Changes layout name to be displayed |
| 2020-11-17 04:11:43 | <Axman6> | "Hidden Tall" |
| 2020-11-17 04:12:13 | <Shadowraith> | gotcha, that is to convert the names of my layouts to a string for polybar to use |
| 2020-11-17 04:12:20 | <Shadowraith> | with special polybar formats |
| 2020-11-17 04:12:47 | <Shadowraith> | the first string isthe layout being grabbed the secondis what is to be sent to pbar |
| 2020-11-17 04:12:54 | <Shadowraith> | u prob knew that hto |
| 2020-11-17 04:13:04 | → | royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2020-11-17 04:13:04 | <Axman6> | ok, I thnk you might be best off to ask in #xmonad, this is getting very Xmonad specific more than Haskell specific |
| 2020-11-17 04:13:27 | <Shadowraith> | hm ur probably right |
| 2020-11-17 04:13:38 | <Shadowraith> | i originally thought it was more haskell based |
| 2020-11-17 04:13:53 | <Shadowraith> | cuz i thought \x was a monad :joy: |
| 2020-11-17 04:14:07 | × | gaze__ quits (sid387101@gateway/web/irccloud.com/x-dzzzzpxfnvpkwdhs) (Ping timeout: 272 seconds) |
| 2020-11-17 04:15:23 | × | mpickering quits (sid78412@gateway/web/irccloud.com/x-pmxjkbnlbuqckyae) (Ping timeout: 272 seconds) |
| 2020-11-17 04:15:23 | × | scav quits (sid309693@gateway/web/irccloud.com/x-oovxzuxjybuelhjk) (Ping timeout: 272 seconds) |
| 2020-11-17 04:16:30 | <Shadowraith> | hold up maybe this is haskell to |
| 2020-11-17 04:16:55 | <Shadowraith> | lets say the input to the case function is `S.layout` |
| 2020-11-17 04:17:17 | × | jokester_ quits (~mono@unaffiliated/jokester) (Ping timeout: 272 seconds) |
| 2020-11-17 04:17:17 | × | moobar quits (sid171730@gateway/web/irccloud.com/x-ctnyphywvjgsbjzl) (Ping timeout: 272 seconds) |
| 2020-11-17 04:17:21 | <Shadowraith> | i should be able to get a string then since i have an input |
| 2020-11-17 04:17:23 | × | texasmynsted quits (~texasmyns@212.102.45.103) (Ping timeout: 260 seconds) |
| 2020-11-17 04:17:42 | × | royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 260 seconds) |
| 2020-11-17 04:18:00 | → | jokester_ joins (~mono@unaffiliated/jokester) |
| 2020-11-17 04:18:28 | → | mpickering joins (sid78412@gateway/web/irccloud.com/x-qzzyeuirciixjhoi) |
| 2020-11-17 04:18:43 | → | scav joins (sid309693@gateway/web/irccloud.com/x-vgaroajuvhbcvqch) |
| 2020-11-17 04:18:47 | → | gaze__ joins (sid387101@gateway/web/irccloud.com/x-ddrtdboykpdfifpr) |
| 2020-11-17 04:20:16 | → | moobar joins (sid171730@gateway/web/irccloud.com/x-svksvglonzzyzxxy) |
| 2020-11-17 04:20:36 | <Axman6> | I don't understand the question |
| 2020-11-17 04:20:40 | <Axman6> | what's S.layout? |
| 2020-11-17 04:21:13 | <Shadowraith> | i think that is the layout name |
| 2020-11-17 04:21:43 | × | dgpratt quits (sid193493@gateway/web/irccloud.com/x-ckplobyhmsyazopr) (Ping timeout: 272 seconds) |
| 2020-11-17 04:21:43 | → | conal joins (~conal@66.115.176.210) |
| 2020-11-17 04:22:00 | <Axman6> | it doesn't show up in your code anywhere |
| 2020-11-17 04:22:31 | <Shadowraith> | S is from a module |
| 2020-11-17 04:22:38 | <Shadowraith> | StackSet |
| 2020-11-17 04:22:59 | <Axman6> | it also seems to be Search? |
| 2020-11-17 04:23:02 | → | DTZUZU joins (~DTZUZU@207.81.171.116) |
| 2020-11-17 04:23:17 | → | dgpratt joins (sid193493@gateway/web/irccloud.com/x-eisigjveajsvarno) |
| 2020-11-17 04:23:20 | <Axman6> | in fact it is XMonad.Actions.Search in the code you pasted |
| 2020-11-17 04:23:37 | <Axman6> | XMonad.StackSet is W |
| 2020-11-17 04:23:47 | <Shadowraith> | oh goodness then W.layout is prob what i meant |
| 2020-11-17 04:24:15 | × | simony quits (sid226116@gateway/web/irccloud.com/x-wzcrwnktljnyyivi) (Ping timeout: 272 seconds) |
| 2020-11-17 04:25:15 | × | conal quits (~conal@66.115.176.210) (Client Quit) |
| 2020-11-17 04:25:31 | × | ericsagn1 quits (~ericsagne@2405:6580:0:5100:3325:bf75:6ec4:84a6) (Ping timeout: 272 seconds) |
| 2020-11-17 04:25:38 | → | Shadorain joins (uid453914@gateway/web/irccloud.com/x-gzynpbjvpqrgaqml) |
| 2020-11-17 04:26:15 | → | simony joins (sid226116@gateway/web/irccloud.com/x-keowsotekzgqfqdf) |
| 2020-11-17 04:26:27 | → | codeAlways joins (uid272474@gateway/web/irccloud.com/x-dbuczpztyxqztxlt) |
| 2020-11-17 04:26:40 | × | Shadowraith quits (~user@192.12.149.141) (Remote host closed the connection) |
| 2020-11-17 04:26:47 | × | scav quits (sid309693@gateway/web/irccloud.com/x-vgaroajuvhbcvqch) (Ping timeout: 272 seconds) |
| 2020-11-17 04:26:57 | <Shadorain> | Btw I'm Shadowraith |
| 2020-11-17 04:27:27 | <Axman6> | :thumbsup: |
| 2020-11-17 04:28:07 | → | conal joins (~conal@66.115.176.210) |
| 2020-11-17 04:28:07 | × | conal quits (~conal@66.115.176.210) (Client Quit) |
| 2020-11-17 04:28:18 | → | scav joins (sid309693@gateway/web/irccloud.com/x-jqpiftkzlvsswiha) |
| 2020-11-17 04:29:42 | → | conal joins (~conal@66.115.176.210) |
| 2020-11-17 04:29:42 | × | conal quits (~conal@66.115.176.210) (Client Quit) |
| 2020-11-17 04:31:54 | <Shadorain> | So if I'm able to grab what I need which is a string (the name of layout) then I can do whzt I originally wanted which was output the format string to a file |
| 2020-11-17 04:32:52 | × | falafel quits (~falafel@2601:547:1303:b30:7811:313f:d0f3:f9f4) (Ping timeout: 260 seconds) |
| 2020-11-17 04:37:24 | → | ericsagn1 joins (~ericsagne@2405:6580:0:5100:c078:1a2e:5eb7:90ae) |
| 2020-11-17 04:37:32 | → | Shadowraith joins (~user@192.12.149.141) |
| 2020-11-17 04:37:47 | × | acidjnk_new quits (~acidjnk@p200300d0c718f647bc583fb9dc736f42.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
| 2020-11-17 04:39:46 | → | vacm joins (~vacwm@70.23.92.191) |
| 2020-11-17 04:40:08 | × | da39a3ee5e6b4b0d quits (~da39a3ee5@cm-171-98-79-192.revip7.asianet.co.th) (Ping timeout: 260 seconds) |
| 2020-11-17 04:41:57 | × | pfurla quits (~pfurla@ool-182ed2e2.dyn.optonline.net) (Ping timeout: 260 seconds) |
| 2020-11-17 04:43:15 | × | gaze__ quits (sid387101@gateway/web/irccloud.com/x-ddrtdboykpdfifpr) (Ping timeout: 272 seconds) |
| 2020-11-17 04:43:15 | → | pfurla joins (~pfurla@185.108.105.66) |
| 2020-11-17 04:44:49 | → | moet joins (~moet@mobile-166-137-178-107.mycingular.net) |
| 2020-11-17 04:46:16 | → | gaze__ joins (sid387101@gateway/web/irccloud.com/x-ieppxqjdwpehesld) |
| 2020-11-17 04:47:31 | → | pfurla_ joins (~pfurla@ool-182ed2e2.dyn.optonline.net) |
| 2020-11-17 04:48:18 | × | pfurla quits (~pfurla@185.108.105.66) (Ping timeout: 260 seconds) |
| 2020-11-17 04:50:07 | × | crdrost quits (~crdrost@c-98-207-102-156.hsd1.ca.comcast.net) (Quit: This computer has gone to sleep) |
| 2020-11-17 04:50:42 | → | lpy joins (~nyd@unaffiliated/elysian) |
| 2020-11-17 04:54:39 | × | benl23 quits (sid284234@gateway/web/irccloud.com/x-nkfumgpyqgaploty) (Ping timeout: 272 seconds) |
| 2020-11-17 04:54:49 | → | benl23 joins (sid284234@gateway/web/irccloud.com/x-zcormuhggyweibpr) |
| 2020-11-17 05:01:06 | × | ddellacosta quits (dd@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 272 seconds) |
| 2020-11-17 05:04:09 | × | PoliticsII______ quits (sid193551@gateway/web/irccloud.com/x-svzvwktexytphjlp) (Ping timeout: 272 seconds) |
| 2020-11-17 05:04:09 | × | kozowu quits (uid44796@gateway/web/irccloud.com/x-dylrnyglhpjycwlc) (Ping timeout: 272 seconds) |
| 2020-11-17 05:05:25 | × | Tritlo quits (sid58727@gateway/web/irccloud.com/x-dlcmyhezzzrcdorg) (Ping timeout: 272 seconds) |
| 2020-11-17 05:05:35 | → | Tritlo joins (sid58727@gateway/web/irccloud.com/x-qngdkegzmhgdhfhg) |
| 2020-11-17 05:05:41 | → | PoliticsII______ joins (sid193551@gateway/web/irccloud.com/x-ykrgnddgnwhyshpo) |
| 2020-11-17 05:05:49 | → | vicfred joins (~vicfred@unaffiliated/vicfred) |
| 2020-11-17 05:05:51 | → | igokaskowitz joins (~IceChat95@ool-45742c14.dyn.optonline.net) |
| 2020-11-17 05:06:41 | × | lally quits (sid388228@gateway/web/irccloud.com/x-zbzgkwpcudviljpk) (Ping timeout: 272 seconds) |
| 2020-11-17 05:06:51 | → | lally joins (sid388228@gateway/web/irccloud.com/x-lkvfvytrcbfmnwwv) |
All times are in UTC.