Logs: liberachat/#xmonad
| 2023-12-16 14:46:51 | <Solid> | [Leary]: there is a better development workflow than having to push every change to a working commit, change the flake to that branch, nix flake update, remove all unwanted updates, and rebuilding… right? |
| 2023-12-16 16:09:26 | <[Leary]> | Solid: Yes, though it depends on precisely what you're doing. Not all changes necessarily need to be commited; iirc nix can still build a dirty worktree so long as the files are all tracked. Re `nix flake update`: instead of removing changes, do it pinpoint from the start with `nix flake lock --update-input _`. Of course, it's still a hassle and shouldn't be part of your tight-loop iteration; ideally you just let nix provide an environment that won't |
| 2023-12-16 16:09:27 | <[Leary]> | need to be rebuilt/restarted often and let less arcane tools handle the rest. |
| 2023-12-16 16:42:29 | × | ml| quits (~ml|@user/ml/x-5298235) (Quit: WeeChat 4.0.5) |
| 2023-12-16 16:48:43 | → | alp__ joins (~alp@2001:861:e3d6:8f80:908c:c2d9:53f8:9c71) |
| 2023-12-16 17:37:50 | × | todi quits (~todi@p5dca55c4.dip0.t-ipconnect.de) (Quit: ZNC - https://znc.in) |
| 2023-12-16 18:04:58 | × | alp__ quits (~alp@2001:861:e3d6:8f80:908c:c2d9:53f8:9c71) (Ping timeout: 256 seconds) |
| 2023-12-16 18:51:50 | <Solid> | [Leary]: I was mostly asking about e.g. trying to reproduce a bug. My usual way of doing this would be to copy the given config, pepper some traces all over contrib, recompile, and start xmonad within xephyr |
| 2023-12-16 18:55:35 | → | portnov joins (~portnov@v-20678-unlim.vpn.mgn.ru) |
| 2023-12-16 20:02:24 | → | alp__ joins (~alp@2001:861:e3d6:8f80:70a5:2518:c61b:a3f3) |
| 2023-12-16 20:17:13 | → | todi joins (~todi@p5dca55c4.dip0.t-ipconnect.de) |
| 2023-12-16 20:59:02 | × | alp__ quits (~alp@2001:861:e3d6:8f80:70a5:2518:c61b:a3f3) (Ping timeout: 268 seconds) |
| 2023-12-16 21:02:23 | <portnov> | https://i.ibb.co/LdpDS4h/Screenshot-20231217-020105.png sorry, could not stand it. Just too funny :) |
| 2023-12-16 21:02:49 | <portnov> | it's xmonad, if someone is in doubt. |
| 2023-12-16 21:21:35 | × | portnov quits (~portnov@v-20678-unlim.vpn.mgn.ru) (Remote host closed the connection) |
| 2023-12-16 23:52:20 | → | alp__ joins (~alp@2001:861:e3d6:8f80:955:af0c:9e0a:aae) |
| 2023-12-17 00:22:34 | → | znpy joins (~znpy@user/znpy) |
| 2023-12-17 00:23:46 | <znpy> | hello! quick question: i saw some screenshots of xmonad running on mac os x and I was wondering: is xmonad on macos still a thing? |
| 2023-12-17 00:24:33 | <geekosaur> | as much as any other X11 window manager is (i.e. it doesn't manage native windows) |
| 2023-12-17 00:24:52 | <znpy> | ah, I see :( |
| 2023-12-17 00:25:17 | <znpy> | i hoped it could help me escape the awful mac os window management experience... nevermind |
| 2023-12-17 00:25:19 | <znpy> | thanks anyway! |
| 2023-12-17 00:25:23 | ← | znpy parts (~znpy@user/znpy) (The Lounge - https://thelounge.chat) |
| 2023-12-17 00:25:30 | <geekosaur> | there was a brief attempt at an xmonad-like native window manager but Apple kept breaking it |
| 2023-12-17 00:26:20 | <geekosaur> | (osxmonad; you can still find it on github but it's like a decade dead) |
| 2023-12-17 00:27:24 | <geekosaur> | oh they left |
| 2023-12-17 00:53:34 | × | alp__ quits (~alp@2001:861:e3d6:8f80:955:af0c:9e0a:aae) (Ping timeout: 260 seconds) |
| 2023-12-17 01:49:49 | <liskin> | there's a bunch of them I think some of which are still maintained but it's probably worse than just having a fullscreen terminal and running a tmux or zellij in it |
| 2023-12-17 01:50:20 | <liskin> | (by probably I mean I tried one of them on my work Mac just for the fun of it and it was very "meh") |
| 2023-12-17 01:53:40 | <geekosaur> | libAppleWM doesn't offer much in the way of documented hooks |
| 2023-12-17 02:34:00 | → | todi1 joins (~todi@p5dca55c4.dip0.t-ipconnect.de) |
| 2023-12-17 02:34:12 | × | todi quits (~todi@p5dca55c4.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
| 2023-12-17 03:32:30 | × | td_ quits (~td@i53870901.versanet.de) (Ping timeout: 252 seconds) |
| 2023-12-17 03:34:08 | → | td_ joins (~td@i5387091F.versanet.de) |
| 2023-12-17 05:08:36 | <[Leary]> | Solid: It's not clear to me that nix ought to be involved in this process. I would probably just keep an xmonad-testing repo around and tweak its contrib submodule as needed. |
| 2023-12-17 05:38:38 | → | ml| joins (~ml|@user/ml/x-5298235) |
| 2023-12-17 06:46:12 | → | portnov joins (~portnov@v-20678-unlim.vpn.mgn.ru) |
| 2023-12-17 07:32:08 | × | portnov quits (~portnov@v-20678-unlim.vpn.mgn.ru) (Remote host closed the connection) |
| 2023-12-17 08:38:16 | × | tv quits (~tv@user/tv) (Ping timeout: 245 seconds) |
| 2023-12-17 08:51:07 | → | tv joins (~tv@user/tv) |
| 2023-12-17 09:21:30 | → | portnov joins (~portnov@v-20678-unlim.vpn.mgn.ru) |
| 2023-12-17 10:46:37 | → | alp__ joins (~alp@2001:861:e3d6:8f80:9be:44dc:4111:a975) |
| 2023-12-17 12:01:02 | × | alp__ quits (~alp@2001:861:e3d6:8f80:9be:44dc:4111:a975) (Ping timeout: 256 seconds) |
| 2023-12-17 12:30:06 | → | alp__ joins (~alp@2001:861:e3d6:8f80:51b0:6739:49fb:e48a) |
| 2023-12-17 12:43:57 | <xmonadtrack> | xmonad-contrib Tony Zorman * v0.17.1-226-g00993d46: X.Prompt: Execute keypress when it has an action associated to it (23 hours ago, 1 file, 19+ 16-) https://github.com/xmonad/xmonad-contrib/commit/00993d46fa41 |
| 2023-12-17 12:44:00 | <xmonadtrack> | xmonad-contrib Tony Zorman {GitHub} * v0.17.1-227-ge75eb16a: Merge pull request #850 from slotThe/fix/prompt-ignores-left (4 minutes ago, 0 files, 0+ 0-) https://github.com/xmonad/xmonad-contrib/commit/e75eb16a9308 |
| 2023-12-17 13:16:45 | <Solid> | [Leary]: Mh, I haven't used xmonad-testing ever, but you're probably right that a setup like that might indeed by preferrable in nix |
| 2023-12-17 13:39:28 | → | h1y0s1lv3r joins (~hiyosilve@p200300ed5f4d892082ba3f396e499bb4.dip0.t-ipconnect.de) |
| 2023-12-17 13:44:24 | <h1y0s1lv3r> | [Leary]: finally I have recovered all my template thank you a lot for the help: https://imgur.com/a/lvHqGBK have pending minimal stuffs :P like gtk, Xresources and some colors. Thanks a lot man! |
| 2023-12-17 13:53:50 | × | alp__ quits (~alp@2001:861:e3d6:8f80:51b0:6739:49fb:e48a) (Ping timeout: 256 seconds) |
| 2023-12-17 13:54:20 | → | alp__ joins (~alp@2001:861:e3d6:8f80:6053:a7ba:10be:9839) |
| 2023-12-17 14:03:38 | × | tv quits (~tv@user/tv) (Ping timeout: 260 seconds) |
| 2023-12-17 14:04:20 | <[Leary]> | NP |
| 2023-12-17 14:19:52 | × | alp__ quits (~alp@2001:861:e3d6:8f80:6053:a7ba:10be:9839) (Ping timeout: 256 seconds) |
| 2023-12-17 14:22:48 | → | tv joins (~tv@user/tv) |
| 2023-12-17 14:53:24 | × | tv quits (~tv@user/tv) (Ping timeout: 252 seconds) |
| 2023-12-17 15:07:07 | → | tv joins (~tv@user/tv) |
| 2023-12-17 15:35:05 | × | portnov quits (~portnov@v-20678-unlim.vpn.mgn.ru) (Read error: Connection reset by peer) |
| 2023-12-17 15:47:35 | → | alp__ joins (~alp@2001:861:e3d6:8f80:d7e4:6b04:de97:ec3a) |
| 2023-12-17 16:43:56 | × | h1y0s1lv3r quits (~hiyosilve@p200300ed5f4d892082ba3f396e499bb4.dip0.t-ipconnect.de) (Quit: WeeChat 4.1.2) |
| 2023-12-17 18:41:51 | → | portnov joins (~portnov@v-20678-unlim.vpn.mgn.ru) |
| 2023-12-17 18:59:50 | → | h1y0s1lv3r joins (~hiyosilve@p200300ed5f4d895866aec007dd565d47.dip0.t-ipconnect.de) |
| 2023-12-17 19:01:01 | <h1y0s1lv3r> | Hi, I have a new weird warning: https://i.imgur.com/0dzL2R4.png could be removed easily? |
| 2023-12-17 19:09:11 | <geekosaur> | xmonad doesn't produce that warning |
| 2023-12-17 19:16:09 | <geekosaur> | https://github.com/KittyKatt/screenFetch/pull/755 |
| 2023-12-17 19:19:20 | <geekosaur> | hm, that's actually somewhat old. there may be more such buried in it; grep was recently tightened up to be even more pedantic about escapes in regexes |
| 2023-12-17 19:32:13 | × | alp__ quits (~alp@2001:861:e3d6:8f80:d7e4:6b04:de97:ec3a) (Remote host closed the connection) |
| 2023-12-17 19:33:58 | × | h1y0s1lv3r quits (~hiyosilve@p200300ed5f4d895866aec007dd565d47.dip0.t-ipconnect.de) (Quit: xD) |
| 2023-12-17 20:45:20 | × | portnov quits (~portnov@v-20678-unlim.vpn.mgn.ru) (Remote host closed the connection) |
| 2023-12-17 20:54:32 | → | portnov joins (~portnov@v-20678-unlim.vpn.mgn.ru) |
| 2023-12-17 20:55:58 | <portnov> | https://i.ibb.co/p3K1kyX/Screenshot-20231217-150754.png |
| 2023-12-17 21:17:35 | × | portnov quits (~portnov@v-20678-unlim.vpn.mgn.ru) (Remote host closed the connection) |
| 2023-12-17 21:54:52 | <xmonadtrack> | New xmonad-contrib branch created: pull/852 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/852 |
| 2023-12-17 22:10:00 | <xmonadtrack> | New xmonad-contrib branch created: pull/853 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/853 |
| 2023-12-18 00:41:38 | <xmonadtrack> | New branch created: dependabot/github_actions/actions/upload-artifact-4 (1 commit) https://github.com/xmonad/xmonad/tree/dependabot/github_actions/actions/upload-artifact-4 |
| 2023-12-18 00:41:43 | <xmonadtrack> | New branch created: pull/483 (1 commit) https://github.com/xmonad/xmonad/pull/483 |
| 2023-12-18 00:42:55 | <liskin> | ^ this one needs to be patched in the hackage patch |
| 2023-12-18 02:32:54 | <xmonadtrack> | X11-xft New branch created: dependabot/github_actions/actions/upload-artifact-4 (1 commit) https://github.com/xmonad/X11-xft/tree/dependabot/github_actions/actions/upload-artifact-4 |
| 2023-12-18 02:32:59 | <xmonadtrack> | X11-xft New branch created: pull/10 (1 commit) https://github.com/xmonad/X11-xft/pull/10 |
| 2023-12-18 03:31:18 | × | td_ quits (~td@i5387091F.versanet.de) (Ping timeout: 252 seconds) |
| 2023-12-18 03:32:53 | → | td_ joins (~td@i53870935.versanet.de) |
| 2023-12-18 03:42:52 | × | terrorjack quits (~terrorjac@2a01:4f8:c17:87f8::) (Quit: The Lounge - https://thelounge.chat) |
| 2023-12-18 03:46:50 | → | terrorjack joins (~terrorjac@2a01:4f8:c17:87f8::) |
| 2023-12-18 08:44:55 | → | alp_ joins (~alp@2001:861:e3d6:8f80:486d:1053:8f72:bd83) |
| 2023-12-18 09:39:42 | × | ft quits (~ft@p4fc2ae2b.dip0.t-ipconnect.de) (Quit: leaving) |
| 2023-12-18 09:52:25 | <xmonadtrack> | xmonad-contrib Tomas Janousek * v0.17.1-228-g92a7c030: X.L.Renamed: Provide "named" convenience alias (16 hours ago, 3 files, 7+ 5-) https://github.com/xmonad/xmonad-contrib/commit/92a7c030b253 |
| 2023-12-18 09:52:28 | <xmonadtrack> | xmonad-contrib Tony Zorman {GitHub} * v0.17.1-229-g0fe948fe: Merge pull request #852 from liskin/renamed-named (4 minutes ago, 0 files, 0+ 0-) https://github.com/xmonad/xmonad-contrib/commit/0fe948feb3fa |
| 2023-12-18 09:57:28 | <xmonadtrack> | xmonad-contrib Tomas Janousek * v0.17.1-228-g3c329e0a: X.H.{EwmhDesktops,ManageHelpers}: Add _NET_WM_DESKTOP-handling ManageHook (12 hours ago, 3 files, 41+ 0-) https://github.com/xmonad/xmonad-contrib/commit/3c329e0aadae |
| 2023-12-18 09:57:30 | <xmonadtrack> | xmonad-contrib Tony Zorman {GitHub} * v0.17.1-231-gd54a7e21: Merge pull request #853 from liskin/ewmh-desktop-managehook (4 minutes ago, 0 files, 0+ 0-) https://github.com/xmonad/xmonad-contrib/commit/d54a7e21dd28 |
| 2023-12-18 10:32:57 | <xmonadtrack> | xmonad Tomas Janousek * v0.17.2-112-gc4cf471: Bump version number (pre-release 0.17.9) (17 hours ago, 1 file, 1+ 1-) https://github.com/xmonad/xmonad/commit/c4cf4715f736 |
| 2023-12-18 10:32:59 | <xmonadtrack> | xmonad-contrib Tomas Janousek * v0.17.1-232-g3613d4d5: X.U.Ungrab: Avoid "Ambiguous occurrence" error in user configs (17 hours ago, 1 file, 5+ 0-) https://github.com/xmonad/xmonad-contrib/commit/3613d4d5430a |
| 2023-12-18 10:38:43 | × | zawaken| quits (~zawaken@user/zawaken) (Quit: ZNC - https://znc.in) |
| 2023-12-18 10:39:19 | → | zawaken- joins (~zawaken@user/zawaken) |
| 2023-12-18 12:42:14 | → | cfricke joins (~cfricke@user/cfricke) |
| 2023-12-18 13:34:36 | × | jusa quits (~jusa@kraa.fi) (Quit: WeeChat 4.1.1) |
| 2023-12-18 13:34:54 | → | jusa joins (~jusa@kraa.fi) |
| 2023-12-18 14:11:41 | → | gdd joins (~gdd@82-65-118-1.subs.proxad.net) |
| 2023-12-18 14:18:14 | gdd | is now known as help |
| 2023-12-18 14:18:18 | help | is now known as gdd |
| 2023-12-18 14:24:44 | → | sagax joins (~sagax_nb@user/sagax) |
All times are in UTC.