Logs: liberachat/#xmonad
| 2025-01-19 09:04:55 | × | ft quits (~ft@p3e9bc727.dip0.t-ipconnect.de) (Ping timeout: 264 seconds) |
| 2025-01-19 09:11:20 | → | ft joins (~ft@p508db21c.dip0.t-ipconnect.de) |
| 2025-01-19 09:38:49 | → | Digitteknohippie joins (~user@user/digit) |
| 2025-01-19 09:39:58 | × | Digit quits (~user@user/digit) (Ping timeout: 252 seconds) |
| 2025-01-19 10:37:58 | → | alp joins (~alp@2001:861:8ca0:4940:885e:f93c:1500:2237) |
| 2025-01-19 10:56:24 | × | srk quits (~sorki@user/srk) (Ping timeout: 260 seconds) |
| 2025-01-19 10:57:15 | → | srk joins (~sorki@user/srk) |
| 2025-01-19 11:25:26 | → | ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) |
| 2025-01-19 11:30:12 | × | ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 265 seconds) |
| 2025-01-19 11:46:45 | Digitteknohippie | is now known as Digit |
| 2025-01-19 12:10:41 | → | ChubaDuba joins (~ChubaDuba@46.147.210.74) |
| 2025-01-19 12:53:56 | × | ChubaDuba quits (~ChubaDuba@46.147.210.74) (Quit: WeeChat 4.5.1) |
| 2025-01-19 15:12:46 | → | ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) |
| 2025-01-19 16:26:57 | × | alp quits (~alp@2001:861:8ca0:4940:885e:f93c:1500:2237) (Ping timeout: 252 seconds) |
| 2025-01-19 17:07:58 | × | catman quits (~catman@user/catman) (Quit: WeeChat 4.5.1) |
| 2025-01-19 17:09:49 | → | catman joins (~catman@user/catman) |
| 2025-01-19 17:20:08 | → | catman_ joins (~catman@user/catman) |
| 2025-01-19 17:20:18 | catman | is now known as Guest7456 |
| 2025-01-19 17:20:18 | × | Guest7456 quits (~catman@user/catman) (Killed (tantalum.libera.chat (Nickname regained by services))) |
| 2025-01-19 17:20:18 | catman_ | is now known as catman |
| 2025-01-19 18:11:03 | → | alp joins (~alp@2001:861:8ca0:4940:604c:d3ad:b92c:bc11) |
| 2025-01-19 20:13:16 | <haskellbridge> | <rascasse> Hi, what's the right haskell way to write this: |
| 2025-01-19 20:13:16 | <haskellbridge> | ("M-g", (toggleScreenSpacingEnabled "AND" toggleWindowSpacingEnabled)) |
| 2025-01-19 20:13:56 | <L29Ah> | s,"AND",>>, |
| 2025-01-19 20:16:46 | <haskellbridge> | <rascasse> thx! But just figured out calling only "toggleWindowSpacingEnabled" toggle off "gaps" completely (which was Im looking for) |
| 2025-01-19 20:20:46 | <haskellbridge> | <rascasse> oupsy, no I def need to call "(toggleScreenSpacingEnabled >> toggleWindowSpacingEnabled)" |
| 2025-01-19 20:22:24 | <Leary> | rascasse: You can get away with using the `>>` operator to sequence the operations, but it's better to use `sendMessages [ModifyScreenBorderEnabled not, ModifyWindowBorderEnabled not]`. |
| 2025-01-19 20:25:04 | <haskellbridge> | <rascasse> Hi, why that? |
| 2025-01-19 20:26:04 | <Leary> | The actions individually call `sendMessage` on those messages, so xmonad will refresh twice. |
| 2025-01-19 20:26:31 | <Leary> | `sendMessages` folds the changes into a single refresh |
| 2025-01-19 20:43:54 | × | ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en) |
| 2025-01-19 22:55:49 | × | alp quits (~alp@2001:861:8ca0:4940:604c:d3ad:b92c:bc11) (Ping timeout: 248 seconds) |
| 2025-01-19 22:56:26 | <haskellbridge> | <rascasse> ah makes sens, thx for the info |
| 2025-01-20 02:52:34 | × | catman quits (~catman@user/catman) (Quit: WeeChat 4.5.1) |
| 2025-01-20 02:57:54 | → | catman joins (~catman@user/catman) |
| 2025-01-20 05:54:18 | × | ft quits (~ft@p508db21c.dip0.t-ipconnect.de) (Quit: leaving) |
| 2025-01-20 06:12:46 | → | alp joins (~alp@2001:861:8ca0:4940:eea0:f0c9:6:c921) |
| 2025-01-20 08:28:41 | → | mc47 joins (~yecinem@host-212-114-138-22.customer.m-online.net) |
| 2025-01-20 09:15:09 | × | mc47 quits (~yecinem@host-212-114-138-22.customer.m-online.net) (Remote host closed the connection) |
| 2025-01-20 09:15:29 | → | mc47 joins (~yecinem@host-212-114-138-22.customer.m-online.net) |
| 2025-01-20 10:17:11 | × | mc47 quits (~yecinem@host-212-114-138-22.customer.m-online.net) (Remote host closed the connection) |
| 2025-01-20 11:13:51 | × | kaskal quits (~kaskal@84-115-237-124.cable.dynamic.surfer.at) (Quit: ZNC - https://znc.in) |
| 2025-01-20 11:14:52 | → | kaskal joins (~kaskal@84-115-237-124.cable.dynamic.surfer.at) |
| 2025-01-20 12:44:07 | → | mc47 joins (~yecinem@host-212-114-138-22.customer.m-online.net) |
| 2025-01-20 12:44:32 | × | mc47 quits (~yecinem@host-212-114-138-22.customer.m-online.net) (Changing host) |
| 2025-01-20 12:44:32 | → | mc47 joins (~yecinem@xmonad/TheMC47) |
| 2025-01-20 17:12:04 | → | ft joins (~ft@p508db21c.dip0.t-ipconnect.de) |
| 2025-01-20 17:33:54 | × | mc47 quits (~yecinem@xmonad/TheMC47) (Ping timeout: 260 seconds) |
| 2025-01-20 17:50:23 | → | ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) |
| 2025-01-20 18:20:27 | → | rekahsoft joins (~rekahsoft@70.51.99.237) |
| 2025-01-20 18:50:57 | × | ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en) |
| 2025-01-20 19:53:53 | → | ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) |
| 2025-01-20 21:03:18 | × | catman quits (~catman@user/catman) (Quit: WeeChat 4.5.1) |
| 2025-01-20 21:14:02 | → | catman joins (~catman@user/catman) |
| 2025-01-20 21:45:23 | × | catman quits (~catman@user/catman) (Ping timeout: 245 seconds) |
| 2025-01-20 21:47:20 | → | catman joins (~catman@user/catman) |
| 2025-01-20 22:17:50 | × | ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en) |
| 2025-01-21 02:44:31 | × | ft quits (~ft@p508db21c.dip0.t-ipconnect.de) (Ping timeout: 265 seconds) |
| 2025-01-21 02:46:09 | → | ft joins (~ft@p3e9bca18.dip0.t-ipconnect.de) |
| 2025-01-21 04:54:46 | × | rekahsoft quits (~rekahsoft@70.51.99.237) (Ping timeout: 244 seconds) |
| 2025-01-21 05:30:41 | × | alp quits (~alp@2001:861:8ca0:4940:eea0:f0c9:6:c921) (Remote host closed the connection) |
| 2025-01-21 05:44:04 | × | ft quits (~ft@p3e9bca18.dip0.t-ipconnect.de) (Quit: leaving) |
| 2025-01-21 07:44:27 | → | mc47 joins (~yecinem@p200300ee0f038d2bbe4094f5e5e2b5d9.dip0.t-ipconnect.de) |
| 2025-01-21 08:35:43 | → | alp joins (~alp@2001:861:8ca0:4940:2913:c909:c2d2:ac0b) |
| 2025-01-21 10:27:59 | → | ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) |
| 2025-01-21 11:33:37 | × | alp quits (~alp@2001:861:8ca0:4940:2913:c909:c2d2:ac0b) (Ping timeout: 248 seconds) |
| 2025-01-21 11:37:23 | → | alp joins (~alp@2001:861:8ca0:4940:97fa:2ec6:8934:3b6d) |
| 2025-01-21 15:03:13 | × | alp quits (~alp@2001:861:8ca0:4940:97fa:2ec6:8934:3b6d) (Ping timeout: 248 seconds) |
| 2025-01-21 15:04:17 | → | alp joins (~alp@2001:861:8ca0:4940:8cff:eeaf:eb69:44b2) |
| 2025-01-21 15:23:01 | → | alp_ joins (~alp@2001:861:8ca0:4940:2df0:e5c3:8ea1:5c5) |
| 2025-01-21 15:24:45 | → | alp__ joins (~alp@2001:861:8ca0:4940:9b1d:fca5:6162:339c) |
| 2025-01-21 15:25:09 | × | alp quits (~alp@2001:861:8ca0:4940:8cff:eeaf:eb69:44b2) (Ping timeout: 252 seconds) |
| 2025-01-21 15:27:45 | × | alp_ quits (~alp@2001:861:8ca0:4940:2df0:e5c3:8ea1:5c5) (Ping timeout: 248 seconds) |
| 2025-01-21 15:29:53 | × | alp__ quits (~alp@2001:861:8ca0:4940:9b1d:fca5:6162:339c) (Ping timeout: 248 seconds) |
| 2025-01-21 16:29:31 | × | Buliarous quits (~gypsydang@46.232.210.139) (Remote host closed the connection) |
| 2025-01-21 16:30:00 | → | Buliarous joins (~gypsydang@46.232.210.139) |
| 2025-01-21 16:37:21 | × | mc47 quits (~yecinem@p200300ee0f038d2bbe4094f5e5e2b5d9.dip0.t-ipconnect.de) (Ping timeout: 246 seconds) |
| 2025-01-21 17:11:24 | → | ft joins (~ft@p3e9bca18.dip0.t-ipconnect.de) |
| 2025-01-21 17:49:54 | → | m5zs7k_ joins (aquares@web10.mydevil.net) |
| 2025-01-21 17:50:37 | × | Aminautf quits (~Aminautf@167.172.225.175) (Quit: ZNC 1.8.2+deb2build5 - https://znc.in) |
| 2025-01-21 17:50:43 | × | deebo quits (~globe@stonebay32.com) (Ping timeout: 252 seconds) |
| 2025-01-21 17:50:45 | × | Buliarous quits (~gypsydang@46.232.210.139) (Ping timeout: 248 seconds) |
| 2025-01-21 17:51:17 | × | Digit quits (~user@user/digit) (Read error: Connection reset by peer) |
| 2025-01-21 17:51:24 | × | m5zs7k quits (aquares@web10.mydevil.net) (Read error: Connection reset by peer) |
| 2025-01-21 17:51:28 | → | Digitteknohippie joins (~user@user/digit) |
| 2025-01-21 17:51:32 | × | wz1000 quits (~zubin@static.11.113.47.78.clients.your-server.de) (Ping timeout: 272 seconds) |
| 2025-01-21 17:51:32 | × | Solitary quits (~Solitary@user/solitary) (Read error: Connection reset by peer) |
| 2025-01-21 17:51:40 | → | Aminautf joins (~Aminautf@167.172.225.175) |
| 2025-01-21 17:52:34 | → | deebo joins (~globe@stonebay32.com) |
| 2025-01-21 17:52:38 | → | Buliarous joins (~gypsydang@46.232.210.139) |
| 2025-01-21 17:59:51 | m5zs7k_ | is now known as m5zs7k |
| 2025-01-21 18:04:21 | → | wz1000 joins (~zubin@static.11.113.47.78.clients.your-server.de) |
| 2025-01-21 18:04:49 | Digitteknohippie | is now known as Digit |
| 2025-01-21 18:17:35 | → | Solitary joins (~Solitary@user/solitary) |
| 2025-01-21 21:03:07 | × | ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en) |
| 2025-01-21 23:31:16 | × | dibblego quits (~dibblego@haskell/developer/dibblego) (Read error: Connection reset by peer) |
| 2025-01-21 23:31:30 | → | dibblego joins (~dibblego@116-255-1-119.ip4.superloop.au) |
| 2025-01-21 23:31:30 | × | dibblego quits (~dibblego@116-255-1-119.ip4.superloop.au) (Changing host) |
| 2025-01-21 23:31:30 | → | dibblego joins (~dibblego@haskell/developer/dibblego) |
| 2025-01-21 23:34:03 | × | vanvik quits (~vanvik@78.156.10.140) (Quit: Ping timeout (120 seconds)) |
All times are in UTC.