Home freenode/#xmonad: Logs Calendar

Logs: freenode/#xmonad

←Prev  Next→
Page 1 .. 99 100 101 102 103 104 105 106 107 108 109 .. 397
39,606 events total
2021-01-15 05:25:05 × rudentoxic quits (~rudentoxi@74.119.146.134) (Ping timeout: 240 seconds)
2021-01-15 05:26:36 × gazler quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 240 seconds)
2021-01-15 05:27:09 rudentoxic joins (~rudentoxi@107-214-50-180.lightspeed.bcvloh.sbcglobal.net)
2021-01-15 05:35:30 ADG1089__ joins (~aditya@122.163.165.143)
2021-01-15 05:48:00 × gazler_ quits (~gazler@2001:8b0:b165:a8d2:1553:5c63:3022:700e) (Remote host closed the connection)
2021-01-15 05:48:20 × growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in)
2021-01-15 05:48:27 gazler_ joins (~gazler@2001:8b0:b165:a8d2:1553:5c63:3022:700e)
2021-01-15 06:15:21 × gazler_ quits (~gazler@2001:8b0:b165:a8d2:1553:5c63:3022:700e) (Read error: Connection reset by peer)
2021-01-15 06:15:27 gazler__ joins (~gazler@195.107.2.81.in-addr.arpa)
2021-01-15 06:31:58 palo1 joins (~weechat@c-base/crew/palo)
2021-01-15 06:35:04 × palo quits (~weechat@c-base/crew/palo) (Ping timeout: 256 seconds)
2021-01-15 06:35:05 palo1 is now known as palo
2021-01-15 06:38:28 gazler_ joins (~gazler@2001:8b0:b165:a8d2:1553:5c63:3022:700e)
2021-01-15 06:40:37 × gazler__ quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 246 seconds)
2021-01-15 06:45:13 × rudentoxic quits (~rudentoxi@107-214-50-180.lightspeed.bcvloh.sbcglobal.net) (Ping timeout: 264 seconds)
2021-01-15 06:45:29 rudentoxic joins (~rudentoxi@104.244.210.118)
2021-01-15 07:00:34 × materiyolo quits (~materiyol@112.204.170.198) (Ping timeout: 246 seconds)
2021-01-15 07:16:38 notis joins (~notis@185.51.134.222)
2021-01-15 07:30:15 al3x27 joins (~plovs@85.254.75.142)
2021-01-15 07:45:29 cfricke joins (~cfricke@unaffiliated/cfricke)
2021-01-15 07:54:55 × ericsagnes quits (~ericsagne@2405:6580:0:5100:6bc2:e498:a980:d2bd) (Ping timeout: 272 seconds)
2021-01-15 08:06:57 ericsagnes joins (~ericsagne@2405:6580:0:5100:ac2c:af5:4276:675d)
2021-01-15 08:07:04 × rudentoxic quits (~rudentoxi@104.244.210.118) (Ping timeout: 272 seconds)
2021-01-15 08:08:16 rudentoxic joins (~rudentoxi@107-214-50-180.lightspeed.bcvloh.sbcglobal.net)
2021-01-15 08:57:52 wonko7 joins (~wonko7@91.151.74.79)
2021-01-15 09:02:44 shynoob joins (~shynoob@14.192.29.64)
2021-01-15 09:03:38 everythingTaken joins (~everythin@gateway/tor-sasl/everythingtaken)
2021-01-15 09:03:57 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 272 seconds)
2021-01-15 09:06:51 mc47 joins (~yecinem@89.246.239.190)
2021-01-15 09:23:26 × tent405 quits (~tent405@box.cresante.com) (Remote host closed the connection)
2021-01-15 09:25:22 <shynoob> can anyone share their configs?
2021-01-15 09:25:28 <shynoob> screenshots
2021-01-15 09:26:39 <Solid> if you want screenshots then /r/unixporn has a few of them floating around
2021-01-15 09:33:49 <Liskni_si> shynoob: https://github.com/search?q=xmonad.hs :-)
2021-01-15 09:35:39 <mc47> shynoob here's mine if you want
2021-01-15 09:35:41 <mc47> https://raw.githubusercontent.com/TheMC47/dotfiles/master/.xmonad/empty.png
2021-01-15 09:35:53 <mc47> and this https://raw.githubusercontent.com/TheMC47/dotfiles/master/.xmonad/Tiling.png
2021-01-15 09:37:27 <mc47> Solid regarding my PR, I agree that we can do better than some examples I wrote in the docs
2021-01-15 09:37:28 <mc47> BUT
2021-01-15 09:37:54 <mc47> I think it's gonna be confusing/inconvenient for users if we go with your proposal
2021-01-15 09:38:42 <mc47> what do you think if adding a convenience function `f sb conf = makeStatusBar conf =<< sb` (no idea what we should call it)
2021-01-15 09:39:34 <mc47> so users can just compose it with what they already have ` ewmh . f sb . superDuper $ (def {...})`
2021-01-15 09:41:29 <Solid> mc47: if you think it's confusing; don't add it
2021-01-15 09:41:34 <Solid> I'm just making soft suggestions :)
2021-01-15 09:43:42 <Solid> I think if we need that convenience function it might be better to flip the arguments of makeStatusBar around yet again :D
2021-01-15 09:43:55 <Solid> This is all a matter of "how is the user supposed to use this"
2021-01-15 09:44:09 <Solid> I was going off of your examples when I suggested switching things around
2021-01-15 09:44:40 <Solid> put if you think these are better used in the usual "xmonad . [..]" pipeline then we should probably have the XConfig as the last argument
2021-01-15 09:45:36 <mc47> I mean, that's the most common way I saw people compose their configs
2021-01-15 09:48:01 <mc47> we could do both ¯\_(ツ)_/¯
2021-01-15 09:48:58 <shynoob> what is a scratchpad?
2021-01-15 09:52:42 <Solid> mc47: okay, if you come up with a good name for that function then I say add it :>
2021-01-15 09:53:20 <Solid> mc47: btw, lol@that club mate logo on your emacs' splashscreen
2021-01-15 09:54:19 <mc47> Solid hahahah, the official sponsor for computer science students
2021-01-15 09:54:37 <Solid> :D
2021-01-15 09:54:45 <Solid> shynoob: it's a floating window that you can automatically bring to your workspace and send it away again with a keybinding
2021-01-15 09:55:00 <shynoob> oh I see
2021-01-15 09:55:14 <Solid> it's quite nice for things like "dropdown" terminals, email, music players etc.
2021-01-15 09:55:22 <shynoob> hm
2021-01-15 09:55:33 mc47 whispers "a scratchpad is something that transforms like a scratchpad"
2021-01-15 09:55:38 <mc47> sorry for the bad joke
2021-01-15 09:55:45 <Solid> oh god
2021-01-15 09:55:55 <Solid> the flashbacks
2021-01-15 09:56:06 <Solid> of physicists trying to explain tensors
2021-01-15 10:27:56 shynoob parts (~shynoob@14.192.29.64) ("Leaving")
2021-01-15 10:38:59 thc202 joins (~thc202@unaffiliated/thc202)
2021-01-15 10:41:26 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
2021-01-15 11:00:12 × hexo quits (~hexo@gateway/tor-sasl/hexo) (Remote host closed the connection)
2021-01-15 11:00:12 × everythingTaken quits (~everythin@gateway/tor-sasl/everythingtaken) (Remote host closed the connection)
2021-01-15 11:02:48 hexo joins (~hexo@gateway/tor-sasl/hexo)
2021-01-15 11:03:56 everythingTaken joins (~everythin@gateway/tor-sasl/everythingtaken)
2021-01-15 11:34:14 × cfricke quits (~cfricke@unaffiliated/cfricke) (Ping timeout: 264 seconds)
2021-01-15 11:51:16 kelnoky joins (~shao@ip1f1222c4.dynamic.kabel-deutschland.de)
2021-01-15 11:56:34 berberman_ joins (~berberman@unaffiliated/berberman)
2021-01-15 11:57:02 × berberman quits (~berberman@unaffiliated/berberman) (Ping timeout: 264 seconds)
2021-01-15 12:01:50 × ericsagnes quits (~ericsagne@2405:6580:0:5100:ac2c:af5:4276:675d) (Ping timeout: 264 seconds)
2021-01-15 12:14:27 ericsagnes joins (~ericsagne@2405:6580:0:5100:7035:540:bf28:536c)
2021-01-15 12:30:47 × ADG1089__ quits (~aditya@122.163.165.143) (Remote host closed the connection)
2021-01-15 12:33:02 ADG1089__ joins (~aditya@122.163.165.143)
2021-01-15 12:40:06 geekosaur joins (ac3a3b75@172.58.59.117)
2021-01-15 12:43:21 cfricke joins (~cfricke@unaffiliated/cfricke)
2021-01-15 12:45:42 × cfricke quits (~cfricke@unaffiliated/cfricke) (Client Quit)
2021-01-15 12:45:51 cfricke joins (~cfricke@unaffiliated/cfricke)
2021-01-15 12:56:44 × ADG1089__ quits (~aditya@122.163.165.143) (Remote host closed the connection)
2021-01-15 12:58:00 ADG1089__ joins (~aditya@122.163.165.143)
2021-01-15 13:01:54 × ADG1089__ quits (~aditya@122.163.165.143) (Remote host closed the connection)
2021-01-15 13:03:01 ADG1089__ joins (~aditya@122.163.165.143)
2021-01-15 13:03:06 × cfricke quits (~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.0)
2021-01-15 13:05:56 × ADG1089__ quits (~aditya@122.163.165.143) (Remote host closed the connection)
2021-01-15 13:07:01 ADG1089__ joins (~aditya@122.163.165.143)
2021-01-15 13:08:06 seschwar joins (~seschwar@unaffiliated/seschwar)
2021-01-15 13:12:37 cfricke joins (~cfricke@unaffiliated/cfricke)
2021-01-15 13:26:25 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 240 seconds)
2021-01-15 13:28:43 × Mzg quits (Mzg@s1.ct8.pl) (Ping timeout: 246 seconds)
2021-01-15 13:53:53 Mzg joins (Mzg@s1.ct8.pl)
2021-01-15 13:54:38 × berberman_ quits (~berberman@unaffiliated/berberman) (Quit: ZNC 1.7.5 - https://znc.in)
2021-01-15 13:55:02 berberman joins (~berberman@unaffiliated/berberman)
2021-01-15 13:56:20 × berberman quits (~berberman@unaffiliated/berberman) (Max SendQ exceeded)
2021-01-15 13:56:59 berberman joins (~berberman@unaffiliated/berberman)
2021-01-15 14:02:02 × berberman quits (~berberman@unaffiliated/berberman) (Max SendQ exceeded)
←Prev  Next→
Page 1 .. 99 100 101 102 103 104 105 106 107 108 109 .. 397

All times are in UTC.