2023-07-26 01:15:32 +0200 | mncheck | (~mncheck@193.224.205.254) (Ping timeout: 240 seconds) |
2023-07-26 02:00:05 +0200 | terrorjack | (~terrorjac@2a01:4f8:c17:87f8::) (*.net *.split) |
2023-07-26 02:00:05 +0200 | berberman | (~berberman@user/berberman) (*.net *.split) |
2023-07-26 02:00:05 +0200 | joshproehl | (~quassel@user/joshproehl) (*.net *.split) |
2023-07-26 02:00:05 +0200 | justache | (~justache@user/justache) (*.net *.split) |
2023-07-26 02:00:05 +0200 | vifon | (~vifon@user/vifon) (*.net *.split) |
2023-07-26 02:00:05 +0200 | acidbong | (6e5528b381@198.108.77.94) (*.net *.split) |
2023-07-26 02:00:05 +0200 | amenonsen | (~amenonsen@pitta.toroid.org) (*.net *.split) |
2023-07-26 02:00:05 +0200 | fizzie | (irc@selene.zem.fi) (*.net *.split) |
2023-07-26 02:00:05 +0200 | FatBoyXPC | (~FatBoyXPC@user/fatboyxpc) (*.net *.split) |
2023-07-26 02:01:03 +0200 | vifon | (~vifon@nixon.einval.eu) |
2023-07-26 02:01:28 +0200 | vifon | (~vifon@nixon.einval.eu) (Changing host) |
2023-07-26 02:01:28 +0200 | vifon | (~vifon@user/vifon) |
2023-07-26 02:01:48 +0200 | justache | (~justache@user/justache) |
2023-07-26 02:01:49 +0200 | justache | (~justache@user/justache) (Max SendQ exceeded) |
2023-07-26 02:01:55 +0200 | joshproehl | (~quassel@user/joshproehl) |
2023-07-26 02:02:22 +0200 | berberman | (~berberman@user/berberman) |
2023-07-26 02:02:28 +0200 | fizzie | (irc@selene.zem.fi) |
2023-07-26 02:02:28 +0200 | amenonsen | (~amenonsen@pitta.toroid.org) |
2023-07-26 02:05:47 +0200 | FatBoyXPC | (~FatBoyXPC@user/fatboyxpc) |
2023-07-26 02:06:30 +0200 | justache | (~justache@user/justache) |
2023-07-26 03:42:32 +0200 | ft | (~ft@p3e9bc40d.dip0.t-ipconnect.de) (Ping timeout: 240 seconds) |
2023-07-26 03:44:34 +0200 | ft | (~ft@p508dbe23.dip0.t-ipconnect.de) |
2023-07-26 04:19:40 +0200 | td_ | (~td@i5387093B.versanet.de) (Ping timeout: 252 seconds) |
2023-07-26 04:21:34 +0200 | td_ | (~td@i53870902.versanet.de) |
2023-07-26 08:11:12 +0200 | mncheckm | (~mncheck@193.224.205.254) |
2023-07-26 08:24:53 +0200 | Lears | (~Leary]@user/Leary/x-0910699) (Read error: Connection reset by peer) |
2023-07-26 08:24:59 +0200 | [Leary] | (~Leary]@user/Leary/x-0910699) |
2023-07-26 08:42:29 +0200 | ft | (~ft@p508dbe23.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
2023-07-26 08:44:07 +0200 | ft | (~ft@p3e9bcc0e.dip0.t-ipconnect.de) |
2023-07-26 10:40:57 +0200 | ft | (~ft@p3e9bcc0e.dip0.t-ipconnect.de) (Quit: leaving) |
2023-07-26 14:38:22 +0200 | hightower3 | (~hightower@213-202-64-197.dsl.iskon.hr) (Ping timeout: 244 seconds) |
2023-07-26 15:05:51 +0200 | hightower2 | (~hightower@213.186.17.245) |
2023-07-26 15:22:54 +0200 | Guest19 | (~Guest19@178.234.7.149) |
2023-07-26 15:23:38 +0200 | <Guest19> | hey. what is the right way to paste code here, if I'd like to ask something? |
2023-07-26 15:23:53 +0200 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) |
2023-07-26 15:24:08 +0200 | unclechu | (~unclechu@2001:470:69fc:105::354) |
2023-07-26 15:25:09 +0200 | <geekosaur> | @where paste |
2023-07-26 15:25:09 +0200 | <lambdabot> | Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com |
2023-07-26 15:25:43 +0200 | <Guest19> | thanks! |
2023-07-26 15:58:53 +0200 | <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 |
2023-07-26 16:04:29 +0200 | <geekosaur> | https://paste.tomsmeding.com/uxZYHWKz |
2023-07-26 16:05:37 +0200 | <Guest19> | sweet! nice and easy :) |
2023-07-26 16:06:23 +0200 | <Guest19> | am I able to setup it like set my own colors, icons, and padding? |
2023-07-26 16:11:52 +0200 | <geekosaur> | yes, by modifying `defaultThemeWithImageButtons`. but it's somewhat hairy |
2023-07-26 16:12:37 +0200 | <geekosaur> | in particular `Decoration`'s idea of an icon is monochrome/2-color bitmaps expressed as lists of `Bool` |
2023-07-26 16:12:39 +0200 | <Guest19> | ya, thanks, found this way |
2023-07-26 16:12:49 +0200 | <geekosaur> | can't use pixmaps etc. |
2023-07-26 16:13:35 +0200 | <Guest19> | wanted to make something like osx terminal, pretty hard |
2023-07-26 16:18:30 +0200 | <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 |
2023-07-26 16:21:18 +0200 | <Guest19> | thank you so much for the direction! think I rather stay on my minimal xmonad config |
2023-07-26 16:48:27 +0200 | <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 |
2023-07-26 16:57:41 +0200 | <geekosaur> | right, there's no way to control that and the decoration windows are independent |
2023-07-26 16:58:04 +0200 | <geekosaur> | with a slow enough machine or display driver (or compositor) you can see the decoration moving independently from the window |
2023-07-26 17:01:42 +0200 | <Guest19> | I see, thanks for help! |
2023-07-26 17:04:42 +0200 | <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 |
2023-07-26 17:07:29 +0200 | <Guest19> | yea, I thought it more easier in some way, but fine, not using mouse at all |
2023-07-26 17:18:24 +0200 | Guest19 | (~Guest19@178.234.7.149) (Quit: Client closed) |
2023-07-26 17:20:51 +0200 | Guest19 | (~Guest19@178.234.7.149) |
2023-07-26 17:44:24 +0200 | <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! |
2023-07-26 17:51:08 +0200 | Guest19 | (~Guest19@178.234.7.149) (Ping timeout: 246 seconds) |
2023-07-26 18:06:26 +0200 | <geekosaur> | I'm not seeing any problems with the version of picom in ubuntu 22.04 |
2023-07-26 18:06:57 +0200 | <geekosaur> | but yes, I'd imagine certain kinds of shadows would fuzz the window border enough for it to be undetectable |
2023-07-26 18:49:26 +0200 | <ChaoticMist[m]> | <absta[m]> "Hello. While adjusting picom..." <- Do share your picom config, because I am not experiencing that issue at all |
2023-07-26 18:51:47 +0200 | <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? |
2023-07-26 19:04:24 +0200 | <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 |
2023-07-26 19:04:26 +0200 | <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 |
2023-07-26 19:04:34 +0200 | <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 |
2023-07-26 19:12:09 +0200 | <geekosaur> | they did say they were playing with the options; I suspect they tried some of the (non-default) blur options |
2023-07-26 19:14:51 +0200 | hightower2 | (~hightower@213.186.17.245) (Ping timeout: 260 seconds) |
2023-07-26 19:31:24 +0200 | diep | (~diep@2a01:cb11:2d7:4a00:a13f:e40c:c4e8:736c) |
2023-07-26 19:35:21 +0200 | diep | rascasse |
2023-07-26 19:36:51 +0200 | rascasse | (~diep@2a01:cb11:2d7:4a00:a13f:e40c:c4e8:736c) (Remote host closed the connection) |
2023-07-26 19:37:07 +0200 | diep | (~diep@2a01:cb11:2d7:4a00:a13f:e40c:c4e8:736c) |
2023-07-26 19:39:40 +0200 | diep | (~diep@2a01:cb11:2d7:4a00:a13f:e40c:c4e8:736c) (Remote host closed the connection) |
2023-07-26 19:39:55 +0200 | diep | (~diep@2a01:cb11:2d7:4a00:a13f:e40c:c4e8:736c) |
2023-07-26 21:06:33 +0200 | ft | (~ft@p3e9bcc0e.dip0.t-ipconnect.de) |
2023-07-26 21:14:06 +0200 | Guest19 | (~Guest19@178.234.7.149) |
2023-07-26 21:52:02 +0200 | Guest19 | (~Guest19@178.234.7.149) (Quit: Client closed) |
2023-07-26 22:20:17 +0200 | diep | (~diep@2a01:cb11:2d7:4a00:a13f:e40c:c4e8:736c) (Remote host closed the connection) |