Logs: liberachat/#xmonad
| 2021-08-17 14:27:33 | → | silasfox joins (~silasfox@xdsl-78-35-71-64.nc.de) |
| 2021-08-17 14:28:22 | × | benin036932 quits (~benin@106.198.88.152) (Read error: Connection reset by peer) |
| 2021-08-17 14:29:27 | → | benin036932 joins (~benin@183.82.178.142) |
| 2021-08-17 15:09:16 | × | silasfox quits (~silasfox@xdsl-78-35-71-64.nc.de) (Quit: Connection closed) |
| 2021-08-17 15:13:52 | × | rtjure quits (~rtjure@vlan-153-aitos-30.comnet.bg) (Ping timeout: 245 seconds) |
| 2021-08-17 15:27:32 | × | eyenx quits (~m-5paiux@eyenx.ch) (Remote host closed the connection) |
| 2021-08-17 15:37:06 | → | eyenx joins (~m-5paiux@eyenx.ch) |
| 2021-08-17 15:38:19 | × | eyenx quits (~m-5paiux@eyenx.ch) (Remote host closed the connection) |
| 2021-08-17 15:40:31 | → | eyenx joins (~m-5paiux@eyenx.ch) |
| 2021-08-17 15:52:41 | × | eyenx quits (~m-5paiux@eyenx.ch) (Remote host closed the connection) |
| 2021-08-17 15:52:54 | → | eyenx joins (~m-5paiux@eyenx.ch) |
| 2021-08-17 16:23:01 | × | abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: leaving) |
| 2021-08-17 16:50:58 | → | abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-08-17 17:21:39 | <themc47> | I'm confused, and I'm not sure if I'm doing anything wrong |
| 2021-08-17 17:21:56 | <themc47> | oh let me change the handle |
| 2021-08-17 17:21:56 | × | themc47 quits (~mc47@xmonad/TheMC47) (Quit: Leaving) |
| 2021-08-17 17:22:14 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2021-08-17 17:22:19 | <mc47> | better |
| 2021-08-17 17:23:05 | <mc47> | so, I pulled the most recent version of xmonad, removed my build file and pressed the keybinding to recompile my config |
| 2021-08-17 17:23:15 | <mc47> | (I'm using stack) |
| 2021-08-17 17:23:42 | <mc47> | it kept telling me that it'll use ghc since no build file is found |
| 2021-08-17 17:24:12 | <mc47> | after digging around, I found the the xmonad executable is _really_ old (2020) |
| 2021-08-17 17:25:37 | <mc47> | so I had to recompile the xmonad package to get it working |
| 2021-08-17 17:25:40 | <Solid> | the xmonad you're running is probably the xmonad-ARCH executable in your config dir |
| 2021-08-17 17:25:44 | <mc47> | I am doing something wrong aren't I? |
| 2021-08-17 17:26:39 | <mc47> | OH |
| 2021-08-17 17:27:29 | <mc47> | I have a package.yaml file, so my compiled config isn't named xmonad |
| 2021-08-17 17:27:33 | <mc47> | wait that doesn't make sense |
| 2021-08-17 17:28:00 | <mc47> | no it does |
| 2021-08-17 17:28:28 | <mc47> | now I need to remember why I added package.yaml in the first place... |
| 2021-08-17 17:29:07 | <mc47> | btw, in the default config, we recompile and restart xmonad by invoking the xmonad executable |
| 2021-08-17 17:29:26 | <mc47> | Isn't that odd? Isn't it better to just call the responsible function? |
| 2021-08-17 17:29:36 | <mc47> | s/function/functions/ |
| 2021-08-17 17:32:28 | <geekosaur> | we used to do that |
| 2021-08-17 17:32:37 | <geekosaur> | I'm still not sure why it changed |
| 2021-08-17 17:34:49 | <mc47> | I'm not even sure we can expect to find the "xmonad" executable, right? |
| 2021-08-17 17:35:14 | <geekosaur> | right. there's some code to check for it |
| 2021-08-17 17:35:31 | <geekosaur> | that said, we still have to find it since we need to restart afterward |
| 2021-08-17 17:38:06 | <mc47> | I'm talking about the plain xmonad executable, not xmonad-ARCH |
| 2021-08-17 17:38:47 | <mc47> | as far as I see, unless xmonad is installed through a package manager, an executable with the name "xmonad" shouldn't be generated |
| 2021-08-17 17:39:11 | <mc47> | unless the user builds the cloned xmonad repository |
| 2021-08-17 17:42:18 | <mc47> | so basically I've been running two core versions, one to recompiles my config, and the other is recompiled with the config :D |
| 2021-08-17 17:43:00 | <mc47> | I think this means that the install instructions probably won't work :/ |
| 2021-08-17 17:43:25 | <mc47> | at no point is an executable with the name "xmonad" is generated and put on the path |
| 2021-08-17 17:44:29 | <mc47> | > Installing things is as easy as typing stack install. This will install the correct version of GHC, as well as build all of the required packages (stack build) and then copy the relevant executables (xmonad, in our case) to ~/.local/bin. Make sure to add that directory to your $PATH |
| 2021-08-17 17:44:30 | <lambdabot> | <hint>:1:93: error: parse error on input ‘of’ |
| 2021-08-17 17:44:40 | <mc47> | I was wrong, that should cover it |
| 2021-08-17 17:55:17 | <Solid> | phew |
| 2021-08-17 18:00:12 | <mc47> | geekosaur it was changed in 6e1c5e9 to make restarting and recompiling asynchronous |
| 2021-08-17 18:03:35 | <mc47> | seems a bit hacky tbh, but not sure if it's worth it to change it |
| 2021-08-17 18:17:39 | → | baum[m] joins (~baumbdisk@2001:470:69fc:105::dbe4) |
| 2021-08-17 20:20:16 | × | backleet quits (~backleet@user/backleet) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-08-17 20:27:31 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-08-17 20:30:44 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-08-17 20:31:01 | <liskin> | "Organizations are manually reviewed and approved to join the GitHub Sponsors program, and unfortunately the Sponsors team is a bit lagging at this time." |
| 2021-08-17 21:40:10 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2021-08-17 22:13:25 | × | benin036932 quits (~benin@183.82.178.142) (Ping timeout: 268 seconds) |
| 2021-08-17 22:20:10 | → | benin036932 joins (~benin@183.82.178.142) |
| 2021-08-17 22:57:01 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-08-17 22:59:17 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-08-17 23:53:05 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-08-18 00:05:55 | → | furincleavagesit joins (~textual@45.144.113.151) |
| 2021-08-18 01:15:36 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Quit: Leaving) |
| 2021-08-18 01:16:57 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-08-18 02:04:40 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds) |
| 2021-08-18 02:11:13 | × | td_ quits (~td@muedsl-82-207-238-133.citykom.de) (Ping timeout: 248 seconds) |
| 2021-08-18 02:13:11 | → | td_ joins (~td@94.134.91.158) |
| 2021-08-18 02:22:15 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2021-08-18 02:23:40 | × | benin036932 quits (~benin@183.82.178.142) (Ping timeout: 240 seconds) |
| 2021-08-18 02:30:38 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-08-18 02:30:39 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2021-08-18 02:30:42 | allbery_b | is now known as geekosaur |
| 2021-08-18 03:18:03 | → | Irishluck83 joins (~Irishluck@162-211-34-143.bltnilaa.metronetinc.net) |
| 2021-08-18 03:40:13 | × | Irishluck83 quits (~Irishluck@162-211-34-143.bltnilaa.metronetinc.net) (Quit: WeeChat 3.1) |
| 2021-08-18 04:33:25 | × | furincleavagesit quits (~textual@45.144.113.151) (Remote host closed the connection) |
| 2021-08-18 06:05:37 | × | vanvik quits (~vanvik@82.194.204.210) (Quit: Later) |
| 2021-08-18 07:34:20 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2021-08-18 07:41:42 | → | benin036932 joins (~benin@183.82.178.142) |
| 2021-08-18 08:07:20 | → | dschrempf joins (~dominik@2a01-036d-0118-a2d1-3c86-9363-4322-fee7.pool6.digikabel.hu) |
| 2021-08-18 08:17:39 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-08-18 08:17:39 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2021-08-18 08:17:42 | allbery_b | is now known as geekosaur |
| 2021-08-18 10:01:39 | × | dschrempf quits (~dominik@2a01-036d-0118-a2d1-3c86-9363-4322-fee7.pool6.digikabel.hu) (Ping timeout: 258 seconds) |
| 2021-08-18 10:07:03 | → | seschwar joins (~seschwar@user/seschwar) |
| 2021-08-18 11:19:18 | → | sszark joins (~sszark@h-155-4-128-59.NA.cust.bahnhof.se) |
| 2021-08-18 11:22:03 | <sszark> | Hey, I'm wondering if i could restrict this further by specifing the rule to only apply for specific workspaces? https://pastebin.com/raw/EausVtwy |
| 2021-08-18 11:22:41 | × | benin036932 quits (~benin@183.82.178.142) (Ping timeout: 248 seconds) |
| 2021-08-18 11:32:44 | <Solid> | it's definitely possible (a Query is just X with some extra bits), but I'm not sure if it's already in a module anywhere |
| 2021-08-18 11:38:50 | <Solid> | sszark: something like http://ix.io/3wm0 might work |
| 2021-08-18 11:39:36 | × | sszark quits (~sszark@h-155-4-128-59.NA.cust.bahnhof.se) (Quit: WeeChat 3.2) |
| 2021-08-18 11:41:50 | <Solid> | oh indeed there is currentWs in X.H.ManageHelpers so you can also do `myWorkspace =? currentWs` instead |
| 2021-08-18 11:42:06 | <Solid> | eh probably with those arguments flipped |
| 2021-08-18 11:44:06 | → | dschrempf joins (~dominik@92-249-159-252.pool.digikabel.hu) |
| 2021-08-18 12:00:09 | → | benin036932 joins (~benin@183.82.178.142) |
| 2021-08-18 12:10:24 | → | vanvik joins (~vanvik@82.194.204.210) |
| 2021-08-18 13:40:23 | → | backleet joins (~backleet@user/backleet) |
| 2021-08-18 13:46:20 | × | backleet quits (~backleet@user/backleet) (Quit: ZNC - https://znc.in) |
| 2021-08-18 14:22:30 | × | dschrempf quits (~dominik@92-249-159-252.pool.digikabel.hu) (Quit: WeeChat 3.2) |
| 2021-08-18 15:14:05 | → | qbt joins (~edun@user/edun) |
| 2021-08-18 15:14:57 | × | qbt quits (~edun@user/edun) (Remote host closed the connection) |
All times are in UTC.