Logs: freenode/#xmonad
| 2021-02-07 20:51:19 | <geekosaur> | I don't think there's an up to date one. there's one from 0.9 on the wiki |
| 2021-02-07 20:52:29 | <mc47> | brttmsn distrotube made some vidoes about xmonad recently |
| 2021-02-07 20:53:30 | <brttmsn> | yeah im looking over his but he doesnt really go into how to get certain libs and functions working. Like i wanna use the EZconfig lib so i can go from the default modm thing to just M-s-r to restart xmonad |
| 2021-02-07 20:55:47 | <mc47> | Did you take a look at the documentation? Most modules have pretty good documentation and examples |
| 2021-02-07 20:55:55 | <brttmsn> | im trying |
| 2021-02-07 20:56:25 | <geekosaur> | most of the documentation is more helpful if you already know Haskell :) |
| 2021-02-07 20:57:05 | <mc47> | I guess that's true :D |
| 2021-02-07 20:58:21 | × | notis quits (~notis@45.134.22.110) (Ping timeout: 246 seconds) |
| 2021-02-07 21:01:34 | <geekosaur> | I could point you to a slightly out of date version of my config, but there's a lot going on in there |
| 2021-02-07 21:01:40 | <mc47> | I guess if you add: "`additionalKeysP` [("M-S-r", spawn "xmonad --restart"), ... ]" (replacing "..." with the rest of your keybindings) at the end of your config, it should work |
| 2021-02-07 21:02:18 | <mc47> | Like this https://gitlab.com/dwt1/dotfiles/-/blob/master/.xmonad/xmonad.hs#L952 (took it from dt's dotfiles) |
| 2021-02-07 21:02:18 | <geekosaur> | https://github.com/geekosaur/xmonad.hs/blob/pyanfar/xmonad.hs#L188 |
| 2021-02-07 21:03:31 | mc47 | quickly steals `putEnv "_JAVA_AWT_WM_NONREPARENTING=1"` to his config |
| 2021-02-07 21:10:10 | eb0t_ | is now known as eblip |
| 2021-02-07 21:10:19 | × | mc47 quits (~yecinem@89.246.239.190) (Remote host closed the connection) |
| 2021-02-07 21:11:07 | <geekosaur> | oh, I have a saved email from hvr which implies that someone has managed to new-install xmonad at some point, which implies new-install of X11 as well (that being how I hit the error) so apparently this used to work. possibly broke with cabal 3, though |
| 2021-02-07 21:11:42 | <geekosaur> | hm, no, the issue is about cabal 3. so I wonder when things broke |
| 2021-02-07 21:11:44 | <geekosaur> | https://github.com/xmonad/xmonad/issues/199#issuecomment-609433196 |
| 2021-02-07 21:12:15 | <geekosaur> | this is what I was going to work from in configuring my xmonad, although I wanted to do a proper cabal 3 setup first |
| 2021-02-07 21:17:46 | <brttmsn> | Well i think im going to try and completely rewrite my config |
| 2021-02-07 21:18:19 | <brttmsn> | i want to be able to use the EZConfig thing so i can replace that whole convulated way of writing shortcuts with something way more simple |
| 2021-02-07 21:49:12 | <brttmsn> | okay this is confusing me |
| 2021-02-07 21:51:07 | <geekosaur> | yes? |
| 2021-02-07 21:57:33 | <brttmsn> | every time i fix one error another one creeps up |
| 2021-02-07 21:57:42 | <brttmsn> | this one is about myLogHook = return () |
| 2021-02-07 21:59:24 | <brttmsn> | i havent made any changes about myLogHook or anything that i can think of. All im trying to do is add in my key bindings |
| 2021-02-07 22:01:09 | <geekosaur> | that may be indentation, haskell is indentation sensitive. or youdropped a bracket somewhere so it's trying to read other stuff as part of your keybinds |
| 2021-02-07 22:01:58 | geekosaur | is not going to be around much longer, must leave soon |
| 2021-02-07 22:02:27 | <brttmsn> | i wish i could c/p my xmonad.hs file im working on so u could see if i messed up somewhere |
| 2021-02-07 22:02:58 | <geekosaur> | @where paste |
| 2021-02-07 22:02:58 | <lambdabot> | Help us help you: please paste full code, input and/or output at eg https://paste.tomsmeding.com |
| 2021-02-07 22:04:59 | <brttmsn> | https://paste.tomsmeding.com/fCweOsF5 |
| 2021-02-07 22:05:04 | <brttmsn> | thats what ive got so far |
| 2021-02-07 22:06:13 | <geekosaur> | myEventHook should be return (All True) as the comment above it says |
| 2021-02-07 22:06:23 | <geekosaur> | an empty Map would be a type error |
| 2021-02-07 22:08:29 | <Liskni_si> | or just mempty :-) |
| 2021-02-07 22:09:37 | <geekosaur> | or idHook |
| 2021-02-07 22:10:36 | × | geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed) |
| 2021-02-07 22:22:33 | × | brttmsn quits (~brtt@2600:8804:8689:3f00::2395) (Read error: Connection reset by peer) |
| 2021-02-07 22:23:01 | → | brttmsn joins (~brtt@2600:8804:8689:3f00::2395) |
| 2021-02-07 22:32:41 | × | brttmsn quits (~brtt@2600:8804:8689:3f00::2395) (Quit: WeeChat 3.0) |
| 2021-02-07 22:42:03 | → | brttmsn joins (~brtt@2600:8804:8689:3f00::2395) |
| 2021-02-07 22:48:26 | × | brttmsn quits (~brtt@2600:8804:8689:3f00::2395) (Quit: WeeChat 3.0) |
| 2021-02-07 23:07:51 | × | seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq) |
| 2021-02-07 23:09:02 | → | notis joins (~notis@185.51.134.229) |
| 2021-02-07 23:17:25 | × | Natch quits (~Natch@c-b471e255.014-297-73746f25.bbcust.telenor.se) (Ping timeout: 240 seconds) |
| 2021-02-07 23:37:12 | × | abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: leaving) |
| 2021-02-07 23:47:33 | → | Natch joins (~Natch@c-b471e255.014-297-73746f25.bbcust.telenor.se) |
| 2021-02-08 00:03:23 | × | notis quits (~notis@185.51.134.229) (Ping timeout: 256 seconds) |
| 2021-02-08 00:11:38 | → | growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
| 2021-02-08 00:42:34 | × | endiruna quits (~endiendir@46.101.187.207) (Ping timeout: 276 seconds) |
| 2021-02-08 00:59:25 | × | hexo quits (~hexo@gateway/tor-sasl/hexo) (Ping timeout: 268 seconds) |
| 2021-02-08 01:00:04 | → | hexo joins (~hexo@gateway/tor-sasl/hexo) |
| 2021-02-08 01:14:50 | × | hexo quits (~hexo@gateway/tor-sasl/hexo) (Ping timeout: 268 seconds) |
| 2021-02-08 01:15:40 | → | hexo joins (~hexo@gateway/tor-sasl/hexo) |
| 2021-02-08 02:07:04 | × | jchia quits (~jchia@218.80.72.201) (Ping timeout: 272 seconds) |
| 2021-02-08 02:09:07 | → | jchia joins (~jchia@218.80.76.119) |
| 2021-02-08 02:11:32 | → | materiyolo joins (~materiyol@112.204.169.246) |
| 2021-02-08 02:33:39 | × | gazler__ quits (~gazler@195.107.2.81.in-addr.arpa) (Remote host closed the connection) |
| 2021-02-08 02:35:08 | → | gazler__ joins (~gazler@195.107.2.81.in-addr.arpa) |
| 2021-02-08 02:37:52 | → | goose_ joins (~goose@cpe-24-26-227-133.satx.res.rr.com) |
| 2021-02-08 02:38:10 | <goose_> | is it fine if i ask for xmobar support here? |
| 2021-02-08 02:38:19 | <goose_> | i cant find the xmobar irc if there is 1 |
| 2021-02-08 02:57:03 | → | abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-02-08 03:08:21 | × | theDon quits (~td@muedsl-82-207-238-114.citykom.de) (Ping timeout: 264 seconds) |
| 2021-02-08 03:10:04 | → | theDon joins (~td@muedsl-82-207-238-056.citykom.de) |
| 2021-02-08 03:57:53 | × | materiyolo quits (~materiyol@112.204.169.246) (Quit: WeeChat 2.9) |
| 2021-02-08 04:14:00 | → | ChubaDuba joins (~ChubaDuba@37.112.228.11) |
| 2021-02-08 04:25:27 | × | goose_ quits (~goose@cpe-24-26-227-133.satx.res.rr.com) (Remote host closed the connection) |
| 2021-02-08 04:37:28 | × | evanjs quits (~evanjs@075-129-098-007.res.spectrum.com) (Read error: Connection reset by peer) |
| 2021-02-08 04:44:11 | → | evanjs joins (~evanjs@075-129-098-007.res.spectrum.com) |
| 2021-02-08 05:01:25 | × | ml| quits (~ml|@unaffiliated/ml/x-3958674) (Ping timeout: 240 seconds) |
| 2021-02-08 05:02:56 | × | abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Read error: Connection reset by peer) |
| 2021-02-08 05:04:10 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-02-08 05:05:23 | → | materiyolo joins (~materiyol@112.204.169.246) |
| 2021-02-08 05:14:03 | → | ml| joins (~ml|@unaffiliated/ml/x-3958674) |
| 2021-02-08 05:18:43 | → | abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-02-08 05:48:48 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Quit: WeeChat 3.0) |
| 2021-02-08 06:04:46 | → | palo1 joins (~weechat@c-base/crew/palo) |
| 2021-02-08 06:07:51 | × | palo quits (~weechat@c-base/crew/palo) (Ping timeout: 246 seconds) |
| 2021-02-08 06:07:51 | palo1 | is now known as palo |
| 2021-02-08 06:18:49 | × | growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-02-08 06:43:10 | → | ntm joins (~ntm@2600:1700:5526:4080::f) |
| 2021-02-08 06:43:33 | ← | ntm parts (~ntm@2600:1700:5526:4080::f) () |
| 2021-02-08 07:04:39 | → | notis joins (~notis@185.51.134.229) |
| 2021-02-08 07:26:43 | × | materiyolo quits (~materiyol@112.204.169.246) (Quit: WeeChat 2.9) |
| 2021-02-08 08:11:04 | → | arsdragonfly joins (uid130196@gateway/web/irccloud.com/x-ursrycaeosrqcgjt) |
| 2021-02-08 08:37:33 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-02-08 08:50:57 | × | notis quits (~notis@185.51.134.229) (Ping timeout: 246 seconds) |
| 2021-02-08 09:02:47 | → | thc202 joins (~thc202@unaffiliated/thc202) |
| 2021-02-08 09:04:55 | × | fionnan quits (~fionnan@109.255.20.201) (Ping timeout: 265 seconds) |
| 2021-02-08 09:37:16 | → | endiruna joins (~endiendir@46.101.187.207) |
| 2021-02-08 09:51:18 | × | gazler__ quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 272 seconds) |
| 2021-02-08 10:00:33 | → | gazler joins (~gazler@195.107.2.81.in-addr.arpa) |
| 2021-02-08 11:01:45 | × | jchia quits (~jchia@218.80.76.119) (Ping timeout: 240 seconds) |
| 2021-02-08 11:02:34 | → | materiyolo joins (~materiyol@112.204.169.246) |
| 2021-02-08 11:03:24 | → | jchia joins (~jchia@218.80.75.223) |
| 2021-02-08 11:03:29 | <Solid> | I'm pretty sure I `cabal install'ed xmonad and contrib not too long ago and everything worked fine |
| 2021-02-08 11:03:58 | <Solid> | (this is on cabal install 3.2, so `install' should be `new-install') |
| 2021-02-08 11:09:34 | × | hexo quits (~hexo@gateway/tor-sasl/hexo) (Remote host closed the connection) |
All times are in UTC.