2025/08/17

2025-08-17 00:50:29 +0200dibblego(~dibblego@haskell/developer/dibblego) (Server closed connection)
2025-08-17 00:50:45 +0200dibblego(~dibblego@haskell/developer/dibblego) dibblego
2025-08-17 00:58:45 +0200tremon(~tremon@83.80.159.219) (Quit: getting boxed in)
2025-08-17 01:54:46 +0200L29Ah(~L29Ah@wikipedia/L29Ah) L29Ah
2025-08-17 03:03:40 +0200L29Ah(~L29Ah@wikipedia/L29Ah) (Read error: Connection timed out)
2025-08-17 03:40:03 +0200L29Ah(~L29Ah@wikipedia/L29Ah) L29Ah
2025-08-17 03:52:01 +0200catman(~catman@user/catman) (Quit: WeeChat 4.7.0)
2025-08-17 04:09:11 +0200td_(~td@i5387093C.versanet.de) (Ping timeout: 244 seconds)
2025-08-17 04:53:18 +0200thunderrd(~thunderrd@node-ic6.pool-125-24.dynamic.totinternet.net) thunderrd
2025-08-17 05:01:46 +0200mkoskar(~mkoskar@user/mkoskar) (Quit: mkoskar)
2025-08-17 05:08:53 +0200mkoskar(~mkoskar@user/mkoskar) mkoskar
2025-08-17 05:14:44 +0200mkoskar(~mkoskar@user/mkoskar) (Quit: mkoskar)
2025-08-17 05:15:27 +0200mkoskar(~mkoskar@user/mkoskar) mkoskar
2025-08-17 05:20:29 +0200thunderrd(~thunderrd@node-ic6.pool-125-24.dynamic.totinternet.net) (Ping timeout: 244 seconds)
2025-08-17 05:35:37 +0200thunderrd(~thunderrd@node-hbj.pool-125-25.dynamic.totinternet.net) thunderrd
2025-08-17 08:54:54 +0200werneta(~werneta@syn-071-083-160-242.res.spectrum.com) (Ping timeout: 244 seconds)
2025-08-17 13:10:56 +0200catman(~catman@user/catman) catman
2025-08-17 14:11:26 +0200jusa(~jusa@kraa.fi) (Server closed connection)
2025-08-17 14:11:51 +0200jusa(~jusa@kraa.fi) jusa
2025-08-17 14:44:10 +0200tremon(~tremon@83.80.159.219) tremon
2025-08-17 15:08:08 +0200catman(~catman@user/catman) (Ping timeout: 252 seconds)
2025-08-17 15:11:33 +0200catman(~catman@user/catman) catman
2025-08-17 15:19:17 +0200hramrach(~hramrach@193.86.92.181) hramrach
2025-08-17 15:19:58 +0200 <hramrach> Hello, how do I show a window?
2025-08-17 15:22:57 +0200 <hramrach> Apparently when it's in a 'witdrawn' state xmonad does not show it in the layout.
2025-08-17 17:42:18 +0200 <geekosaur> you have that backwards, when it's not visible it is withdrawn
2025-08-17 17:42:32 +0200 <geekosaur> what are you doing that it's not visible?
2025-08-17 17:56:09 +0200noa(~noa@86-58-98-43.dynamic.telemach.net)
2025-08-17 18:12:41 +0200hramrach(~hramrach@193.86.92.181) (Server closed connection)
2025-08-17 18:12:58 +0200hramrach(~hramrach@nat2.prg.suse.com) hramrach
2025-08-17 18:30:12 +0200noa(~noa@86-58-98-43.dynamic.telemach.net) (Quit: WeeChat 4.5.2)
2025-08-17 19:28:01 +0200Solitary(~Solitary@user/solitary) (Server closed connection)
2025-08-17 19:32:22 +0200 <hramrach> Nothing, some applications just make the witndow withdrawn. Other windows are iconized and those appear in the layout but tne the withdrawn ones.
2025-08-17 19:34:31 +0200 <hramrach> The layout does not have all windows visible and it's possible to switch the iconized windows to visibe but not the withdrawn ones.
2025-08-17 19:37:01 +0200 <geekosaur> if an application deliberately withdraws a window, there's generally no good way to get it back and the app may behave in odd ways if you do (it won't be expecting it)
2025-08-17 19:39:15 +0200 <geekosaur> https://hackage.haskell.org/package/xmonad-contrib-0.18.1/docs/XMonad-Actions-Minimize.html might let you do it