Logs: liberachat/#xmonad
| 2021-12-06 05:50:28 | × | elonsroadster[m] quits (~elonsroad@2001:470:69fc:105::d121) (*.net *.split) |
| 2021-12-06 05:50:28 | × | dkasak[m] quits (~dkasakter@2001:470:69fc:105::a34) (*.net *.split) |
| 2021-12-06 05:50:28 | × | ormaaj quits (~ormaaj@user/ormaaj) (*.net *.split) |
| 2021-12-06 05:50:28 | × | CorinCWStra[m] quits (~cwstramat@2001:470:69fc:105::1:3671) (*.net *.split) |
| 2021-12-06 05:56:46 | → | dkasak[m] joins (~dkasakter@2001:470:69fc:105::a34) |
| 2021-12-06 05:57:00 | → | ormaaj joins (~ormaaj@user/ormaaj) |
| 2021-12-06 05:59:51 | → | CorinCWStra[m] joins (~cwstramat@2001:470:69fc:105::1:3671) |
| 2021-12-06 05:59:51 | → | elonsroadster[m] joins (~elonsroad@2001:470:69fc:105::d121) |
| 2021-12-06 05:59:53 | → | vojjvoda[m] joins (~vojjvodam@2001:470:69fc:105::cefe) |
| 2021-12-06 06:19:58 | → | mvk joins (~mvk@2607:fea8:5cdd:f000::9788) |
| 2021-12-06 07:34:27 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2021-12-06 07:37:36 | → | qbt joins (~qbt@user/edun) |
| 2021-12-06 07:56:03 | <thonoht[m]> | How would I change the border width based on the layout I am on? |
| 2021-12-06 08:00:21 | <Solid> | borders are layout modifiers, right? they should automatically only apply to the layouts that you selected |
| 2021-12-06 08:00:32 | <Solid> | oh wait, I thought in gaps |
| 2021-12-06 08:01:50 | <Solid> | though I suppose one could write a layout modifier that sets the border |
| 2021-12-06 08:02:02 | <Solid> | but I don't think anyone has done that so far |
| 2021-12-06 08:02:24 | <thonoht[m]> | Yeah gaps are part of layout, the border width is just a Dimension propery on the config |
| 2021-12-06 08:02:46 | <thonoht[m]> | s/propery/property/ |
| 2021-12-06 08:03:06 | <thonoht[m]> | It would kind of make sense to have the border gone in the full screen layout |
| 2021-12-06 08:03:50 | <Solid> | Oh, there is X.L.NoBorders of course |
| 2021-12-06 08:03:55 | <Solid> | which _is_ a layout modifier ( https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Layout-NoBorders.html ) |
| 2021-12-06 08:04:07 | <thonoht[m]> | Oh, let me check |
| 2021-12-06 08:04:20 | <Solid> | I should have my cup of tea first before writing in IRC :) |
| 2021-12-06 08:04:40 | <thonoht[m]> | Well, I asked for custom width. Not no border |
| 2021-12-06 08:04:43 | <thonoht[m]> | So my use case is simpler than you expected |
| 2021-12-06 08:06:32 | <Solid> | right, custom border width is something that's missing from X.L.NoBorders |
| 2021-12-06 08:07:49 | <thonoht[m]> | Aah, lol, when FF goes fullscreen, it puts the borders back |
| 2021-12-06 08:12:28 | <thonoht[m]> | Hmm, putting `smartBorders` on all layouts does solve it. But it's still kinda strange? |
| 2021-12-06 08:13:43 | <Solid> | I would imagine `noBorders` only care about the tiled part of the layout (since floats are sort of an addon) |
| 2021-12-06 08:13:48 | <Solid> | s/care/cares/ |
| 2021-12-06 08:14:01 | <Solid> | and when FF goes fullscreen it becomes a floating window |
| 2021-12-06 08:14:26 | <thonoht[m]> | Hmm, and smartBorders does care |
| 2021-12-06 08:14:34 | <thonoht[m]> | So I could just put smartBorders on only the fullscreen layout? |
| 2021-12-06 08:16:39 | <thonoht[m]> | Yeah, that works, lol |
| 2021-12-06 08:17:35 | <thonoht[m]> | Pretty nice, so I can choose to have or not have a border around my fullscreen windows. |
| 2021-12-06 08:26:25 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-12-06 08:47:40 | × | qbt quits (~qbt@user/edun) (Quit: Leaving.) |
| 2021-12-06 09:15:54 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.3) |
| 2021-12-06 09:17:42 | × | Guest1121 quits (~geekosaur@069-135-003-034.biz.spectrum.com) (Remote host closed the connection) |
| 2021-12-06 09:18:04 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-12-06 09:32:36 | → | Safeguard-IRC joins (~Safeguard@93.68.164.14) |
| 2021-12-06 09:32:56 | × | Safeguard-IRC quits (~Safeguard@93.68.164.14) (Client Quit) |
| 2021-12-06 10:01:08 | <Solid> | yeah, noBorders and smartBorders work a little differently under the hood |
| 2021-12-06 10:04:24 | <thonoht[m]> | I ended up figuring out that what I really wanted was `lessBorders OnlyScreenFloat`. I can just apply that to all my layouts. I don't think I really ever want a tiled fullscreen window to be borderless. |
| 2021-12-06 10:04:46 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2021-12-06 11:03:21 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 256 seconds) |
| 2021-12-06 11:38:27 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2021-12-06 12:36:09 | → | qbt joins (~qbt@user/edun) |
| 2021-12-06 12:37:01 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.3) |
| 2021-12-06 14:24:58 | × | curiousgay quits (~curiousga@77-120-141-90.kha.volia.net) (Quit: Leaving) |
| 2021-12-06 14:33:51 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2021-12-06 14:52:02 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2021-12-06 14:56:35 | → | seschwar joins (~seschwar@user/seschwar) |
| 2021-12-06 14:57:36 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.3) |
| 2021-12-06 15:28:13 | × | mvk quits (~mvk@2607:fea8:5cdd:f000::9788) (Ping timeout: 240 seconds) |
| 2021-12-06 15:58:56 | → | curiousgay joins (~curiousga@77-120-141-90.kha.volia.net) |
| 2021-12-06 16:19:00 | → | x88x88x- joins (~cheeg@gateway/vpn/pia/x88x88x) |
| 2021-12-06 16:26:52 | → | Vermoot joins (~vermoot@89-158-106-112.rev.numericable.fr) |
| 2021-12-06 16:49:09 | × | curiousgay quits (~curiousga@77-120-141-90.kha.volia.net) (Ping timeout: 265 seconds) |
| 2021-12-06 17:01:43 | × | x88x88x- quits (~cheeg@gateway/vpn/pia/x88x88x) (Ping timeout: 265 seconds) |
| 2021-12-06 17:41:12 | → | curiousgay joins (~curiousga@77-120-141-90.kha.volia.net) |
| 2021-12-06 17:47:33 | → | mvk joins (~mvk@2607:fea8:5cdd:f000::9788) |
| 2021-12-06 19:23:01 | × | cfricke quits (~cfricke@user/cfricke) (Ping timeout: 240 seconds) |
| 2021-12-06 19:47:23 | → | ircbrowse_tom joins (~ircbrowse@2a01:4f8:1c1c:9319::1) |
| 2021-12-06 19:47:29 | Server | sets mode +cnt |
| 2021-12-06 20:13:49 | → | Safeguard-IRC joins (~Safeguard@151.42.170.105) |
| 2021-12-06 20:15:04 | <Safeguard-IRC> | hello, do you all have any example on how to xmobar with something else than unsafestdinreader? |
| 2021-12-06 20:16:35 | <geekosaur> | https://xmonad.org/TUTORIAL.html shows how to do it with a property in 0.17.0 (it can be done in earlier versions but requires a different mechanism) |
| 2021-12-06 20:16:47 | <Safeguard-IRC> | ah thanks, did not see that |
| 2021-12-06 20:19:14 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-12-06 20:30:19 | <Safeguard-IRC> | I have only one problem: i use two xmobars (xmobar0 and xmobar1), the first one starts up when I have my pc stand-alone, the second one starts when I dock my pc (and usually xmobar0 dies), how I can do that? |
| 2021-12-06 20:35:52 | <geekosaur> | I think there are mechanisms in X.H.StatusBar for that, otherwise X.H.DynamicBars |
| 2021-12-06 20:36:11 | <Safeguard-IRC> | thanks |
| 2021-12-06 20:44:32 | × | qbt quits (~qbt@user/edun) (Ping timeout: 265 seconds) |
| 2021-12-06 20:45:25 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2021-12-06 20:48:37 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3) |
| 2021-12-06 20:53:00 | <Safeguard-IRC> | okay i'm close to being done, but as of now, i'm not getting stripped the things around the workspaces (action, fccolor), doesn't XPropertyLog strip those? |
| 2021-12-06 20:57:19 | → | cjb joins (~cjb@user/cjb) |
| 2021-12-06 20:57:56 | <geekosaur> | I'm not sure if it strips them or escapes them |
| 2021-12-06 20:58:44 | × | sagax quits (~sagax_nb@user/sagax) (Remote host closed the connection) |
| 2021-12-06 21:00:46 | <Safeguard-IRC> | what should I do then? because I'm not entirely sure what would be the course of action |
| 2021-12-06 21:01:06 | <Safeguard-IRC> | maybe unsafeXproperty? since before I was using unsafestdinreader |
| 2021-12-06 21:01:20 | <geekosaur> | do you want them stripped or executed? |
| 2021-12-06 21:01:24 | <Safeguard-IRC> | executed |
| 2021-12-06 21:01:32 | <geekosaur> | then you want the unsafe versions, yes |
| 2021-12-06 21:01:36 | <Safeguard-IRC> | ok let me try |
| 2021-12-06 21:02:04 | <geekosaur> | the default is to not trust remote input, the unsafe… versions trust it |
| 2021-12-06 21:03:53 | <Safeguard-IRC> | whohoo! it appears to be working |
| 2021-12-06 21:04:01 | <Safeguard-IRC> | now, I hope it does not spawn a dozillion xmobars |
| 2021-12-06 21:04:48 | <Safeguard-IRC> | yeah no, it spawns just two, which is fine. thank you very much for the help! |
| 2021-12-06 21:05:06 | <geekosaur> | np |
| 2021-12-06 21:09:01 | × | trillp quits (~user@69.233.98.238) (Ping timeout: 252 seconds) |
| 2021-12-06 21:19:45 | × | Safeguard-IRC quits (~Safeguard@151.42.170.105) (Quit: Leaving) |
| 2021-12-06 21:20:14 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-12-06 21:21:54 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-12-06 22:18:26 | → | sagax joins (~sagax_nb@user/sagax) |
| 2021-12-06 22:19:56 | × | pl quits (sid98063@helmsley.irccloud.com) (Ping timeout: 245 seconds) |
| 2021-12-06 22:20:19 | → | pl joins (sid98063@id-98063.helmsley.irccloud.com) |
| 2021-12-06 22:25:37 | × | curiousgay quits (~curiousga@77-120-141-90.kha.volia.net) (Ping timeout: 256 seconds) |
All times are in UTC.