Logs: freenode/#xmonad
| 2021-03-31 16:12:16 | <Solid> | well, not like I could force you |
| 2021-03-31 16:12:21 | <Solid> | but you get what I mean :D |
| 2021-03-31 16:33:49 | × | evanjs- quits (~evanjs@075-129-098-007.res.spectrum.com) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-03-31 16:36:10 | → | evanjs joins (~evanjs@075-129-098-007.res.spectrum.com) |
| 2021-03-31 16:36:26 | → | mc47 joins (~yecinem@196.179.190.248) |
| 2021-03-31 16:36:43 | × | mc47 quits (~yecinem@196.179.190.248) (Remote host closed the connection) |
| 2021-03-31 16:37:06 | → | mc47 joins (~yecinem@196.179.190.248) |
| 2021-03-31 16:38:03 | <mc47> | Solid I'll definitely check that out, I just still didn't get into prompts |
| 2021-03-31 16:38:36 | <mc47> | tbh my whole use of xmonad is still pretty basic (by now it's just a more configurable i3) |
| 2021-03-31 16:40:17 | → | notis joins (~notis@185.51.134.222) |
| 2021-03-31 16:42:11 | <Solid> | ah, fair enough |
| 2021-03-31 16:43:46 | <mc47> | I've been browsing your config yesterday though |
| 2021-03-31 16:43:54 | geekosaur | uses emacs but not org mode |
| 2021-03-31 16:44:08 | <mc47> | any reason you use topics instead of DynamicProjects? |
| 2021-03-31 16:44:22 | <mc47> | geekosaur isn't that like a cardinal sin or sth? |
| 2021-03-31 16:44:39 | geekosaur | isn't much for following rules :) |
| 2021-03-31 16:44:48 | <Solid> | :D |
| 2021-03-31 16:46:07 | <Solid> | mc47: no reason really, I found topics to be easier to configure and more feature complete when I started out |
| 2021-03-31 16:47:47 | <mc47> | another question |
| 2021-03-31 16:48:12 | <mc47> | how do people have multiple patches applied to their xmonad-contrib? |
| 2021-03-31 16:49:02 | <mc47> | the way I do it is that I have my stack pointing to one commit and manually copy-paste other stuff down in my config |
| 2021-03-31 16:59:52 | heck-to-the-gnom | uses vim folds and well-placed comments, as well as a custom link system instead of org mode |
| 2021-03-31 17:03:55 | <Solid> | tell me about your vim-fold-agenda :> |
| 2021-03-31 17:05:20 | heck-to-the-gnom | uploaded an image: (148KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/rqlqxzbefdrxYCZFMhQjpTpI/image.png > |
| 2021-03-31 17:05:32 | <heck-to-the-gnom> | This' how I manage my configurations |
| 2021-03-31 17:06:08 | <Solid> | the agenda is more like a scheduler kind of deal |
| 2021-03-31 17:06:18 | <Solid> | "your life in plain text" is not a lie :) |
| 2021-03-31 17:06:20 | <Liskni_si> | mc47: I have xmonad as a submodule of dotfiles and then stack pointed to a subdir, and I keep a dotfiles branch in that submodule with some patches rebased on top of upstream, usually |
| 2021-03-31 17:06:57 | <Liskni_si> | and I wouldn't say I recommend this approach, but I'm not aware of anything considerably better, either |
| 2021-03-31 17:07:24 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-03-31 17:09:19 | <heck-to-the-gnom> | Yes, I don't bother with fancy text markup when I don't have to. |
| 2021-03-31 17:11:28 | <mc47> | Liskni_si at least your way sounds like it needs less manual work than what I have now |
| 2021-03-31 17:16:39 | <Liskni_si> | mc47: yeah it probably does, and also the github diff is kind of nice: https://github.com/liskin/dotfiles/commit/310319226872e608f90cfdb364dd4a38384cc547 |
| 2021-03-31 17:18:05 | <mc47> | it is :D |
| 2021-03-31 17:22:05 | <heck-to-the-gnom> | Do these features exist in XMonad?: https://hikari.acmelabs.space/videos/hikari.mp4 in the first little while you see three things, the border of the focused window peeking through all others in the stack when a key is held, information regarding a window as an overlay upon that window, and border color changing depending upon the current action. |
| 2021-03-31 17:22:20 | × | notis quits (~notis@185.51.134.222) (Quit: WeeChat 3.1) |
| 2021-03-31 17:24:28 | <heck-to-the-gnom> | I saw https://github.com/xmonad/xmonad-contrib/pull/222 which's could be repurposed for the window information. |
| 2021-03-31 17:24:41 | <heck-to-the-gnom> | `s/which's/which/` |
| 2021-03-31 17:25:46 | → | notis joins (~notis@185.51.134.222) |
| 2021-03-31 17:26:08 | <geekosaur> | if you change the border color it'll change back the next time the logHook runs |
| 2021-03-31 17:26:43 | <geekosaur> | (actually immediately before the logHook is run, so (a) still happens if no logHook (b) will flicker if you make your changes in the logHook) |
| 2021-03-31 17:29:32 | <heck-to-the-gnom> | How might I do that? Moreover, how do I change an attribute in the xmonad config in the form of an X() action? |
| 2021-03-31 17:31:37 | <geekosaur> | you can't change the config, it's part of a Reader so you'd need to restart xmonad after |
| 2021-03-31 17:33:25 | <heck-to-the-gnom> | mmh, OK, so that one's probably not use-ably feasible w/out some rewriting |
| 2021-03-31 17:34:25 | <geekosaur> | well, "when a key is held" is doable as long as focus doesn't change during |
| 2021-03-31 17:34:39 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 246 seconds) |
| 2021-03-31 17:35:00 | <heck-to-the-gnom> | The border-peeking thing? |
| 2021-03-31 17:35:01 | <geekosaur> | won't help much if windows are stacked atop each other though, plus you'd need some transparency |
| 2021-03-31 17:35:31 | <geekosaur> | uh. you're not assuming the border is some addition outside the window, are you? |
| 2021-03-31 17:35:38 | <geekosaur> | it's inside the window |
| 2021-03-31 17:40:23 | <heck-to-the-gnom> | I know that it's inside the window, but couldn't it be replicated atop the stack for a brief moment? |
| 2021-03-31 17:43:16 | <geekosaur> | that would be easier but again don't know how much that would help with layouts like Tabbed that stack windows directly atop each other |
| 2021-03-31 17:44:56 | <heck-to-the-gnom> | It wouldn't make a difference when there aren't floating windows. |
| 2021-03-31 17:45:33 | <geekosaur> | hm. would need a window that was "transparent" (unrendered rather than actually setting opacity, since temporary) except for the outside edges, probably override redirect |
| 2021-03-31 17:46:15 | <geekosaur> | come to think of it, I'm not sure we know where the windows are without querying them, since we don't save the output of the layout, we directly apply it to the window stack |
| 2021-03-31 17:51:22 | × | geekosaur quits (82650c7a@130.101.12.122) (Ping timeout: 240 seconds) |
| 2021-03-31 17:51:58 | <heck-to-the-gnom> | I've run into empty windows before when I apply a wrong combination of modifiers to a layout. So copy the window in the stack, minimize the original, float the new, maximize the original, and strip window information from the new, lastly kill upon release. I'll try to make that. |
| 2021-03-31 18:07:53 | → | geekosaur joins (82650c7a@130.101.12.122) |
| 2021-03-31 18:11:17 | <geekosaur> | I also have some utilities that display window information in my xmonad.hs; they could be modified to display in a semitransparent window instead of using xmessage |
| 2021-03-31 18:17:03 | <geekosaur> | https://github.com/geekosaur/xmonad.hs/blob/pyanfar/xmonad.hs#L213-L216 and showWinRR is https://github.com/geekosaur/xmonad.hs/blob/pyanfar/xmonad.hs#L317-L354 |
| 2021-03-31 18:17:57 | <geekosaur> | (some of that last might go away since I think getWindowAttributes has been fixed since I wrote that; this config hasn't actually been used in several years, the machine is in storage) |
| 2021-03-31 18:35:28 | → | mmarconm joins (~mmarconm@179.254.172.48) |
| 2021-03-31 18:35:28 | × | mmarconm quits (~mmarconm@179.254.172.48) (Changing host) |
| 2021-03-31 18:35:28 | → | mmarconm joins (~mmarconm@unaffiliated/mmarconm) |
| 2021-03-31 18:39:20 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-03-31 19:02:58 | × | mc47 quits (~yecinem@196.179.190.248) (Read error: Connection reset by peer) |
| 2021-03-31 19:20:23 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 246 seconds) |
| 2021-03-31 19:21:37 | → | mc47 joins (~yecinem@196.179.190.248) |
| 2021-03-31 19:44:32 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-03-31 19:47:07 | → | ircbrowse_tom joins (~ircbrowse@64.225.78.177) |
| 2021-03-31 19:47:07 | Server | sets mode +cnt |
| 2021-03-31 20:03:55 | × | rafadc quits (~rafadc@213.37.16.152.dyn.user.ono.com) (Ping timeout: 268 seconds) |
| 2021-03-31 20:04:25 | → | rafadc joins (~rafadc@213.37.16.152.dyn.user.ono.com) |
| 2021-03-31 20:18:47 | × | geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed) |
| 2021-03-31 20:20:46 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 240 seconds) |
| 2021-03-31 20:23:03 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-03-31 20:40:06 | × | mc47 quits (~yecinem@196.179.190.248) (Remote host closed the connection) |
| 2021-03-31 20:48:41 | × | rafadc quits (~rafadc@213.37.16.152.dyn.user.ono.com) (Ping timeout: 240 seconds) |
| 2021-03-31 20:49:27 | → | rafadc joins (~rafadc@213.37.16.152.dyn.user.ono.com) |
| 2021-03-31 21:14:13 | × | lambdabot quits (~lambdabot@haskell/bot/lambdabot) (Remote host closed the connection) |
| 2021-03-31 21:16:33 | → | lambdabot joins (~lambdabot@haskell/bot/lambdabot) |
| 2021-03-31 21:16:33 | ChanServ | sets mode +v lambdabot |
| 2021-03-31 21:19:58 | → | gzj joins (~gzj@unaffiliated/gzj) |
| 2021-03-31 21:22:14 | × | wonko7 quits (~wonko7@62.115.229.50) (Ping timeout: 268 seconds) |
| 2021-03-31 21:22:55 | → | wonko7 joins (~wonko7@62.115.229.50) |
| 2021-03-31 21:27:12 | → | mc47 joins (~yecinem@196.179.190.248) |
| 2021-03-31 21:28:24 | × | wonko7 quits (~wonko7@62.115.229.50) (Ping timeout: 268 seconds) |
| 2021-03-31 22:12:21 | × | thoros quits (~thoros@194-166-47-167.hdsl.highway.telekom.at) (Ping timeout: 260 seconds) |
| 2021-03-31 22:25:30 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 246 seconds) |
| 2021-03-31 22:27:39 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-03-31 22:46:38 | × | ml| quits (~ml|@unaffiliated/ml/x-3958674) (Ping timeout: 240 seconds) |
| 2021-03-31 22:53:13 | × | notis quits (~notis@185.51.134.222) (Ping timeout: 252 seconds) |
| 2021-03-31 22:54:46 | → | ml| joins (~ml|@unaffiliated/ml/x-3958674) |
| 2021-03-31 22:55:05 | × | seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq) |
| 2021-03-31 23:03:39 | × | mc47 quits (~yecinem@196.179.190.248) (Remote host closed the connection) |
| 2021-04-01 00:01:05 | × | gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection) |
| 2021-04-01 00:01:27 | → | gzj joins (~gzj@unaffiliated/gzj) |
| 2021-04-01 00:12:05 | × | gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection) |
| 2021-04-01 00:12:25 | → | gzj joins (~gzj@unaffiliated/gzj) |
| 2021-04-01 00:25:37 | → | theDon joins (~td@94.134.91.65) |
All times are in UTC.