Home freenode/#xmonad: Logs Calendar

Logs: freenode/#xmonad

←Prev  Next→
Page 1 .. 231 232 233 234 235 236 237 238 239 240 241 .. 397
39,606 events total
2021-03-15 00:20:53 × notis quits (~notis@185.51.134.230) (Ping timeout: 260 seconds)
2021-03-15 02:09:57 growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net)
2021-03-15 02:44:20 gazler_ joins (~gazler@195.107.2.81.in-addr.arpa)
2021-03-15 02:46:43 × gazler quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 260 seconds)
2021-03-15 03:32:06 × theDon quits (~td@94.134.91.134) (Ping timeout: 246 seconds)
2021-03-15 03:34:01 theDon joins (~td@94.134.91.151)
2021-03-15 06:09:26 × rotaerk_ quits (rotaerk@2600:3c02::f03c:91ff:fe70:4a45) (Ping timeout: 240 seconds)
2021-03-15 06:20:57 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
2021-03-15 06:22:18 × growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in)
2021-03-15 06:24:40 rotaerk joins (~rotaerk@ender.afternet.org)
2021-03-15 06:56:19 palo1 joins (~weechat@c-base/crew/palo)
2021-03-15 06:57:00 × rotaerk quits (~rotaerk@ender.afternet.org) (Ping timeout: 256 seconds)
2021-03-15 06:59:16 × palo quits (~weechat@c-base/crew/palo) (Ping timeout: 256 seconds)
2021-03-15 06:59:17 palo1 is now known as palo
2021-03-15 07:04:59 idhugo joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net)
2021-03-15 07:10:24 rotaerk joins (~rotaerk@ender.afternet.org)
2021-03-15 07:22:30 × idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 256 seconds)
2021-03-15 07:51:06 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 246 seconds)
2021-03-15 07:52:03 idhugo joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net)
2021-03-15 08:01:25 × evanjs quits (~evanjs@075-129-098-007.res.spectrum.com) (Read error: Connection reset by peer)
2021-03-15 08:03:04 evanjs joins (~evanjs@075-129-098-007.res.spectrum.com)
2021-03-15 08:03:23 notis joins (~notis@185.51.134.229)
2021-03-15 08:05:48 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
2021-03-15 08:05:57 cfricke joins (~cfricke@unaffiliated/cfricke)
2021-03-15 08:43:29 × rafadc_ quits (~rafadc@213.37.16.152.dyn.user.ono.com) (Ping timeout: 256 seconds)
2021-03-15 08:44:44 rafadc joins (~rafadc@213.37.16.152.dyn.user.ono.com)
2021-03-15 08:54:50 ChubaDuba joins (~ChubaDuba@46.147.119.222)
2021-03-15 08:55:41 × ChubaDuba quits (~ChubaDuba@46.147.119.222) (Client Quit)
2021-03-15 08:55:45 mc47 joins (~yecinem@89.246.239.190)
2021-03-15 08:56:41 ChubaDuba joins (~ChubaDuba@46.147.119.222)
2021-03-15 09:14:28 × thunderrd quits (~thunderrd@183.182.111.238) (Ping timeout: 272 seconds)
2021-03-15 09:26:53 thunderrd joins (~thunderrd@183.182.111.116)
2021-03-15 09:28:49 thaumavorio joins (~thaumavor@thaumavor.io)
2021-03-15 09:35:39 idhugo_ joins (~idhugo@130.225.16.16)
2021-03-15 09:37:51 × rotaerk quits (~rotaerk@ender.afternet.org) (Ping timeout: 246 seconds)
2021-03-15 09:38:21 × idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 264 seconds)
2021-03-15 09:43:47 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Read error: Connection reset by peer)
2021-03-15 09:45:44 rotaerk joins (rotaerk@2600:3c02::f03c:91ff:fe70:4a45)
2021-03-15 09:57:06 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
2021-03-15 10:17:14 × idhugo_ quits (~idhugo@130.225.16.16) (Read error: Connection reset by peer)
2021-03-15 10:19:03 idhugo_ joins (~idhugo@80-62-116-51-mobile.dk.customer.tdc.net)
2021-03-15 10:35:42 thc202 joins (~thc202@unaffiliated/thc202)
2021-03-15 11:13:08 idhugo__ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net)
2021-03-15 11:15:28 × idhugo_ quits (~idhugo@80-62-116-51-mobile.dk.customer.tdc.net) (Ping timeout: 245 seconds)
2021-03-15 11:29:18 jamik joins (~james@d75-155-42-59.abhsia.telus.net)
2021-03-15 11:35:07 <jamik> Hey, I'm wondering how to set a ManageHook to center a spawned window on the currently active window. The spawned window will have to be floating of course, but adding `className =? "name" --> doFloat` handles that.
2021-03-15 11:36:28 <mc47> try doFloatAt 0.5 0.5 instead of doFloat
2021-03-15 11:37:44 <mc47> https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Hooks-ManageHelpers.html#v:doFloatAt
2021-03-15 11:38:29 <jamik> Ah, thanks mc47, let me see if this does the trick
2021-03-15 11:38:43 <mc47> now that I think about it, that'll only place the top-left corner at the middle
2021-03-15 11:39:05 <mc47> oh there is doCenterFloat
2021-03-15 11:39:59 <jamik> Yes I'll still need add some logic here to center on on the active window (rather than centering it on the screen), but this is great
2021-03-15 11:40:09 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 264 seconds)
2021-03-15 11:40:20 <mc47> it's already taken care of in doCenterFloat ;)
2021-03-15 11:40:46 <jamik> oh nice, I assumed "centered" meant centered on screen
2021-03-15 11:41:05 <mc47> oh
2021-03-15 11:41:14 <mc47> sorry I misread your question
2021-03-15 11:43:43 gzj joins (~gzj@unaffiliated/gzj)
2021-03-15 11:43:58 <jamik> No problem, I just tested doCenterFloat and found out again haha
2021-03-15 11:44:24 <jamik> It's definitely better than spawning in the top corner though!
2021-03-15 11:45:31 <mc47> not sure how to get the rectangle of the active window
2021-03-15 11:46:16 <jamik> yeah neither am I. I'm a haskell noob and I'm not that familiar with xmonad despite spending hours trying to get it to do my bidding
2021-03-15 11:47:20 <mc47> that's the fun part of it :)
2021-03-15 11:47:36 <jamik> but at least it allows me to struggle. I've tried lots of minimal WMs and none of them are as flexible as xmonad so far
2021-03-15 11:48:54 <jamik> I thought I might stick with bspwm before but I could not find a way to emulate dwm's window scheme and it started to bother me too much
2021-03-15 11:49:21 <mc47> I haven't tried those tbh, I only tried i3 and xmonad
2021-03-15 11:49:25 <mc47> and I'm sticking with xmonad
2021-03-15 11:51:21 <jamik> Yeah I'd say it's a good bet. I've used i3, dwm, spectrewm, and some others scattered along the way. I find there's not much difference but each has their quirks. What I care about mostt is flexibility.
2021-03-15 11:55:06 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
2021-03-15 11:55:26 gzj joins (~gzj@unaffiliated/gzj)
2021-03-15 11:59:32 <jamik> For now I'm settling for doSideFloat. I think it's actually kind of nice for my specific purpose. I started using https://github.com/mwh/dragon and having it tucked away on the side is neat
2021-03-15 12:02:52 geekosaur joins (ac3a3c95@172.58.60.149)
2021-03-15 12:10:47 × jamik quits (~james@d75-155-42-59.abhsia.telus.net) (Remote host closed the connection)
2021-03-15 12:24:31 <mc47> that's awesome !
2021-03-15 12:37:45 × ChubaDuba quits (~ChubaDuba@46.147.119.222) (Quit: WeeChat 1.6)
2021-03-15 13:07:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
2021-03-15 13:07:26 gzj joins (~gzj@unaffiliated/gzj)
2021-03-15 13:07:32 ADG1089__ joins (~aditya@122.163.232.170)
2021-03-15 13:08:06 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
2021-03-15 13:08:27 gzj joins (~gzj@unaffiliated/gzj)
2021-03-15 13:13:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
2021-03-15 13:13:26 gzj joins (~gzj@unaffiliated/gzj)
2021-03-15 13:18:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
2021-03-15 13:18:27 gzj joins (~gzj@unaffiliated/gzj)
2021-03-15 13:19:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
2021-03-15 13:19:28 gzj joins (~gzj@unaffiliated/gzj)
2021-03-15 13:20:03 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
2021-03-15 13:20:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
2021-03-15 13:20:28 gzj joins (~gzj@unaffiliated/gzj)
2021-03-15 13:21:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
2021-03-15 13:21:27 gzj joins (~gzj@unaffiliated/gzj)
2021-03-15 13:22:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
2021-03-15 13:22:27 gzj joins (~gzj@unaffiliated/gzj)
2021-03-15 13:23:05 × gzj quits (~gzj@unaffiliated/gzj) (Read error: Connection reset by peer)
2021-03-15 13:23:30 × ADG1089__ quits (~aditya@122.163.232.170) (Remote host closed the connection)
2021-03-15 13:44:59 seschwar joins (~seschwar@unaffiliated/seschwar)
2021-03-15 14:01:00 × geekosaur quits (ac3a3c95@172.58.60.149) (Quit: Connection closed)
2021-03-15 14:22:44 dminuoso_ is now known as dminuoso
2021-03-15 14:24:50 × dminuoso quits (~dminuoso@static.88-198-218-68.clients.your-server.de) (Changing host)
2021-03-15 14:24:50 dminuoso joins (~dminuoso@unaffiliated/dminuoso)
←Prev  Next→
Page 1 .. 231 232 233 234 235 236 237 238 239 240 241 .. 397

All times are in UTC.