2025/05/09

Newest at the top

2025-05-09 19:37:34 +0200ghormoon(~ghormoon@ghorland.net) ghormoon
2025-05-09 19:22:29 +0200ghormoon(~ghormoon@ghorland.net) (Ping timeout: 248 seconds)
2025-05-09 18:48:21 +0200sajenim(~sajenim@user/sajenim) (Ping timeout: 248 seconds)
2025-05-09 18:47:54 +0200catman(~catman@user/catman) (Quit: WeeChat 4.6.2)
2025-05-09 17:24:43 +0200mc47(~yecinem@p200300ee0f0937bae2864dd6a5df0234.dip0.t-ipconnect.de) (Ping timeout: 276 seconds)
2025-05-09 16:36:11 +0200tremon(~tremon@83.80.159.219) tremon
2025-05-09 16:18:31 +0200catman(~catman@user/catman) catman
2025-05-09 16:04:32 +0200catman(~catman@user/catman) (Quit: WeeChat 4.6.2)
2025-05-09 15:23:48 +0200ft(~ft@p4fc2a6e6.dip0.t-ipconnect.de) ft
2025-05-09 11:54:35 +0200thunderrd(~thunderrd@node-14ni.pool-101-51.dynamic.totinternet.net) thunderrd
2025-05-09 11:42:32 +0200thunderrd(~thunderrd@101.51.205.206) (Ping timeout: 252 seconds)
2025-05-09 09:55:30 +0200bla(~bla@91.234.125.131)
2025-05-09 08:53:32 +0200mc47(~yecinem@p200300ee0f0937bae2864dd6a5df0234.dip0.t-ipconnect.de)
2025-05-09 08:24:35 +0200ft(~ft@p4fc2a6e6.dip0.t-ipconnect.de) (Quit: leaving)
2025-05-09 08:02:28 +0200blaa(~bla@91.234.125.131) (Ping timeout: 276 seconds)
2025-05-09 06:11:27 +0200sajenim(~sajenim@user/sajenim) sajenim
2025-05-09 04:22:35 +0200td_(~td@i53870906.versanet.de)
2025-05-09 04:20:33 +0200td_(~td@i53870937.versanet.de) (Ping timeout: 248 seconds)
2025-05-09 04:11:16 +0200sajenim(~sajenim@user/sajenim) (Ping timeout: 244 seconds)
2025-05-09 03:06:25 +0200deepy(deepy@user/deepy) (Ping timeout: 248 seconds)
2025-05-09 03:01:10 +0200sajenim(~sajenim@user/sajenim) sajenim
2025-05-09 02:30:03 +0200OftenFaded(~OftenFade@user/tisktisk) (Client Quit)
2025-05-09 02:26:04 +0200OftenFaded(~OftenFade@user/tisktisk) OftenFaded
2025-05-09 02:23:51 +0200OftenFaded(~OftenFade@user/tisktisk) (Quit: Client closed)
2025-05-09 02:02:23 +0200catman(~catman@user/catman) catman
2025-05-09 01:28:51 +0200catman(~catman@user/catman) (Quit: WeeChat 4.6.2)
2025-05-08 23:55:44 +0200ft(~ft@p4fc2a6e6.dip0.t-ipconnect.de) ft
2025-05-08 23:51:58 +0200ft(~ft@p4fc2a6e6.dip0.t-ipconnect.de) (Quit: Lost terminal)
2025-05-08 22:45:16 +0200OftenFaded(~OftenFade@user/tisktisk) OftenFaded
2025-05-08 22:36:25 +0200OftenFaded(~OftenFade@user/tisktisk) (Quit: Client closed)
2025-05-08 22:22:22 +0200hightower2(~hightower@213.186.15.36) hightower2
2025-05-08 21:10:21 +0200rascasse(~rascasse@user/diep) (Remote host closed the connection)
2025-05-08 21:10:19 +0200 <rascasse> geekosaur: thx for the help
2025-05-08 21:07:53 +0200 <haskellbridge> <geekosaur (@geekosaur:matrix.org)> And the function it should use is screenWorkspace
2025-05-08 21:06:55 +0200 <haskellbridge> <geekosaur (@geekosaur:matrix.org)> I think I mentioned that earlier, it's for the other -screen keys (mod-w,e,r)
2025-05-08 21:05:29 +0200 <rascasse> https://bin.deip.fr/upload/eel-fox-sheep
2025-05-08 21:05:22 +0200 <rascasse> ah sorry you fixed it
2025-05-08 21:00:17 +0200 <rascasse> instead of `windows $ f i`
2025-05-08 21:00:01 +0200 <rascasse> so what's purpose of `screenWorkspace sc >>= flip whenJust f`?
2025-05-08 20:57:38 +0200 <rascasse> okok
2025-05-08 20:57:17 +0200 <rascasse> where greedyView would swap it
2025-05-08 20:56:57 +0200 <geekosaur> correct
2025-05-08 20:56:47 +0200 <rascasse> basically if the target WS is displayed on another monitor, "view" will not swap that target WS into the current monitor but rather will just move the focus to the other monitor?
2025-05-08 20:55:11 +0200 <geekosaur> that's fine
2025-05-08 20:54:32 +0200 <rascasse> Im using single xmobar (always on main screen)
2025-05-08 20:53:14 +0200 <geekosaur> most people do prefer view over greedyView, and most people do run status bars
2025-05-08 20:51:26 +0200 <geekosaur> I have one program that breaks if swapped to a smaller monitor from a larger one, and I run a statusbar, so I switched to view
2025-05-08 20:50:12 +0200 <geekosaur> if you only have one monitor, they're equivalent
2025-05-08 20:49:33 +0200 <geekosaur> if you hhave multiple monitors, view on a visible workspace (on a different monitor) switches focus to that monitor, greedyView swaps the monitor with the current workspace. standard bindings use greedyView so workspace focus is always on the primary monitor, because if you don't have a statusbar you otherwise can't tell if focus is on a different monitor when it has no windows open
2025-05-08 20:48:21 +0200rascasse(~rascasse@user/diep) diep