| 2024-10-20 00:13:46 +0000 | tremon | (~tremon@83.80.159.219) (Remote host closed the connection) |
| 2024-10-20 00:55:32 +0000 | hiecaq | (~hiecaq@user/hiecaq) hiecaq |
| 2024-10-20 02:35:19 +0000 | hiecaq | (~hiecaq@user/hiecaq) (Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)) |
| 2024-10-20 02:36:37 +0000 | hiecaq | (~hiecaq@user/hiecaq) hiecaq |
| 2024-10-20 02:43:29 +0000 | td_ | (~td@i53870911.versanet.de) (Ping timeout: 255 seconds) |
| 2024-10-20 02:45:28 +0000 | td_ | (~td@i53870918.versanet.de) |
| 2024-10-20 04:40:14 +0000 | hiecaq | (~hiecaq@user/hiecaq) (Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)) |
| 2024-10-20 08:58:32 +0000 | hightower2 | (~hightower@170-250.dsl.iskon.hr) hightower2 |
| 2024-10-20 09:09:14 +0000 | ash3en | (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) ash3en |
| 2024-10-20 10:41:34 +0000 | hightower2 | (~hightower@170-250.dsl.iskon.hr) (Remote host closed the connection) |
| 2024-10-20 10:58:55 +0000 | Digitteknohippie | (~user@user/digit) Digit |
| 2024-10-20 10:59:21 +0000 | Digit | (~user@user/digit) (Ping timeout: 265 seconds) |
| 2024-10-20 12:21:57 +0000 | ash3en | (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en) |
| 2024-10-20 12:33:51 +0000 | L29Ah | (~L29Ah@wikipedia/L29Ah) () |
| 2024-10-20 12:34:30 +0000 | L29Ah | (~L29Ah@wikipedia/L29Ah) L29Ah |
| 2024-10-20 12:46:49 +0000 | tremon | (~tremon@83.80.159.219) tremon |
| 2024-10-20 13:05:54 +0000 | Digitteknohippie | (~user@user/digit) (Ping timeout: 260 seconds) |
| 2024-10-20 13:21:38 +0000 | Digit | (~user@user/digit) Digit |
| 2024-10-20 13:23:12 +0000 | L29Ah | (~L29Ah@wikipedia/L29Ah) () |
| 2024-10-20 14:19:02 +0000 | L29Ah | (~L29Ah@wikipedia/L29Ah) L29Ah |
| 2024-10-20 14:56:56 +0000 | L29Ah | (~L29Ah@wikipedia/L29Ah) () |
| 2024-10-20 17:14:38 +0000 | ash3en | (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) ash3en |
| 2024-10-20 18:17:16 +0000 | ChubaDuba | (~ChubaDuba@46.147.211.128) ChubaDuba |
| 2024-10-20 19:49:04 +0000 | ash3en | (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en) |
| 2024-10-20 19:56:57 +0000 | ChubaDuba | (~ChubaDuba@46.147.211.128) (Quit: WeeChat 4.4.2) |
| 2024-10-20 20:06:00 +0000 | L29Ah | (~L29Ah@wikipedia/L29Ah) L29Ah |
| 2024-10-20 23:38:02 +0000 | rascasse | (~rascasse@user/diep) diep |
| 2024-10-20 23:39:45 +0000 | <rascasse> | hi, how can I set the default workspace for a specific monitor, let's say monitor 1? |
| 2024-10-20 23:40:36 +0000 | <geekosaur> | xmonad doesn't really have that concept |
| 2024-10-20 23:42:03 +0000 | <Lears> | You can hack it with `doOnce` in `startupHook`, or by just ordering `workspaces` right. |
| 2024-10-20 23:44:34 +0000 | <geekosaur> | …until something moves it (browsers like to do this, sadly) and you have to move it back manually |
| 2024-10-20 23:48:16 +0000 | <Lears> | Right. If you can't tolerate that kind of interference you have to stop using ewmh (or configure it?). There's also the option of setting up a keybind to focus your default/s. |
| 2024-10-20 23:48:52 +0000 | <geekosaur> | as yet I don't think it's configurable, there's a PR for it though |
| 2024-10-20 23:49:28 +0000 | <geekosaur> | but I wouldn't be too surprised if browser devs think tat rule doesn't apply to them and they force the issue if EWMH doesn't do what they want |
| 2024-10-20 23:53:46 +0000 | <geekosaur> | (EWMH allows a window manager to treat a focus event as an urgency request rather than switching focus immediately) |