| 2022-08-03 00:00:51 +0000 | <thyriaen> | ah nice thanks |
| 2022-08-03 00:00:58 +0000 | <geekosaur> | not the prettiest way to do it but it works |
| 2022-08-03 00:01:16 +0000 | <geekosaur> | I'd actually rearrange things a bit more to make it prettier |
| 2022-08-03 00:01:50 +0000 | <thyriaen> | is there a way to change the color and layout of the tabs itself ? and maybe make the overall lengh of the tabs smaller to fit the size of the windows ? |
| 2022-08-03 00:02:40 +0000 | <geekosaur> | https://paste.tomsmeding.com/RvrwgHgD |
| 2022-08-03 00:03:34 +0000 | <geekosaur> | easiest way to make the tabs fit the windows is to move the spacingRaw inside the combineTwo, but then you have to adjust the spacing parameters to avoid an extra-wide space down the middle |
| 2022-08-03 00:04:57 +0000 | <thyriaen> | ah ok nice |
| 2022-08-03 00:04:58 +0000 | <geekosaur> | the color can be changed by adding parameters to the `def` in the `tabbedBottom`; see the example `myTabConfig` in https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Layout-Tabbed.html and look at the fields in `Theme` |
| 2022-08-03 00:06:52 +0000 | <thyriaen> | how can i move the windows with windownavigation enabled ? |
| 2022-08-03 00:06:53 +0000 | <geekosaur> | not sure what you mean by the layout |
| 2022-08-03 00:07:31 +0000 | <geekosaur> | there are some keybindings shown in https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Layout-Combo.html |
| 2022-08-03 00:07:43 +0000 | <geekosaur> | (and more in the WindowNavigation docs) |
| 2022-08-03 00:08:30 +0000 | <geekosaur> | in this case U and D won't be helpful since they're side by side, but you can use the Move L and Move R keybindings to move windows between columns |
| 2022-08-03 00:09:29 +0000 | <thyriaen> | got a parseerror on gaps |
| 2022-08-03 00:09:30 +0000 | <thyriaen> | https://paste.tomsmeding.com/ZOzHLXFM |
| 2022-08-03 00:10:19 +0000 | <geekosaur> | it looks indented by one space? that would be taken as a continuation of doubleTabs, which would fail to parse |
| 2022-08-03 00:10:32 +0000 | <geekosaur> | (indented relative to doubleTabs) |
| 2022-08-03 00:10:43 +0000 | <thyriaen> | aha |
| 2022-08-03 00:10:43 +0000 | <geekosaur> | haskell really cares about its indentation |
| 2022-08-03 00:12:03 +0000 | <thyriaen> | still the same - |
| 2022-08-03 00:12:10 +0000 | <thyriaen> | ah i have to put gaps inside ? |
| 2022-08-03 00:12:19 +0000 | <thyriaen> | so gaps $ tabbedbottom ? |
| 2022-08-03 00:12:35 +0000 | <geekosaur> | yes |
| 2022-08-03 00:12:56 +0000 | <geekosaur> | and you'll find you need to change some of those 4s to 2s to keep the gaps from being doubled across the center |
| 2022-08-03 00:13:41 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::d5f2) (Ping timeout: 255 seconds) |
| 2022-08-03 00:14:22 +0000 | <thyriaen> | yea sure |
| 2022-08-03 00:15:23 +0000 | <thyriaen> | nope it still is the same |
| 2022-08-03 00:15:36 +0000 | <thyriaen> | tabs didnt shrink |
| 2022-08-03 00:16:07 +0000 | <thyriaen> | https://paste.tomsmeding.com/hrfg3B3s |
| 2022-08-03 00:16:50 +0000 | <geekosaur> | hm. I would have expected that to work |
| 2022-08-03 00:17:09 +0000 | <geekosaur> | that said I don't use spacing and don't know how it interacts with tabs very well |
| 2022-08-03 00:17:11 +0000 | <thyriaen> | me too |
| 2022-08-03 00:17:55 +0000 | <geekosaur> | and tabs kinda abuse things a bit |
| 2022-08-03 00:18:02 +0000 | <thyriaen> | :p |
| 2022-08-03 00:18:04 +0000 | thyriaen | (~thyriaen@2a02:8109:8340:686c:3cdc:1de0:eddb:5de6) (Quit: Leaving) |
| 2022-08-03 00:18:05 +0000 | <geekosaur> | (and are a little fragile as a result) |
| 2022-08-03 00:18:08 +0000 | <geekosaur> | I ... |
| 2022-08-03 00:18:16 +0000 | catman | (~catman@user/catman) (Quit: WeeChat 3.6) |
| 2022-08-03 00:18:34 +0000 | thyriaen | (~thyriaen@2a02:8109:8340:686c:3cdc:1de0:eddb:5de6) |
| 2022-08-03 00:18:37 +0000 | <thyriaen> | okay |
| 2022-08-03 00:18:46 +0000 | <thyriaen> | well thank you alot for all your help |
| 2022-08-03 00:19:07 +0000 | <geekosaur> | you're welcome |
| 2022-08-03 00:19:12 +0000 | <geekosaur> | possibly someone else can help |
| 2022-08-03 00:19:20 +0000 | <thyriaen> | i will take a sleeping break |
| 2022-08-03 00:19:32 +0000 | <thyriaen> | and tomorrow with a fresh start i will solve it :p |
| 2022-08-03 00:19:40 +0000 | <geekosaur> | I think one of the other maintainers knows spacing better, but most of them are busy this week |
| 2022-08-03 00:19:54 +0000 | <thyriaen> | i am sure he will help me :p |
| 2022-08-03 00:20:04 +0000 | <thyriaen> | take care, hun |
| 2022-08-03 00:20:23 +0000 | thyriaen | (~thyriaen@2a02:8109:8340:686c:3cdc:1de0:eddb:5de6) (Client Quit) |
| 2022-08-03 00:26:00 +0000 | catman | (~catman@user/catman) |
| 2022-08-03 00:47:24 +0000 | catman | (~catman@user/catman) (Ping timeout: 268 seconds) |
| 2022-08-03 00:49:23 +0000 | catman | (~catman@user/catman) |
| 2022-08-03 00:49:28 +0000 | catman | (~catman@user/catman) (Client Quit) |
| 2022-08-03 00:55:46 +0000 | catman | (~catman@user/catman) |
| 2022-08-03 01:51:03 +0000 | darkstarx | (~darkstard@50.53.212.60) (Remote host closed the connection) |
| 2022-08-03 01:51:44 +0000 | darkstarx | (~darkstard@50.53.212.60) |
| 2022-08-03 02:03:52 +0000 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 268 seconds) |
| 2022-08-03 02:23:19 +0000 | banc | (banc@gateway/vpn/airvpn/banc) |
| 2022-08-03 02:40:52 +0000 | td_ | (~td@muedsl-82-207-238-045.citykom.de) (Ping timeout: 268 seconds) |
| 2022-08-03 02:42:37 +0000 | td_ | (~td@94.134.91.79) |
| 2022-08-03 02:57:50 +0000 | catman | (~catman@user/catman) (Ping timeout: 240 seconds) |
| 2022-08-03 03:01:23 +0000 | catman | (~catman@user/catman) |
| 2022-08-03 03:05:32 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 268 seconds) |
| 2022-08-03 04:23:53 +0000 | darkstarx | (~darkstard@50.53.212.60) (Remote host closed the connection) |
| 2022-08-03 04:24:57 +0000 | darkstarx | (~darkstard@50.53.212.60) |
| 2022-08-03 04:30:27 +0000 | darkstarx | (~darkstard@50.53.212.60) (Ping timeout: 245 seconds) |
| 2022-08-03 04:31:56 +0000 | sogens | (~sogens@pa49-182-88-68.pa.qld.optusnet.com.au) |
| 2022-08-03 04:40:44 +0000 | catman | (~catman@user/catman) (Quit: WeeChat 3.6) |
| 2022-08-03 04:50:44 +0000 | catman | (~catman@user/catman) |
| 2022-08-03 04:55:00 +0000 | catman_ | (~catman@user/catman) |
| 2022-08-03 04:55:16 +0000 | catman | Guest479 |
| 2022-08-03 04:55:16 +0000 | catman_ | catman |
| 2022-08-03 04:56:38 +0000 | Guest479 | (~catman@user/catman) (Ping timeout: 240 seconds) |
| 2022-08-03 04:57:57 +0000 | sogens | (~sogens@pa49-182-88-68.pa.qld.optusnet.com.au) (Ping timeout: 245 seconds) |
| 2022-08-03 05:00:12 +0000 | sogens | (~sogens@gateway/vpn/pia/sogens) |
| 2022-08-03 05:12:14 +0000 | darkstardevx | (~darkstard@50.53.212.60) |
| 2022-08-03 05:13:18 +0000 | darkstardevx | (~darkstard@50.53.212.60) (Remote host closed the connection) |
| 2022-08-03 05:13:42 +0000 | darkstardevx | (~darkstard@50.53.212.60) |
| 2022-08-03 05:16:36 +0000 | qbt | (~e@user/edun) |
| 2022-08-03 05:32:26 +0000 | qbt | (~e@user/edun) (Quit: leaving) |
| 2022-08-03 05:32:43 +0000 | qbt | (~qbt@user/edun) |
| 2022-08-03 05:40:34 +0000 | qbt | (~qbt@user/edun) (Quit: WeeChat 3.5) |
| 2022-08-03 05:42:37 +0000 | qbt | (~qbt@user/edun) |
| 2022-08-03 06:11:15 +0000 | coco | (~coco@212-51-146-199.fiber7.init7.net) |
| 2022-08-03 07:02:26 +0000 | sogens | (~sogens@gateway/vpn/pia/sogens) (Remote host closed the connection) |
| 2022-08-03 07:11:01 +0000 | sogens | (~sogens@gateway/vpn/pia/sogens) |
| 2022-08-03 07:24:34 +0000 | cfricke | (~cfricke@user/cfricke) |
| 2022-08-03 07:29:27 +0000 | cfricke | (~cfricke@user/cfricke) (Remote host closed the connection) |
| 2022-08-03 07:29:41 +0000 | cfricke | (~cfricke@user/cfricke) |
| 2022-08-03 07:31:17 +0000 | cfricke | (~cfricke@user/cfricke) (Client Quit) |
| 2022-08-03 07:51:39 +0000 | moskalyovd[m] | (~moskalyov@2001:470:69fc:105::2:5a9d) |
| 2022-08-03 07:57:26 +0000 | Benzi-Junior | (~BenziJuni@dsl-149-67-162.hive.is) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2022-08-03 07:58:27 +0000 | qbt | (~qbt@user/edun) (Quit: WeeChat 3.5) |
| 2022-08-03 07:58:44 +0000 | qbt | (~qbt@user/edun) |
| 2022-08-03 08:01:14 +0000 | Forkk | (~forkk@li926-228.members.linode.com) (Quit: No Ping reply in 180 seconds.) |
| 2022-08-03 08:01:16 +0000 | joshproehl_ | (~quassel@user/joshproehl) (Remote host closed the connection) |
| 2022-08-03 08:02:16 +0000 | joshproehl | (~quassel@user/joshproehl) |
| 2022-08-03 08:02:43 +0000 | Forkk | (~forkk@li926-228.members.linode.com) |
| 2022-08-03 08:03:06 +0000 | qbt | (~qbt@user/edun) (Client Quit) |
| 2022-08-03 08:03:21 +0000 | qbt | (~qbt@user/edun) |
| 2022-08-03 08:03:43 +0000 | qbt | (~qbt@user/edun) (Client Quit) |
| 2022-08-03 08:04:00 +0000 | qbt | (~qbt@user/edun) |
| 2022-08-03 08:04:28 +0000 | sogens | (~sogens@gateway/vpn/pia/sogens) (Ping timeout: 268 seconds) |
| 2022-08-03 08:06:09 +0000 | sogens | (~sogens@pa49-182-88-68.pa.qld.optusnet.com.au) |
| 2022-08-03 08:09:20 +0000 | <xmonadtrack> | xmonad-contrib Tony Zorman * v0.17.0-214-gee97eec1: Remove all remaining occurences of defaultTConf (8 minutes ago, 3 files, 3+ 3-) https://github.com/xmonad/xmonad-contrib/commit/ee97eec17d7c |
| 2022-08-03 08:21:47 +0000 | benin0 | (~benin@183.82.177.174) |
| 2022-08-03 08:29:37 +0000 | sogens | (~sogens@pa49-182-88-68.pa.qld.optusnet.com.au) (Ping timeout: 245 seconds) |
| 2022-08-03 08:31:30 +0000 | sogens | (~sogens@pa49-182-88-68.pa.qld.optusnet.com.au) |
| 2022-08-03 08:36:35 +0000 | coco | (~coco@212-51-146-199.fiber7.init7.net) (Quit: WeeChat 3.5) |
| 2022-08-03 08:41:00 +0000 | sogens | (~sogens@pa49-182-88-68.pa.qld.optusnet.com.au) (Ping timeout: 268 seconds) |
| 2022-08-03 10:14:23 +0000 | mc47 | (~mc47@xmonad/TheMC47) |
| 2022-08-03 11:19:15 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 11:32:28 +0000 | thyriaen | (~thyriaen@2a02:8109:8340:686c:3cdc:1de0:eddb:5de6) |
| 2022-08-03 11:37:58 +0000 | <thyriaen> | https://paste.tomsmeding.com/ubIFwqXJ i am using combineTwo to get 2 panes with each having tabbed windows. Since I do use gaps the lengh of the tab bar is little longer than the window itself - how can i adjust the length ? |
| 2022-08-03 11:56:27 +0000 | <[Leary]> | thyriaen: If combining spacing and tabs in the order you have is no good, try the other order. Note first that `tabbedBottom s c` is just `addTabsBottom s c Simplest`. Right now you have `gaps (combineTwo (...) (addTabsBottom s c Simplest) (addTabsBottom s c Simplest))`, so try `combineTwo (...) (addTabsBottom s c (gaps Simplest)) (addTabsBottom s c (gaps Simplest))`. |
| 2022-08-03 11:57:26 +0000 | <geekosaur> | mm, right, forgot there was a third place to put the gaps |
| 2022-08-03 11:59:10 +0000 | <thyriaen> | what is this s c ? |
| 2022-08-03 11:59:38 +0000 | <thyriaen> | ah i understand |
| 2022-08-03 12:00:56 +0000 | <thyriaen> | thanks |
| 2022-08-03 12:04:09 +0000 | <thyriaen> | for some reason it says Simplest Data Contructor not in scope |
| 2022-08-03 12:04:13 +0000 | <thyriaen> | do i have to import something ? |
| 2022-08-03 12:05:09 +0000 | <[Leary]> | XMonad.Layout.Simplest |
| 2022-08-03 12:05:18 +0000 | <thyriaen> | are there other layouts ? |
| 2022-08-03 12:05:43 +0000 | <[Leary]> | There's a whole acre of 'em. |
| 2022-08-03 12:05:57 +0000 | <thyriaen> | is there a list in the documentation somehwere ? :p |
| 2022-08-03 12:07:15 +0000 | <[Leary]> | The contents page for the xmonad-contrib haddocks lists all the modules (with links). Everything under XMonad.Layout is a layout or layout modifier or combinator. |
| 2022-08-03 12:08:06 +0000 | <thyriaen> | okay |
| 2022-08-03 12:08:12 +0000 | <thyriaen> | it works very nicely - thanks Leary ! |
| 2022-08-03 12:08:19 +0000 | <[Leary]> | np |
| 2022-08-03 12:09:59 +0000 | <geekosaur> | we have 300+ contrib modules of which close to half are layouts |
| 2022-08-03 12:18:38 +0000 | <geekosaur> | https://hackage.haskell.org/package/xmonad-contrib fwiw |
| 2022-08-03 12:19:27 +0000 | sogens | (~sogens@211.30.173.20) (Quit: WeeChat 3.5) |
| 2022-08-03 12:20:48 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 12:29:10 +0000 | <thyriaen> | geekosaur, something really strange is happening - sometimes the window doesn't fit anymore and is pushed outside the screen upwards with the top missing ( about the size of the thickness of my tabs ) |
| 2022-08-03 12:29:39 +0000 | Benzi-Junior | (~BenziJuni@dsl-149-67-162.hive.is) |
| 2022-08-03 12:33:46 +0000 | mc47 | (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2022-08-03 12:34:41 +0000 | <geekosaur> | that's a new one on me. law-abiding layouts should not d othat. then again, addTabs… is not law abiding |
| 2022-08-03 12:34:52 +0000 | <geekosaur> | but it doesn't fail that way normally |
| 2022-08-03 12:35:03 +0000 | <geekosaur> | wonder if it's an interaction between that and gaps |
| 2022-08-03 12:35:48 +0000 | <thyriaen> | no - gaps are disabled |
| 2022-08-03 12:35:52 +0000 | <thyriaen> | i am checking in fullscreen mode |
| 2022-08-03 12:36:04 +0000 | <thyriaen> | it is when i leave fullscreen of youtube |
| 2022-08-03 12:38:25 +0000 | <geekosaur> | hm. what happens if you float (mod-leftclick) and re-tile (mod-t) the window? |
| 2022-08-03 12:39:41 +0000 | <geekosaur> | (we've had occasional reports of things not returning from fullscreen correctly) |
| 2022-08-03 12:40:23 +0000 | <thyriaen> | ewmh fullscreen fixed it for me |
| 2022-08-03 12:40:27 +0000 | <thyriaen> | however |
| 2022-08-03 12:41:18 +0000 | <thyriaen> | now i have a bar around my fullscreen window :p |
| 2022-08-03 12:41:39 +0000 | <geekosaur> | huh |
| 2022-08-03 12:42:26 +0000 | <geekosaur> | fullscreen windows are floated, nothing in the layout should apply to them |
| 2022-08-03 12:43:17 +0000 | <thyriaen> | oh really ? but i have a colored border around it |
| 2022-08-03 12:43:38 +0000 | <thyriaen> | maybe that is because i also have a bordererd color around my floating windows |
| 2022-08-03 12:44:08 +0000 | <thyriaen> | btw is there a way to define some windows as always floating and assign size and position to them where they should be when i start them ? |
| 2022-08-03 12:44:12 +0000 | <geekosaur> | border is separate from the layout |
| 2022-08-03 12:44:35 +0000 | <geekosaur> | see XMonad.Hooks.ManageHelpers, and the manageHook |
| 2022-08-03 12:46:09 +0000 | <geekosaur> | doRectFloat or doFloatAt |
| 2022-08-03 12:49:55 +0000 | <geekosaur> | you need to know how to match the window, this will vary by app and may be complicated for terminals (watch out for terminal emulator factories) |
| 2022-08-03 12:50:02 +0000 | [Leary] | (~Leary]@122-58-224-198-vdsl.sparkbb.co.nz) (Ping timeout: 245 seconds) |
| 2022-08-03 12:50:36 +0000 | <geekosaur> | also you can't reliably match browser windows, see https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Hooks-DynamicProperty.html |
| 2022-08-03 12:52:21 +0000 | <geekosaur> | https://github.com/geekosaur/xmonad.hs/blob/skkukuk/xmonad.hs#L150-L172 example manageHook |
| 2022-08-03 12:56:18 +0000 | arjun | (~arjun@user/arjun) |
| 2022-08-03 12:56:42 +0000 | <arjun> | hi, i've been trying to use 2 (xmo)bars with xmonad |
| 2022-08-03 12:57:41 +0000 | gowpjmu93[m] | (~gowpjmu93@2001:470:69fc:105::2:570b) (Quit: User was banned) |
| 2022-08-03 12:57:42 +0000 | <arjun> | using `dynamicEasySBs` and `statusBarPropTo` |
| 2022-08-03 12:58:14 +0000 | [Leary] | (~Leary]@122-58-224-198-vdsl.sparkbb.co.nz) |
| 2022-08-03 12:58:29 +0000 | <arjun> | The docs for those say that `StatusBarConfig` is monoid and can be combined with a <> like topBar <> bottomBar |
| 2022-08-03 12:59:20 +0000 | <arjun> | but i've been running into an issue where the PP settings of the bar written second is overwriting the PP settings of the bar written later in the `<>` operator |
| 2022-08-03 13:00:25 +0000 | <geekosaur[m]> | Do you have them logging to different properties,? |
| 2022-08-03 13:00:50 +0000 | <arjun> | hi geekosaur[m] |
| 2022-08-03 13:00:53 +0000 | <arjun> | i think i have |
| 2022-08-03 13:00:54 +0000 | <arjun> | https://pastebin.com/AzC7j9Qf |
| 2022-08-03 13:00:55 +0000 | <thyriaen> | geekosaur[m], ok thanks i will try |
| 2022-08-03 13:01:02 +0000 | thyriaen | (~thyriaen@2a02:8109:8340:686c:3cdc:1de0:eddb:5de6) (Quit: Leaving) |
| 2022-08-03 13:01:24 +0000 | logzet | (~quassel@2001:9e8:e53b:d900:dabb:c1ff:fed3:a1b9) |
| 2022-08-03 13:01:39 +0000 | thyriaen | (~thyriaen@2a02:8109:8340:686c:3cdc:1de0:eddb:5de6) |
| 2022-08-03 13:01:52 +0000 | <arjun> | geekosaur[m], mostly, line 10 is being overwritten by line 39 |
| 2022-08-03 13:02:14 +0000 | <geekosaur[m]> | If they both log to the same property then the last one will win |
| 2022-08-03 13:02:20 +0000 | <arjun> | and as a result i have loger and window titles on both top and bottom bars |
| 2022-08-03 13:03:01 +0000 | <arjun> | what i'd like is workspace numbers on top and window lists and layout name on bottom (along with some other things) |
| 2022-08-03 13:03:36 +0000 | <arjun> | but i suppose you're right, they both log _XMONAD_LOG_0 or 1 for screen 0 or 1 |
| 2022-08-03 13:03:57 +0000 | <geekosaur[m]> | I haven't looked but if it's a monoid on (.) then "last" will be first |
| 2022-08-03 13:09:44 +0000 | <arjun> | geekosaur[m], you were right, logging different _XMONAD_LOG_0/1/2 etc works |
| 2022-08-03 13:10:16 +0000 | <arjun> | the bottom one now logs screenId + 10 now : p |
| 2022-08-03 13:10:19 +0000 | <arjun> | hack++ |
| 2022-08-03 13:11:16 +0000 | thyriaen | (~thyriaen@2a02:8109:8340:686c:3cdc:1de0:eddb:5de6) (Remote host closed the connection) |
| 2022-08-03 14:11:26 +0000 | logzet | (~quassel@2001:9e8:e53b:d900:dabb:c1ff:fed3:a1b9) (Ping timeout: 240 seconds) |
| 2022-08-03 14:32:09 +0000 | benin04 | (~benin@156.146.51.131) |
| 2022-08-03 14:34:21 +0000 | benin0 | (~benin@183.82.177.174) (Ping timeout: 268 seconds) |
| 2022-08-03 14:34:21 +0000 | benin04 | benin0 |
| 2022-08-03 14:37:09 +0000 | benin01 | (~benin@183.82.177.174) |
| 2022-08-03 14:38:38 +0000 | benin0 | (~benin@156.146.51.131) (Ping timeout: 240 seconds) |
| 2022-08-03 14:38:39 +0000 | benin01 | benin0 |
| 2022-08-03 15:24:48 +0000 | sogens | (~sogens@211.30.173.20) (Read error: Connection reset by peer) |
| 2022-08-03 15:25:31 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 15:26:16 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-08-03 16:14:13 +0000 | arjun | (~arjun@user/arjun) (Remote host closed the connection) |
| 2022-08-03 16:14:28 +0000 | arjun | (~arjun@user/arjun) |
| 2022-08-03 16:38:05 +0000 | benin0 | (~benin@183.82.177.174) (Quit: The Lounge - https://thelounge.chat) |
| 2022-08-03 17:22:59 +0000 | kaskal- | (~kaskal@213-225-33-152.nat.highway.a1.net) |
| 2022-08-03 17:25:02 +0000 | kaskal | (~kaskal@213-225-33-152.nat.highway.a1.net) (Ping timeout: 245 seconds) |
| 2022-08-03 17:35:33 +0000 | sogens | (~sogens@211.30.173.20) (Quit: WeeChat 3.5) |
| 2022-08-03 17:36:55 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 17:42:14 +0000 | arjun | (~arjun@user/arjun) (Quit: tip toe-ing my way outta here) |
| 2022-08-03 18:00:54 +0000 | sogens | (~sogens@211.30.173.20) (Quit: WeeChat 3.5) |
| 2022-08-03 18:02:19 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 18:08:48 +0000 | jeeeun | (~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat) |
| 2022-08-03 18:12:18 +0000 | jeeeun | (~jeeeun@78.40.148.178) |
| 2022-08-03 18:35:11 +0000 | qbt | (~qbt@user/edun) (Quit: WeeChat 3.5) |
| 2022-08-03 18:41:02 +0000 | sogens | (~sogens@211.30.173.20) (Quit: WeeChat 3.5) |
| 2022-08-03 18:41:19 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 18:47:41 +0000 | sogens | (~sogens@211.30.173.20) (Quit: WeeChat 3.5) |
| 2022-08-03 18:47:57 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 19:02:37 +0000 | sogens | (~sogens@211.30.173.20) (Quit: WeeChat 3.5) |
| 2022-08-03 19:02:54 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 19:07:17 +0000 | sogens | (~sogens@211.30.173.20) (Client Quit) |
| 2022-08-03 19:07:33 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 19:37:22 +0000 | <mesaoptimizer> | hi, is there a way to disable dialog boxes of any sort automatically taking away focus from the window you were on |
| 2022-08-03 19:37:57 +0000 | <geekosaur> | you might like X.H.InsertPosition |
| 2022-08-03 19:39:36 +0000 | <mesaoptimizer> | nice, I'll try it |
| 2022-08-03 19:43:26 +0000 | <geekosaur> | (possibly with X.H.ManageHelpers.isDialog) |
| 2022-08-03 19:58:43 +0000 | <mesaoptimizer> | geekosaur: `manageHook = composeOne [isDialog -?> insertPosition Above Older]` doesn't throw errors but doesn't work for chromium save dialog and firefox save dialog windows |
| 2022-08-03 20:03:18 +0000 | <geekosaur[m]> | Browsers suck. I wouldn't be surprised if they only set the window type after opening it |
| 2022-08-03 20:07:13 +0000 | <mesaoptimizer> | disturbing. One more reason I'm convinced that nyxt is the future |
| 2022-08-03 20:08:32 +0000 | sogens | (~sogens@211.30.173.20) (Quit: WeeChat 3.5) |
| 2022-08-03 20:08:57 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 20:09:56 +0000 | <mesaoptimizer> | oh btw: this may help: `manageHook = insertPosition Below Older` doesn't have any effect for monocled layout for firefox: when you do `C-s`, the dialog box pops up above, _and_ takes focus (even though xmonad thinks that the focus is on the firefox window) |
| 2022-08-03 20:11:20 +0000 | <geekosaur[m]> | Focus stealing is sadly another way browsers suck |
| 2022-08-03 20:12:57 +0000 | <geekosaur[m]> | But nyxt might be worse if it relies on JavaScript since that's what requires the window be mapped before it can configure it |
| 2022-08-03 20:15:15 +0000 | <geekosaur[m]> | And it's painful to match a window by its size information |
| 2022-08-03 20:16:11 +0000 | <geekosaur[m]> | There's a manageHook to do that in git |
| 2022-08-03 20:17:05 +0000 | <mesaoptimizer> | yeah, it isn't worth the effort to match against size information |
| 2022-08-03 20:17:21 +0000 | <mesaoptimizer> | off-topic, but`nyxt` uses pop-in (like doom emacs / spacemacs `M-x` list) as a dialog box, so there's no separate window |
| 2022-08-03 20:18:29 +0000 | rekahsoft | (~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca) |
| 2022-08-03 20:39:58 +0000 | sogens | (~sogens@211.30.173.20) (Quit: WeeChat 3.5) |
| 2022-08-03 20:40:14 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 20:52:43 +0000 | sogens | (~sogens@211.30.173.20) (Quit: WeeChat 3.5) |
| 2022-08-03 20:52:59 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 20:55:16 +0000 | sogens | (~sogens@211.30.173.20) (Client Quit) |
| 2022-08-03 20:55:33 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 21:13:32 +0000 | sogens | (~sogens@211.30.173.20) (Quit: WeeChat 3.5) |
| 2022-08-03 21:13:49 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 21:25:30 +0000 | sogens | (~sogens@211.30.173.20) (Quit: WeeChat 3.5) |
| 2022-08-03 21:25:47 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 21:25:59 +0000 | sogens | (~sogens@211.30.173.20) (Client Quit) |
| 2022-08-03 21:26:15 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 22:14:47 +0000 | xxxcc | (~xxxcc@c-67-190-127-51.hsd1.co.comcast.net) |
| 2022-08-03 22:15:19 +0000 | xxxcc | (~xxxcc@c-67-190-127-51.hsd1.co.comcast.net) (Client Quit) |
| 2022-08-03 22:18:21 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) (Remote host closed the connection) |
| 2022-08-03 22:21:17 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) |
| 2022-08-03 22:50:53 +0000 | sogens | (~sogens@211.30.173.20) (Quit: WeeChat 3.5) |
| 2022-08-03 22:51:10 +0000 | sogens | (~sogens@211.30.173.20) |
| 2022-08-03 23:15:34 +0000 | sogens | (~sogens@211.30.173.20) (Quit: WeeChat 3.5) |
| 2022-08-03 23:15:51 +0000 | sogens | (~sogens@211.30.173.20) |