Logs on 2023-07-26 (liberachat/#xmonad)
| 00:00:05 | × | terrorjack quits (~terrorjac@2a01:4f8:c17:87f8::) (*.net *.split) |
| 00:00:05 | × | berberman quits (~berberman@user/berberman) (*.net *.split) |
| 00:00:05 | × | joshproehl quits (~quassel@user/joshproehl) (*.net *.split) |
| 00:00:05 | × | justache quits (~justache@user/justache) (*.net *.split) |
| 00:00:05 | × | vifon quits (~vifon@user/vifon) (*.net *.split) |
| 00:00:05 | × | acidbong quits (6e5528b381@198.108.77.94) (*.net *.split) |
| 00:00:05 | × | amenonsen quits (~amenonsen@pitta.toroid.org) (*.net *.split) |
| 00:00:05 | × | fizzie quits (irc@selene.zem.fi) (*.net *.split) |
| 00:00:05 | × | FatBoyXPC quits (~FatBoyXPC@user/fatboyxpc) (*.net *.split) |
| 00:01:03 | → | vifon joins (~vifon@nixon.einval.eu) |
| 00:01:28 | × | vifon quits (~vifon@nixon.einval.eu) (Changing host) |
| 00:01:28 | → | vifon joins (~vifon@user/vifon) |
| 00:01:48 | → | justache joins (~justache@user/justache) |
| 00:01:49 | × | justache quits (~justache@user/justache) (Max SendQ exceeded) |
| 00:01:55 | → | joshproehl joins (~quassel@user/joshproehl) |
| 00:02:22 | → | berberman joins (~berberman@user/berberman) |
| 00:02:28 | → | fizzie joins (irc@selene.zem.fi) |
| 00:02:28 | → | amenonsen joins (~amenonsen@pitta.toroid.org) |
| 00:05:47 | → | FatBoyXPC joins (~FatBoyXPC@user/fatboyxpc) |
| 00:06:30 | → | justache joins (~justache@user/justache) |
| 01:42:32 | × | ft quits (~ft@p3e9bc40d.dip0.t-ipconnect.de) (Ping timeout: 240 seconds) |
| 01:44:34 | → | ft joins (~ft@p508dbe23.dip0.t-ipconnect.de) |
| 02:19:40 | × | td_ quits (~td@i5387093B.versanet.de) (Ping timeout: 252 seconds) |
| 02:21:34 | → | td_ joins (~td@i53870902.versanet.de) |
| 06:11:12 | → | mncheckm joins (~mncheck@193.224.205.254) |
| 06:24:53 | × | Lears quits (~Leary]@user/Leary/x-0910699) (Read error: Connection reset by peer) |
| 06:24:59 | → | [Leary] joins (~Leary]@user/Leary/x-0910699) |
| 06:42:29 | × | ft quits (~ft@p508dbe23.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
| 06:44:07 | → | ft joins (~ft@p3e9bcc0e.dip0.t-ipconnect.de) |
| 08:40:57 | × | ft quits (~ft@p3e9bcc0e.dip0.t-ipconnect.de) (Quit: leaving) |
| 12:38:22 | × | hightower3 quits (~hightower@213-202-64-197.dsl.iskon.hr) (Ping timeout: 244 seconds) |
| 13:05:51 | → | hightower2 joins (~hightower@213.186.17.245) |
| 13:22:54 | → | Guest19 joins (~Guest19@178.234.7.149) |
| 13:23:38 | <Guest19> | hey. what is the right way to paste code here, if I'd like to ask something? |
| 13:23:53 | → | liskin[m] joins (~liskinmat@2001:470:69fc:105::768) |
| 13:24:08 | → | unclechu joins (~unclechu@2001:470:69fc:105::354) |
| 13:25:09 | <geekosaur> | @where paste |
| 13:25:09 | <lambdabot> | Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com |
| 13:25:43 | <Guest19> | thanks! |
| 13:58:53 | <Guest19> | can someone tell, what is the proper way to add image decoration to my term windows? snippets taken from docs page, but I already have layout config, how to combine them? sorry, not familliaar with haskell, just enjoying xmonad. https://paste.tomsmeding.com/1uJkhDEP |
| 14:04:29 | <geekosaur> | https://paste.tomsmeding.com/uxZYHWKz |
| 14:05:37 | <Guest19> | sweet! nice and easy :) |
| 14:06:23 | <Guest19> | am I able to setup it like set my own colors, icons, and padding? |
| 14:11:52 | <geekosaur> | yes, by modifying `defaultThemeWithImageButtons`. but it's somewhat hairy |
| 14:12:37 | <geekosaur> | in particular `Decoration`'s idea of an icon is monochrome/2-color bitmaps expressed as lists of `Bool` |
| 14:12:39 | <Guest19> | ya, thanks, found this way |
| 14:12:49 | <geekosaur> | can't use pixmaps etc. |
| 14:13:35 | <Guest19> | wanted to make something like osx terminal, pretty hard |
| 14:18:30 | <geekosaur> | that is probably much easier to do by writing something based on Gtk's VTE; xmonad is not exactly intended to make pretty GUIs |
| 14:21:18 | <Guest19> | thank you so much for the direction! think I rather stay on my minimal xmonad config |
| 14:48:27 | <Guest19> | ImageButtonDecoration get it's own shaping separately from window it belongs to (using compositors), so it's pretty hard to setup something similar to osx windows, for example. maybe only if none of them meant to be rounded either |
| 14:57:41 | <geekosaur> | right, there's no way to control that and the decoration windows are independent |
| 14:58:04 | <geekosaur> | with a slow enough machine or display driver (or compositor) you can see the decoration moving independently from the window |
| 15:01:42 | <Guest19> | I see, thanks for help! |
| 15:04:42 | <geekosaur> | which is another reason you really need to write a custom terminal emulator for this, you cna't e.g. hook Decoration operations into the emulator |
| 15:07:29 | <Guest19> | yea, I thought it more easier in some way, but fine, not using mouse at all |
| 15:18:24 | × | Guest19 quits (~Guest19@178.234.7.149) (Quit: Client closed) |
| 15:20:51 | → | Guest19 joins (~Guest19@178.234.7.149) |
| 15:44:24 | <absta[m]> | Hello. While adjusting picom settings, I found that xmonad borders have disappeared. Can it be caused by picom shadow? Is there some known solutions to this problem? Thank you! |
| 15:51:08 | × | Guest19 quits (~Guest19@178.234.7.149) (Ping timeout: 246 seconds) |
| 16:06:26 | <geekosaur> | I'm not seeing any problems with the version of picom in ubuntu 22.04 |
| 16:06:57 | <geekosaur> | but yes, I'd imagine certain kinds of shadows would fuzz the window border enough for it to be undetectable |
| 16:49:26 | <ChaoticMist[m]> | <absta[m]> "Hello. While adjusting picom..." <- Do share your picom config, because I am not experiencing that issue at all |
| 16:51:47 | <ChaoticMist[m]> | Since it has been two years, does anyone know the status of the ~ConditionalLayoutModifier~ PR? Or is it still left until Liskin comes back from his vacation? |
| 17:04:24 | <xmonadtrack> | xmonad Tony Zorman * v0.17.2-76-g3c80296: TUTORIAL: Mention the need for a wallpaper (4 days ago, 1 file, 5+ 0-) https://github.com/xmonad/xmonad/commit/3c80296733da |
| 17:04:26 | <xmonadtrack> | xmonad Tony Zorman * v0.17.2-77-g431bb4b: TUTORIAL: Add a subsection about the startupHook (4 days ago, 1 file, 44+ 11-) https://github.com/xmonad/xmonad/commit/431bb4b57ce3 |
| 17:04:34 | <xmonadtrack> | xmonad Tony Zorman {GitHub} * v0.17.2-78-gefffa89: Merge pull request #463 from slotThe/tut/bits (3 minutes ago, 0 files, 0+ 0-) https://github.com/xmonad/xmonad/commit/efffa8946ac6 |
| 17:12:09 | <geekosaur> | they did say they were playing with the options; I suspect they tried some of the (non-default) blur options |
| 17:14:51 | × | hightower2 quits (~hightower@213.186.17.245) (Ping timeout: 260 seconds) |
| 17:31:24 | → | diep joins (~diep@2a01:cb11:2d7:4a00:a13f:e40c:c4e8:736c) |
| 17:35:21 | diep | is now known as rascasse |
| 17:36:51 | × | rascasse quits (~diep@2a01:cb11:2d7:4a00:a13f:e40c:c4e8:736c) (Remote host closed the connection) |
| 17:37:07 | → | diep joins (~diep@2a01:cb11:2d7:4a00:a13f:e40c:c4e8:736c) |
| 17:39:40 | × | diep quits (~diep@2a01:cb11:2d7:4a00:a13f:e40c:c4e8:736c) (Remote host closed the connection) |
| 17:39:55 | → | diep joins (~diep@2a01:cb11:2d7:4a00:a13f:e40c:c4e8:736c) |
| 19:06:33 | → | ft joins (~ft@p3e9bcc0e.dip0.t-ipconnect.de) |
| 19:14:06 | → | Guest19 joins (~Guest19@178.234.7.149) |
| 19:52:02 | × | Guest19 quits (~Guest19@178.234.7.149) (Quit: Client closed) |
| 20:20:17 | × | diep quits (~diep@2a01:cb11:2d7:4a00:a13f:e40c:c4e8:736c) (Remote host closed the connection) |
| 22:13:59 | <absta[m]> | Let me post the options when I get to my computer. |
| 22:14:12 | <absta[m]> | Hmm, what is blur? |
| 22:25:20 | <geekosaur> | I guess that means you weren't playing with it? search for it in the manpage |
| 22:38:37 | × | mncheckm quits (~mncheck@193.224.205.254) (Ping timeout: 260 seconds) |
| 22:54:10 | <ChaoticMist[m]> | <absta[m]> "Hmm, what is blur?" <- as in ~--blur-method~, ~blur-background~ and etc. |
| 22:54:39 | <absta[m]> | I see, I am not using one. I suspect that shadow is overwriting the border |
| 22:55:56 | <ChaoticMist[m]> | absta[m]: Did you try disabling them and running picom? That could be the easiest way to find out |
| 22:56:16 | <absta[m]> | Let me try that |
| 23:36:10 | <liskin> | ChaoticMist[m]: I'm not coming back from my "vacation" any time soon I'm afraid |
| 23:37:56 | <liskin> | There was a period of time when I would have been able to review the PR provided someone took my simpler and more robust design and polished it, but these days I can't promise even that :-( |
| 23:38:27 | <liskin> | Still... it would be nice if someone did. It's not exactly rocket science. |
| 23:38:32 | <ChaoticMist[m]> | liskin: WTF is going on? Everything alright? |
| 23:39:03 | <ChaoticMist[m]> | BTW, I was just checking the status of the PR. Nothing serious tbh, so don't worry about it! |
| 23:39:42 | <liskin> | Just a very bad burnout, possibly depression. |
| 23:40:30 | <ChaoticMist[m]> | liskin: How long has this been going on for? And do you know when it started happening? |
| 23:40:47 | <ChaoticMist[m]> | Also, have you talked to someone about it? |
| 23:40:50 | <liskin> | Been a year I guess, maybe two. |
| 23:41:19 | <liskin> | You'd expect to have sorted it out via doctors by now but I'm doing something wrong I guess |
| 23:41:51 | <ChaoticMist[m]> | liskin: I did not, because I know people who have gone for way longer than that without getting their depression cured. |
| 23:42:53 | <liskin> | They just keep telling me I need to wait for a diagnosis and that takes ages even with a private health insurance. If I was relying on the NHS it'd be literally years. Like... 5 |
| 23:42:58 | <ChaoticMist[m]> | liskin: some people get addicted to the depressive state, other's avoid the answers they know would solve the issue |
| 23:43:19 | <geekosaur> | and even so only about a third of people respond to medication |
| 23:43:34 | <ChaoticMist[m]> | Also, ending it is not an answer. That's just evading the issue. So please people, don't do something dumb like that. |
| 23:43:51 | <liskin> | Yeah, fun times still ahead. |
| 23:44:06 | <liskin> | But nowhere near ending it. |
| 23:44:10 | <ChaoticMist[m]> | geekosaur: I think it's even less than that tbh |
| 23:44:16 | <ChaoticMist[m]> | liskin: Good! |
| 23:44:18 | <geekosaur> | mine never expressed that way. I just withdrew into myself and couldn't do much of anything |
| 23:45:38 | <absta[m]> | Honestly burnout is normal |
| 23:45:46 | <geekosaur> | (but mine was side effect, really. being treated for the actual problem now, not perfectly but the depression's gone) |
| 23:45:47 | <liskin> | If it was that bad there'd be better options I'm sure. I can still quit the job, pack my stuff and go home and let an actual functioning EU healthcare system take care of me. |
| 23:46:02 | <ChaoticMist[m]> | (not bragging or something.. so do not take it the wrong way) I personally just "deleted" my older self and I find myself oftentimes not recalling older memories. So do not try that method |
| 23:46:41 | <liskin> | I'd love to delete my current self, if anything :-) |
| 23:46:48 | <ChaoticMist[m]> | liskin: Do you feel that the job is causing you depression? |
| 23:46:58 | <ChaoticMist[m]> | liskin: You'll forget to experience emotions too |
| 23:47:07 | <liskin> | ChaoticMist[m]: possibly |
| 23:47:44 | <ChaoticMist[m]> | liskin: Why not just quit? You don't have an infinite lifespan to continue with this shit.. |
| 23:48:12 | <liskin> | ChaoticMist[m]: yeah that's a good question... |
| 23:48:34 | <ChaoticMist[m]> | Are you afraid of rewarding your own self? |
| 23:48:37 | <liskin> | Mainly because last time I looked for a job in here everything was a bit shit |
| 23:48:41 | <ChaoticMist[m]> | Because no one else will. |
| 23:49:05 | <absta[m]> | I've seen many people going burnout who are healthy otherwise, it could be a sign of being overworked imo |
| 23:49:15 | <ChaoticMist[m]> | liskin: Who gives a fuck? If you feel bad, fuck it. No matter what kind of job it is.. |
| 23:49:38 | <absta[m]> | So I believe you do need to see which case it is |
| 23:49:41 | <liskin> | And also the health insurance is tied to it. |
| 23:49:50 | <absta[m]> | Reality is harsh. |
| 23:50:24 | <ChaoticMist[m]> | absta[m]: Personally, if a work place allows people to get overworked then I am not participating in it. |
| 23:50:38 | <ChaoticMist[m]> | liskin: Well, quit that too and just travel like you said you would? |
| 23:51:06 | <liskin> | (not US, so it's not critical, but I wanted to wrap up the diagnosis stuff and that needs the insurance) |
| 23:51:19 | <ChaoticMist[m]> | You won't have that ability forever.. |
| 23:51:20 | <absta[m]> | True, but ehh.. those workplaces are just too common. |
| 23:51:20 | <absta[m]> | Hmmm |
| 23:51:20 | <ChaoticMist[m]> | absta[m]: Does not mean we should allow ourselves to be treated that way. If they are common then it means we enabled them. |
| 23:51:28 | <ChaoticMist[m]> | liskin: Do you feel like it's helping or just a waste of time? |
| 23:52:02 | <liskin> | ChaoticMist[m]: my wife's academic career would get in trouble if we moved, so it's a last resort |
| 23:52:29 | <liskin> | ChaoticMist[m]: so far waste of time but that's probably expected |
| 23:52:34 | <ChaoticMist[m]> | liskin: Do you think your wife would accept you travelling without her? |
| 23:52:36 | <absta[m]> | ChaoticMist[m]: Who are "we" though? Society is not monolithic, lots of people just follow the flow. |
| 23:52:40 | <liskin> | Just waiting and waiting |
| 23:52:51 | <liskin> | ChaoticMist[m]: I don't want to |
| 23:52:53 | <ChaoticMist[m]> | You can always take a break instead of moving |
| 23:52:58 | <geekosaur> | and I'm not sure it would help, you were having problems before you moved there |
| 23:53:17 | <liskin> | Were I? |
| 23:53:28 | <geekosaur> | yes |
| 23:53:34 | <ChaoticMist[m]> | geekosaur: Obviously |
| 23:53:45 | <ChaoticMist[m]> | Since that's just a form of escape |
| 23:53:47 | <liskin> | I mean kind of, maybe, but how the hell do you know? :-D |
| 23:54:54 | <geekosaur> | should I go back through logs? this is not the first time you've discussed your problems here |
| 23:54:54 | <ChaoticMist[m]> | Out of curiosity, did you experience any form of depressive thoughts when you were typing with us? |
| 23:55:16 | <liskin> | geekosaur: yeah but we moved at the end of 2019 |
| 23:55:29 | <ChaoticMist[m]> | That's 4 years ago |
| 23:55:35 | <ChaoticMist[m]> | Not 2 |
| 23:55:41 | <liskin> | So that's about a year before I got seriously involved with xmonad |
| 23:56:02 | <liskin> | Whatever happened before that you wouldn't be aware of |
| 23:56:34 | <liskin> | ChaoticMist[m]: probably not? Dunno how I'd tell. |
| 23:56:52 | <ChaoticMist[m]> | liskin: Exactly, so there is something that is reminding you of your depression |
| 23:56:59 | <ChaoticMist[m]> | Nail that down and then just avoid it? |
| 23:57:00 | <geekosaur> | mm, I think you have your chronology wrong because 4q 2019 was around when the revert war happened |
| 23:57:36 | <geekosaur> | and I'm fairly certain because I was homeless and trying to deal with my own problems and just locked up when it happened and byorgey had to bail us out |
All times are in UTC on 2023-07-26.