Logs: liberachat/#xmonad
| 2023-03-14 08:59:29 | → | aliosablack joins (~chomwitt@ppp-94-69-24-160.home.otenet.gr) |
| 2023-03-14 09:02:01 | × | chomwitt quits (~chomwitt@2a02:587:7a18:6d00:1ac0:4dff:fedb:a3f1) (Ping timeout: 265 seconds) |
| 2023-03-14 09:20:15 | × | aliosablack quits (~chomwitt@ppp-94-69-24-160.home.otenet.gr) (Quit: Leaving) |
| 2023-03-14 09:55:08 | × | ft quits (~ft@p3e9bc443.dip0.t-ipconnect.de) (Quit: leaving) |
| 2023-03-14 10:53:03 | → | Guest97 joins (~Guest97@ec2-18-198-22-91.eu-central-1.compute.amazonaws.com) |
| 2023-03-14 10:53:19 | × | Guest97 quits (~Guest97@ec2-18-198-22-91.eu-central-1.compute.amazonaws.com) (Client Quit) |
| 2023-03-14 12:26:00 | → | catman joins (~catman@user/catman) |
| 2023-03-14 12:35:07 | → | banc- joins (banc@gateway/vpn/protonvpn/banc) |
| 2023-03-14 12:36:28 | × | banc quits (banc@gateway/vpn/protonvpn/banc) (Ping timeout: 268 seconds) |
| 2023-03-14 12:59:16 | × | derfflinger quits (~derffling@user/derfflinger) (Read error: Connection reset by peer) |
| 2023-03-14 13:00:47 | × | catman quits (~catman@user/catman) (Ping timeout: 265 seconds) |
| 2023-03-14 13:20:50 | → | thyriaen joins (~thyriaen@2a01:aea0:dd4:5328:6245:cbff:fe9f:48b1) |
| 2023-03-14 13:22:03 | <thyriaen> | what is the best way to deal with too big windows ( single window on a workspace ) on ultrawide monitors ? |
| 2023-03-14 13:23:06 | <thyriaen> | make a layout with a single window with extra large gaps on the left and right which is only active whenever only one window is on a workspace ? |
| 2023-03-14 13:23:35 | <geekosaur> | you could probably do that with Gaps and IfMax |
| 2023-03-14 13:26:06 | <thyriaen> | geekosaur, yes thing is - is there a better way ? |
| 2023-03-14 13:26:10 | <thyriaen> | i didn't think of yet |
| 2023-03-14 13:27:45 | <geekosaur> | I have no idea. it sounds like a very poorly behaved app to me |
| 2023-03-14 13:31:08 | <thyriaen> | geekosaur, oki thanks |
| 2023-03-14 13:32:33 | <liskin> | thyriaen: I just split my ultrawide into 2 smaller |
| 2023-03-14 13:33:37 | <liskin> | kinda defeats the purpose of having one in the first place, but I still _do_ have the option of using it as one if I need (the xrandr commands to change the split take under a second, and disconnecting my laptop and connecting a gaming one instead takes under a minute too) |
| 2023-03-14 13:35:49 | <thyriaen> | liskin, on the hardware side you mean ? |
| 2023-03-14 13:36:33 | <liskin> | thyriaen: what do you mean? |
| 2023-03-14 13:36:40 | <liskin> | I didn't chainsaw it into 2 lol |
| 2023-03-14 13:37:01 | <thyriaen> | liskin, my monitor has like a picture in picture feature where it simulates being two :p |
| 2023-03-14 13:38:13 | <liskin> | oh I see; no, I just tell xrandr to split it into two xinerama screens |
| 2023-03-14 14:02:41 | → | derfflinger joins (~derffling@user/derfflinger) |
| 2023-03-14 14:07:10 | <thyriaen> | liskin, ah okay, thanks |
| 2023-03-14 14:08:21 | <thyriaen> | liskin, and then you have a command to merge it into one ? |
| 2023-03-14 14:08:41 | <geekosaur> | it's just `xrandr` tweaks |
| 2023-03-14 14:09:28 | <geekosaur> | all `xrandr` does is carve out "holes" in the root window representing monitors. the default uses what the xorg drivers report for monitor locations. you can specify your own instead |
| 2023-03-14 14:09:51 | <liskin> | thyriaen: https://github.com/liskin/dotfiles/blob/home/bin/xrandr-smart#L86-L88 always resets all my custom splits before issuing the main xrandr command |
| 2023-03-14 14:10:12 | <liskin> | thyriaen: and then https://github.com/liskin/dotfiles/blob/home/bin/layout-home-wide#L22-L23 creates the split |
| 2023-03-14 14:10:26 | <thyriaen> | thanks |
| 2023-03-14 14:11:11 | <liskin> | there's even a manpage for xrandr-smart btw: https://github.com/liskin/dotfiles/blob/home/.local/share/man/xrandr-smart.1.md |
| 2023-03-14 14:11:34 | <liskin> | (and also a separate branch and tarball and shit but not entirely sure if the latest changes had been released) |
| 2023-03-14 14:24:08 | → | kora9 joins (uid591798@user/Kora9) |
| 2023-03-14 15:38:15 | × | jabuxas quits (~jabuxas@user/jabuxas) (Ping timeout: 260 seconds) |
| 2023-03-14 15:40:57 | → | jabuxas joins (~jabuxas@user/jabuxas) |
| 2023-03-14 15:57:51 | × | derfflinger quits (~derffling@user/derfflinger) (Read error: Connection reset by peer) |
| 2023-03-14 16:08:54 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 255 seconds) |
| 2023-03-14 16:17:30 | <Solid> | thyriaen: alternatively, there is [XMonad.Layout.CenteredIfSingle](https://hackage.haskell.org/package/xmonad-contrib/docs/XMonad-Layout-CenteredIfSingle.html) exactly for this purpose |
| 2023-03-14 16:33:28 | → | stackdroid18 joins (14094@de1.hashbang.sh) |
| 2023-03-14 17:33:47 | × | kora9 quits (uid591798@user/Kora9) (Quit: Connection closed for inactivity) |
| 2023-03-14 18:14:43 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2023-03-14 18:23:31 | → | horzion joins (~horzion@ProtonDB/horzion) |
| 2023-03-14 19:19:09 | → | thyriaen_ joins (~thyriaen@144.208.201.160) |
| 2023-03-14 19:21:12 | × | thyriaen quits (~thyriaen@2a01:aea0:dd4:5328:6245:cbff:fe9f:48b1) (Ping timeout: 264 seconds) |
| 2023-03-14 19:32:57 | → | ft joins (~ft@p3e9bc443.dip0.t-ipconnect.de) |
| 2023-03-14 20:01:15 | → | catman joins (~catman@user/catman) |
| 2023-03-14 20:12:22 | → | hightower2 joins (~hightower@20-10.dsl.iskon.hr) |
| 2023-03-14 21:08:46 | × | stackdroid18 quits (14094@de1.hashbang.sh) (Quit: hasta la vista... tchau!) |
| 2023-03-14 21:09:19 | × | mncheck quits (~mncheck@193.224.205.254) (Ping timeout: 246 seconds) |
| 2023-03-14 21:50:14 | × | catman quits (~catman@user/catman) (Ping timeout: 268 seconds) |
| 2023-03-14 22:17:40 | × | horzion quits (~horzion@ProtonDB/horzion) (Quit: Off praying to the Omnissiah) |
| 2023-03-14 22:55:43 | × | jabuxas quits (~jabuxas@user/jabuxas) (Ping timeout: 276 seconds) |
| 2023-03-14 22:57:18 | → | jabuxas joins (~jabuxas@user/jabuxas) |
| 2023-03-14 23:23:32 | → | srz joins (~srz@181.228.49.93) |
| 2023-03-14 23:31:38 | × | fnurglewitz quits (uid263868@id-263868.lymington.irccloud.com) (Quit: Connection closed for inactivity) |
| 2023-03-14 23:34:23 | × | srz quits (~srz@181.228.49.93) (Ping timeout: 264 seconds) |
| 2023-03-15 00:16:35 | × | thyriaen_ quits (~thyriaen@144.208.201.160) (Quit: Leaving) |
| 2023-03-15 00:33:32 | × | sagax quits (~sagax_nb@user/sagax) (Quit: Konversation terminated!) |
| 2023-03-15 01:13:34 | → | srz joins (~srz@179.36.127.68) |
| 2023-03-15 02:15:47 | × | srz quits (~srz@179.36.127.68) (Remote host closed the connection) |
| 2023-03-15 02:18:16 | → | srz joins (~srz@179.36.127.68) |
| 2023-03-15 02:24:16 | × | srz quits (~srz@179.36.127.68) (Read error: Connection reset by peer) |
| 2023-03-15 02:24:20 | → | srz_ joins (~srz@179.36.127.68) |
| 2023-03-15 03:04:12 | × | banc- quits (banc@gateway/vpn/protonvpn/banc) (Ping timeout: 265 seconds) |
| 2023-03-15 03:05:38 | × | srz_ quits (~srz@179.36.127.68) (Quit: Leaving) |
| 2023-03-15 03:20:49 | → | banc joins (banc@gateway/vpn/protonvpn/banc) |
| 2023-03-15 03:21:45 | × | td_ quits (~td@i53870906.versanet.de) (Ping timeout: 250 seconds) |
| 2023-03-15 03:23:40 | → | td_ joins (~td@i53870901.versanet.de) |
| 2023-03-15 04:12:31 | → | mncheck joins (~mncheck@193.224.205.254) |
| 2023-03-15 07:50:06 | × | ft quits (~ft@p3e9bc443.dip0.t-ipconnect.de) (Quit: leaving) |
| 2023-03-15 08:13:54 | → | derfflinger joins (~derffling@user/derfflinger) |
| 2023-03-15 09:10:19 | → | thyriaen joins (~thyriaen@2a01:aea0:dd4:5328:6245:cbff:fe9f:48b1) |
| 2023-03-15 09:12:08 | <thyriaen> | is there a way to make the tabs in a tabbed layout be interpreted by the compositor as the same window as the window it is attached to ( instead of 3 seperate windows ) ? To make it visually more pleasing https://imgur.com/a/q6Aj23l |
| 2023-03-15 09:18:41 | × | derfflinger quits (~derffling@user/derfflinger) (Remote host closed the connection) |
| 2023-03-15 09:19:01 | → | derfflinger joins (~derffling@user/derfflinger) |
| 2023-03-15 10:05:37 | × | banc quits (banc@gateway/vpn/protonvpn/banc) (Ping timeout: 250 seconds) |
| 2023-03-15 10:16:46 | → | banc joins (banc@gateway/vpn/protonvpn/banc) |
| 2023-03-15 11:17:01 | × | derfflinger quits (~derffling@user/derfflinger) (Ping timeout: 246 seconds) |
| 2023-03-15 12:15:11 | × | banc quits (banc@gateway/vpn/protonvpn/banc) (Ping timeout: 250 seconds) |
| 2023-03-15 12:16:12 | → | banc joins (banc@gateway/vpn/protonvpn/banc) |
| 2023-03-15 12:16:15 | × | mncheck quits (~mncheck@193.224.205.254) (Ping timeout: 255 seconds) |
| 2023-03-15 12:19:36 | → | derfflinger joins (~derffling@user/derfflinger) |
| 2023-03-15 12:37:58 | → | banc- joins (~banc@154.47.24.197) |
| 2023-03-15 12:38:18 | × | banc quits (banc@gateway/vpn/protonvpn/banc) (Ping timeout: 255 seconds) |
| 2023-03-15 12:55:23 | <geekosaur> | nope |
| 2023-03-15 12:56:04 | <geekosaur> | the compositor would need to know about it, and no current composiitor does |
| 2023-03-15 13:18:41 | <thyriaen> | ok |
| 2023-03-15 13:18:43 | <thyriaen> | a shame |
| 2023-03-15 13:19:59 | <geekosaur> | interestingly, xmonad for wayland would not have this problem because it would have its own compositor that could know these things |
| 2023-03-15 13:20:39 | <geekosaur> | I did at one point have a hack that made things behave a bit better but it was a nasty hack and I gave up on it |
| 2023-03-15 13:24:39 | × | hightower2 quits (~hightower@20-10.dsl.iskon.hr) (Ping timeout: 255 seconds) |
| 2023-03-15 14:21:31 | → | hightower2 joins (~hightower@85.94.71.188) |
| 2023-03-15 14:43:30 | × | hightower2 quits (~hightower@85.94.71.188) (Ping timeout: 246 seconds) |
| 2023-03-15 15:06:54 | × | derfflinger quits (~derffling@user/derfflinger) (Read error: Connection reset by peer) |
| 2023-03-15 15:27:22 | <Solid[m]> | geekosaur liskin mc47 I plan on merging https://github.com/xmonad/xmonad-web/pull/79 later today if there are no further objections from your side |
| 2023-03-15 15:28:08 | <geekosaur> | I've barely been paying attention to that; I think it's liskin's baby |
All times are in UTC.