Logs: liberachat/#xmonad
| 2022-10-31 17:13:12 | <thyriaen> | T_T |
| 2022-10-31 17:13:21 | <thyriaen> | so i don't use spawn |
| 2022-10-31 17:13:29 | <thyriaen> | ( line 139 in my config ) |
| 2022-10-31 17:13:34 | <geekosaur> | wait, it produces a Maybe so that won't work |
| 2022-10-31 17:13:47 | <thyriaen> | https://paste.tomsmeding.com/tW5WjuR5 |
| 2022-10-31 17:14:00 | <thyriaen> | i want that that scratchpad is always on my current main screen |
| 2022-10-31 17:22:52 | <geekosaur> | change the manage action from `customFloating $ floatingNNN` to `liftX (fmap fromJust $ screenWorkspace 0) >>= \w -> customFloating floatingNNN <> doShift w` |
| 2022-10-31 17:23:03 | <geekosaur> | import Data.Maybe for fromJust |
| 2022-10-31 17:23:14 | → | sadmax joins (~user@209.205.174.253) |
| 2022-10-31 17:23:21 | <geekosaur> | (normally fromJust is a bad idea but of there's no ws on screen 0 then we aren't running) |
| 2022-10-31 17:23:30 | <geekosaur> | *but if |
| 2022-10-31 17:25:24 | <geekosaur> | (I should figure out why I can't eta reduce that `w`, but this works) |
| 2022-10-31 17:27:58 | × | sadmax quits (~user@209.205.174.253) (Remote host closed the connection) |
| 2022-10-31 17:29:16 | → | sadmax joins (~user@209.205.174.253) |
| 2022-10-31 17:29:44 | × | sadmax quits (~user@209.205.174.253) (Read error: Connection reset by peer) |
| 2022-10-31 17:30:28 | → | sadmax joins (~user@209.205.174.253) |
| 2022-10-31 17:34:33 | × | darkstardevx quits (~darkstard@50.126.124.156) (Read error: Connection reset by peer) |
| 2022-10-31 17:34:47 | → | darkstardevx joins (~darkstard@50.126.124.156) |
| 2022-10-31 17:36:10 | <thyriaen> | geekosaur, thanks i will try that |
| 2022-10-31 17:38:15 | <thyriaen> | geekosaur, doesn't work - still shows on 2nd screen :p |
| 2022-10-31 17:38:54 | <geekosaur> | hm. wonder if the notepad code is overriding the doShift |
| 2022-10-31 17:39:01 | <geekosaur> | you may be stuck in that case |
| 2022-10-31 17:39:08 | <thyriaen> | T_T |
| 2022-10-31 17:39:25 | <thyriaen> | geekosaur, do you know a fix for my hovering on empty workspace problem ? |
| 2022-10-31 17:41:26 | <geekosaur> | no, and I'm not sure there is one because we don't receive a focus change event for switching across screens if the root window is focused on both sides |
| 2022-10-31 17:41:47 | <thyriaen> | ok |
| 2022-10-31 17:43:01 | <thyriaen> | geekosaur, and one last thing: i want to have a button to push the window in this manner: https://ibb.co/drt1319 |
| 2022-10-31 17:45:03 | <geekosaur> | that could probably be written (Move R for as long as possible then Move D for as long as that's possible) but nontrivial |
| 2022-10-31 17:45:42 | <geekosaur> | or maybe just move windows in the natural direction for the sublayout, assuming that is sublayouts of some variety |
| 2022-10-31 17:45:53 | <geekosaur> | but still nontrivial because every layout does its own thing |
| 2022-10-31 18:05:46 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 252 seconds) |
| 2022-10-31 18:08:25 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-10-31 18:34:21 | <thyriaen> | hmm ok |
| 2022-10-31 19:03:34 | → | aliosablack joins (~chomwitt@2a02:587:dc18:4a00:1ac0:4dff:fedb:a3f1) |
| 2022-10-31 19:06:16 | × | chomwitt quits (~chomwitt@athe730-c-multi-217.home.otenet.gr) (Ping timeout: 252 seconds) |
| 2022-10-31 19:33:12 | → | sadmax` joins (~user@209.205.174.253) |
| 2022-10-31 19:34:19 | × | sadmax quits (~user@209.205.174.253) (Ping timeout: 252 seconds) |
| 2022-10-31 19:36:08 | × | darkstardevx quits (~darkstard@50.126.124.156) (Read error: Connection reset by peer) |
| 2022-10-31 19:36:18 | → | darkstardevx joins (~darkstard@50.126.124.156) |
| 2022-10-31 20:40:56 | × | sadmax` quits (~user@209.205.174.253) (Remote host closed the connection) |
| 2022-10-31 20:51:32 | → | diep joins (~diep@2a01:cb11:2d7:4a00:a13f:e40c:c4e8:736c) |
| 2022-10-31 21:37:51 | → | darkstarx joins (~darkstard@50.126.124.156) |
| 2022-10-31 21:40:16 | × | darkstardevx quits (~darkstard@50.126.124.156) (Ping timeout: 252 seconds) |
| 2022-10-31 21:58:45 | × | diep quits (~diep@2a01:cb11:2d7:4a00:a13f:e40c:c4e8:736c) (Remote host closed the connection) |
| 2022-10-31 22:26:21 | × | aliosablack quits (~chomwitt@2a02:587:dc18:4a00:1ac0:4dff:fedb:a3f1) (Ping timeout: 255 seconds) |
| 2022-10-31 22:44:16 | → | noex joins (~null@user/noex) |
| 2022-10-31 22:45:24 | <liskin> | Solid: https://github.com/xmonad/X11/pull/84 and https://github.com/xmonad/X11-xft/pull/3, same as yesterday, nothing surprising there, just free t-shirt for me :-D |
| 2022-10-31 22:46:27 | <liskin> | and those damn GHA deprecations will need to be replicated to all the other repos I maintain, so like 10 times more |
| 2022-10-31 22:46:44 | <xmonadtrack> | X11 New branch created: pull/84 (5 commits) https://github.com/xmonad/X11/pull/84 |
| 2022-10-31 22:46:57 | <xmonadtrack> | X11-xft New branch created: pull/3 (5 commits) https://github.com/xmonad/X11-xft/pull/3 |
| 2022-10-31 22:48:23 | <liskin> | I mean it's better than washing dishes and calling people to come and check the gas boiler, but still, this adult responsibility stuff so annoying :-D |
| 2022-10-31 23:15:44 | × | noex quits (~null@user/noex) (Quit: :q!) |
| 2022-10-31 23:51:57 | → | mvk joins (~mvk@2607:fea8:5ce3:8500::f30b) |
| 2022-11-01 00:55:51 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 246 seconds) |
| 2022-11-01 00:57:02 | × | darkstarx quits (~darkstard@50.126.124.156) (Read error: Connection reset by peer) |
| 2022-11-01 01:07:38 | → | darkstardevx joins (~darkstard@50.126.124.156) |
| 2022-11-01 01:08:31 | × | darkstardevx quits (~darkstard@50.126.124.156) (Remote host closed the connection) |
| 2022-11-01 01:08:56 | → | darkstardevx joins (~darkstard@50.126.124.156) |
| 2022-11-01 01:40:42 | × | thyriaen quits (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) (Remote host closed the connection) |
| 2022-11-01 02:12:15 | × | mvk quits (~mvk@2607:fea8:5ce3:8500::f30b) (Ping timeout: 255 seconds) |
| 2022-11-01 03:10:33 | → | darkstarx joins (~darkstard@50.126.124.156) |
| 2022-11-01 03:10:38 | × | darkstardevx quits (~darkstard@50.126.124.156) (Remote host closed the connection) |
| 2022-11-01 03:26:44 | × | td_ quits (~td@83.135.9.57) (Ping timeout: 248 seconds) |
| 2022-11-01 03:28:41 | → | td_ joins (~td@83.135.9.15) |
| 2022-11-01 04:13:37 | × | elpfen[m] quits (~elpfenmat@2001:470:69fc:105::2:a75f) (Ping timeout: 246 seconds) |
| 2022-11-01 04:13:37 | × | VarikValefor[m] quits (~varikvale@2001:470:69fc:105::a5d) (Ping timeout: 246 seconds) |
| 2022-11-01 04:13:37 | × | mekeor[m] quits (~mekeormat@2001:470:69fc:105::17e4) (Ping timeout: 246 seconds) |
| 2022-11-01 04:14:19 | × | ^[ quits (~user@user//x-8473491) (Ping timeout: 246 seconds) |
| 2022-11-01 04:25:13 | → | ^[ joins (~user@user//x-8473491) |
| 2022-11-01 04:25:39 | → | VarikValefor[m] joins (~varikvale@2001:470:69fc:105::a5d) |
| 2022-11-01 04:27:03 | → | mekeor[m] joins (~mekeormat@2001:470:69fc:105::17e4) |
| 2022-11-01 04:27:46 | → | elpfen[m] joins (~elpfenmat@2001:470:69fc:105::2:a75f) |
| 2022-11-01 04:47:18 | → | BetweenUs joins (~mario@31.147.205.13) |
| 2022-11-01 04:53:08 | <BetweenUs> | what is libHSwitherable? |
| 2022-11-01 05:12:05 | → | darkstardev13 joins (~darkstard@50.126.124.156) |
| 2022-11-01 05:14:34 | × | darkstarx quits (~darkstard@50.126.124.156) (Ping timeout: 252 seconds) |
| 2022-11-01 05:25:44 | × | redgloboli quits (~redglobol@user/redgloboli) (Quit: ...enter the matrix...) |
| 2022-11-01 05:26:35 | → | redgloboli joins (~redglobol@user/redgloboli) |
| 2022-11-01 06:12:49 | × | BetweenUs quits (~mario@31.147.205.13) (Quit: WeeChat 3.7.1) |
| 2022-11-01 06:22:18 | → | aliosablack joins (~chomwitt@2a02:587:dc18:4a00:1ac0:4dff:fedb:a3f1) |
| 2022-11-01 07:04:36 | × | darkstardev13 quits (~darkstard@50.126.124.156) (Read error: Connection reset by peer) |
| 2022-11-01 07:09:20 | <xmonadtrack> | X11 Tomas Janousek * 1.10.3-2-gf35b61a: ci: Bump haskell-ci (9 hours ago, 2 files, 11+ 8-) https://github.com/xmonad/X11/commit/f35b61a60049 |
| 2022-11-01 07:09:21 | <xmonadtrack> | X11 Tomas Janousek * 1.10.3-3-g7ed2336: ci: Replace deprecated GHA set-output command (35 hours ago, 1 file, 1+ 1-) https://github.com/xmonad/X11/commit/7ed2336f37f6 |
| 2022-11-01 07:09:29 | <xmonadtrack> | X11 Tomas Janousek * 1.10.3-4-g58e2f0e: ci: Drop GHC installation via apt (34 hours ago, 1 file, 5+ 18-) https://github.com/xmonad/X11/commit/58e2f0eead6e |
| 2022-11-01 07:09:35 | <xmonadtrack> | ... and 3 more commits |
| 2022-11-01 07:09:41 | <xmonadtrack> | X11-xft Tomas Janousek * v0.3.4-5-gc6cd99f: ci: Bump haskell-ci (9 hours ago, 2 files, 11+ 8-) https://github.com/xmonad/X11-xft/commit/c6cd99ffb185 |
| 2022-11-01 07:09:49 | <xmonadtrack> | X11-xft Tomas Janousek * v0.3.4-6-g531ea8e: ci: Replace deprecated GHA set-output command (35 hours ago, 1 file, 1+ 1-) https://github.com/xmonad/X11-xft/commit/531ea8e29574 |
| 2022-11-01 07:09:56 | <xmonadtrack> | X11-xft Tomas Janousek * v0.3.4-7-gbeceffe: ci: Drop GHC installation via apt (34 hours ago, 1 file, 5+ 18-) https://github.com/xmonad/X11-xft/commit/beceffeb3ca4 |
| 2022-11-01 07:10:02 | <xmonadtrack> | ... and 3 more commits |
| 2022-11-01 07:11:22 | <Solid> | liskin: hopefully I was still in time for the t-shirt :] |
| 2022-11-01 07:11:47 | <Solid> | but actually I think Hacktoberfest also counts maintainer activity, and you did review and merge a few PRs |
| 2022-11-01 07:11:59 | <Solid> | so if you registered as a maintainer as well it should easily be enough |
| 2022-11-01 07:29:19 | × | redgloboli quits (~redglobol@user/redgloboli) (Ping timeout: 252 seconds) |
| 2022-11-01 07:29:40 | → | redgloboli joins (~redglobol@user/redgloboli) |
| 2022-11-01 07:30:03 | → | darkstardevx joins (~darkstard@50.126.124.156) |
| 2022-11-01 07:31:10 | × | darkstardevx quits (~darkstard@50.126.124.156) (Remote host closed the connection) |
| 2022-11-01 07:31:34 | → | darkstardevx joins (~darkstard@50.126.124.156) |
| 2022-11-01 07:36:25 | × | darkstardevx quits (~darkstard@50.126.124.156) (Remote host closed the connection) |
| 2022-11-01 07:36:51 | → | darkstardevx joins (~darkstard@50.126.124.156) |
| 2022-11-01 07:45:57 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
All times are in UTC.