Logs on 2023-09-17 (liberachat/#xmonad)
| 01:05:35 | × | jabuxas quits (~jabuxas@user/jabuxas) (Ping timeout: 240 seconds) |
| 01:06:34 | → | jabuxas joins (~jabuxas@user/jabuxas) |
| 02:42:15 | × | td_ quits (~td@i5387092D.versanet.de) (Ping timeout: 240 seconds) |
| 02:44:22 | → | td_ joins (~td@i5387092E.versanet.de) |
| 05:27:51 | × | chomwitt quits (~chomwitt@ppp-94-68-188-69.home.otenet.gr) (Ping timeout: 240 seconds) |
| 06:16:31 | × | jabuxas quits (~jabuxas@user/jabuxas) (Ping timeout: 264 seconds) |
| 06:16:59 | → | jabuxas joins (~jabuxas@user/jabuxas) |
| 06:39:50 | → | chomwitt joins (~chomwitt@ppp-2-85-137-223.home.otenet.gr) |
| 08:34:22 | <hightower2> | Can you advise - I have xmonad 0.17.1 from debian, and I try to follow the config tutorial. With either just `import XMonad` in the config, or with the default config from git, it just bails out with a variant of "no Main module" message |
| 08:34:24 | <hightower2> | wth |
| 08:38:51 | <hightower2> | some resources on the web say delete ~/.ghc. In my case that dir doesn't exist, and I did run recache too (if it matters) |
| 08:44:12 | <hightower2> | ah, needed main :: IO() specified manually, and it had to come after the imports |
| 08:57:09 | <hightower2> | but the error for the default config (from git) still remains with error: |
| 08:57:32 | <hightower2> | output was redirected with -o, but no output will be generated because there is no Main module |
| 09:00:17 | <[Leary]> | hightower2: Link? I'm not aware we offer a default config. |
| 09:07:06 | <hightower2> | I used the one from wiki.haskell.org now and it worked |
| 09:07:22 | <hightower2> | wiki.haskell.org/Xmonad/Config_archive |
| 09:07:31 | <hightower2> | thanks |
| 09:48:53 | <xmonadtrack> | X11-xft dependabot[bot] {Tomas Janousek} * v0.3.4-19-gbb58f2d: build(deps): bump actions/checkout from 3 to 4 (except haskell-ci workflow) (6 days ago, 2 files, 2+ 2-) https://github.com/xmonad/X11-xft/commit/bb58f2d3b1ca |
| 09:59:00 | <xmonadtrack> | xmonad dependabot[bot] {Tomas Janousek} * v0.17.2-82-g8ec512b: build(deps): bump actions/checkout from 3 to 4 (except haskell-ci workflow) (6 days ago, 5 files, 5+ 5-) https://github.com/xmonad/xmonad/commit/8ec512b43732 |
| 10:00:07 | → | hightower3 joins (~hightower@213.149.51.144) |
| 10:02:22 | × | hightower2 quits (~hightower@213.149.61.206) (Ping timeout: 244 seconds) |
| 10:03:13 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 10:09:27 | × | chomwitt quits (~chomwitt@ppp-2-85-137-223.home.otenet.gr) (Ping timeout: 240 seconds) |
| 10:19:13 | <xmonadtrack> | New xmonad-contrib branch created: pull/829 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/829 |
| 10:26:35 | → | chomwitt joins (~chomwitt@ppp-94-67-236-45.home.otenet.gr) |
| 10:42:03 | × | deepy quits (deepy@user/deepy) (Server closed connection) |
| 10:42:30 | → | deepy joins (deepy@user/deepy) |
| 11:19:31 | × | jabuxas quits (~jabuxas@user/jabuxas) (Ping timeout: 264 seconds) |
| 11:20:29 | → | jabuxas joins (~jabuxas@user/jabuxas) |
| 12:39:27 | × | jabuxas quits (~jabuxas@user/jabuxas) (Ping timeout: 240 seconds) |
| 12:52:09 | → | jabuxas joins (~jabuxas@user/jabuxas) |
| 13:01:03 | <xmonadtrack> | New branch created: pull/467 (1 commit) https://github.com/xmonad/xmonad/pull/467 |
| 13:03:05 | × | jabuxas quits (~jabuxas@user/jabuxas) (Ping timeout: 240 seconds) |
| 13:06:49 | → | jabuxas joins (~jabuxas@user/jabuxas) |
| 13:42:59 | × | jabuxas quits (~jabuxas@user/jabuxas) (Ping timeout: 244 seconds) |
| 13:45:03 | × | smashgrab quits (~smashgrab@188.166.8.80) (Server closed connection) |
| 13:45:22 | → | smashgrab joins (~smashgrab@188.166.8.80) |
| 18:09:05 | × | chomwitt quits (~chomwitt@ppp-94-67-236-45.home.otenet.gr) (Ping timeout: 240 seconds) |
| 18:48:37 | → | chomwitt joins (~chomwitt@athedsl-25022.home.otenet.gr) |
| 19:05:43 | <hightower3> | Hey for functionality of swapMaster. I'd like something like a key binding repeatedly cycling between last 2 masters.. that is, when I make a non-master window master and they swap places, I'd like the next keypress to swap them back again, and do so in a cycle. Is that possible? |
| 19:05:59 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 19:06:22 | <hightower3> | basically the effect of `cd -` for swapping master and non-master |
| 19:07:58 | <geekosaur> | if you have more than two windows then you'd need to store the last master somewhere. otherwise it's something like: windows (W.swapMaster . W.focusDown) |
| 19:08:24 | <geekosaur> | actually that might work even for more than two windows depending on what exactly you want |
| 19:11:33 | <hightower3> | great, gonna try shortly |
| 19:11:47 | <hightower3> | yes, I was meaning about the version which stores |
| 19:14:05 | <geekosaur> | it's possible using ExtensibleState |
| 19:25:46 | <hightower3> | impressed by the thing so fae |
| 19:25:49 | <hightower3> | far* |
| 20:25:41 | <liskin> | oh, there's ghc 9.4 in Debian unstable, perhaps I can upgrade from 8.8 :-D |
| 20:25:52 | <liskin> | (been avoiding 9.0) |
| 20:26:02 | <xmonadtrack> | xmonad Tomas Janousek * v0.17.2-83-g8975974: ci: Drop unnecessary cmd from "Install packdeps" (9 weeks ago, 1 file, 0+ 1-) https://github.com/xmonad/xmonad/commit/897597463ae7 |
| 20:26:04 | <xmonadtrack> | xmonad-contrib Tomas Janousek * v0.17.1-175-gb358c90a: ci: Drop unnecessary cmd from "Install packdeps" (9 weeks ago, 1 file, 0+ 1-) https://github.com/xmonad/xmonad-contrib/commit/b358c90a734d |
| 20:26:13 | <xmonadtrack> | xmonad-contrib dependabot[bot] {Tomas Janousek} * v0.17.1-176-g51ba23b7: build(deps): bump actions/checkout from 3 to 4 (except haskell-ci workflow) (13 days ago, 4 files, 4+ 4-) https://github.com/xmonad/xmonad-contrib/commit/51ba23b776f7 |
| 20:26:21 | <xmonadtrack> | X11 Tomas Janousek * 1.10.3-14-g754353b: ci: Drop unnecessary cmd from "Install packdeps" (9 weeks ago, 1 file, 0+ 1-) https://github.com/xmonad/X11/commit/754353bc6ead |
| 20:26:28 | <xmonadtrack> | X11-xft Tomas Janousek * v0.3.4-20-g7552fd0: ci: Drop unnecessary cmd from "Install packdeps" (9 weeks ago, 1 file, 0+ 1-) https://github.com/xmonad/X11-xft/commit/7552fd03aab2 |
| 20:31:06 | <xmonadtrack> | xmonad R. N. West {GitHub} * v0.17.2-83-g9374932: Fix typo in TUTORIAL.md (8 hours ago, 1 file, 1+ 1-) https://github.com/xmonad/xmonad/commit/937493256d87 |
| 20:31:08 | <xmonadtrack> | xmonad Tomas Janousek {GitHub} * v0.17.2-85-gbb895d8: Merge pull request #467 from rnwst/patch-1 (2 seconds ago, 0 files, 0+ 0-) https://github.com/xmonad/xmonad/commit/bb895d8415da |
| 20:31:16 | <xmonadtrack> | X11 dependabot[bot] {Tomas Janousek} * 1.10.3-15-gc701c99: build(deps): bump actions/checkout from 3 to 4 (except haskell-ci workflow) (13 days ago, 2 files, 2+ 2-) https://github.com/xmonad/X11/commit/c701c99847ed |
| 21:12:33 | <liskin> | my personal laptop is approaching half a year uptime, funny |
| 21:13:12 | <liskin> | says more about my life than Linux stability though |
| 21:13:50 | <liskin> | (and yeah my X11/xmonad session has been up all that time too) |
| 21:52:00 | <xmonadtrack> | X11-xft Tomas Janousek * v0.3.4-21-g82de2a5: ci: Replace deprecated haskell/actions/setup (45 seconds ago, 1 file, 1+ 1-) https://github.com/xmonad/X11-xft/commit/82de2a5a5c99 |
| 21:57:03 | <xmonadtrack> | X11 Tomas Janousek * 1.10.3-16-gc5be918: ci: Replace deprecated haskell/actions/setup (6 minutes ago, 1 file, 1+ 1-) https://github.com/xmonad/X11/commit/c5be9189b98e |
| 22:03:54 | <haskellbridge> | <liskin> Oh my fucking god the Matrix Element morons made it almost impossible to disable their awful webfonts. |
| 22:04:33 | <haskellbridge> | <liskin> How is anyone meant to use this stupid thing. Accessibility zero. |
| 22:17:17 | <xmonadtrack> | xmonad Tomas Janousek * v0.17.2-86-gc264e4c: ci: Replace deprecated haskell/actions/setup (26 minutes ago, 1 file, 1+ 1-) https://github.com/xmonad/xmonad/commit/c264e4cdb3d2 |
| 22:17:19 | <xmonadtrack> | xmonad-contrib Tomas Janousek * v0.17.1-177-gc9a096ac: ci: Replace deprecated haskell/actions/setup (26 minutes ago, 1 file, 1+ 1-) https://github.com/xmonad/xmonad-contrib/commit/c9a096ac1fdd |
| 23:08:01 | <xmonadtrack> | xmonad Tomas Janousek * v0.17.2-87-gdc4d304: Avoid use of partial function (head) (4 minutes ago, 1 file, 1+ 1-) https://github.com/xmonad/xmonad/commit/dc4d30480281 |
| 23:25:05 | × | chomwitt quits (~chomwitt@athedsl-25022.home.otenet.gr) (Ping timeout: 240 seconds) |
| 23:37:17 | × | coldpress quits (~coldpress@72.136.212.35.bc.googleusercontent.com) (Ping timeout: 246 seconds) |
| 23:37:39 | → | coldpress joins (~coldpress@72.136.212.35.bc.googleusercontent.com) |
| 23:39:02 | × | fcser quits (~fcser@booty.farted.net) (Ping timeout: 246 seconds) |
| 23:39:11 | → | fcser joins (~fcser@booty.farted.net) |
All times are in UTC on 2023-09-17.