Home freenode/#xmonad: Logs Calendar

Logs: freenode/#xmonad

←Prev  Next→
Page 1 .. 273 274 275 276 277 278 279 280 281 282 283 .. 397
39,606 events total
2021-03-30 10:19:35 <mc47> and hlint integration, of course
2021-03-30 10:19:43 <mc47> it helps with exploring and learning haskell
2021-03-30 10:20:24 rafadc joins (~rafadc@213.37.16.152.dyn.user.ono.com)
2021-03-30 10:20:54 × idhugo quits (~idhugo@87-49-45-185-mobile.dk.customer.tdc.net) (Ping timeout: 252 seconds)
2021-03-30 10:25:37 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 260 seconds)
2021-03-30 10:29:21 <mc47> does someone have an dumbed-down explanation of how the keybindings work?
2021-03-30 10:29:49 <mc47> I'm trying to pick up the work of LSLeary (input modes: https://gist.github.com/LSLeary/6741b0572d62db3f0cea8e6618141b2f)
2021-03-30 10:34:43 <Liskni_si> we ask X for a passive grab, which means when the keybinding is pressed, X hands the keyboard to us, and once it's released, normal processing returns
2021-03-30 10:40:50 <mc47> there are some shenanigans happening with the numLock mask that I don't understand
2021-03-30 10:43:38 <Liskni_si> I know nothing about those
2021-03-30 10:44:42 <mc47> I'm looking at the submap code
2021-03-30 10:44:56 <mc47> -- Remove num lock mask and Xkb group state bits
2021-03-30 10:44:56 <mc47> m' <- cleanMask $ m .&. ((1 `shiftL` 12) - 1)
2021-03-30 10:47:44 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
2021-03-30 11:04:41 × typetetris quits (sid275937@gateway/web/irccloud.com/x-dcerdocovoshoxng) (Quit: Connection closed for inactivity)
2021-03-30 11:14:28 eb0t joins (~eblip@unaffiliated/eblip)
2021-03-30 11:14:37 eb0t_ joins (~eblip@unaffiliated/eblip)
2021-03-30 11:15:54 × def_jam quits (~eblip@unaffiliated/eblip) (Ping timeout: 252 seconds)
2021-03-30 11:16:05 × eblip quits (~eblip@unaffiliated/eblip) (Ping timeout: 246 seconds)
2021-03-30 11:16:42 <mc47> regarding the names of the functions, how about `bindSB` instead of `makeStatusBar` and `bindAndManageSB` instead of `makeStatusBar'`?
2021-03-30 11:17:26 <mc47> manage sounds... off
2021-03-30 11:17:35 <mc47> bindSBExtras?
2021-03-30 11:26:45 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Quit: WeeChat 3.1)
2021-03-30 11:29:21 × cfricke quits (~cfricke@unaffiliated/cfricke) (Ping timeout: 246 seconds)
2021-03-30 11:35:37 Shadorain joins (uid453914@gateway/web/irccloud.com/x-upujwpnrlwgnzwtx)
2021-03-30 11:38:17 azg256 joins (~azg256@78-56-98-5.static.zebra.lt)
2021-03-30 12:05:41 geekosaur joins (82650c7a@130.101.12.122)
2021-03-30 12:10:16 <geekosaur> numlockMask is a server hack, X11 was designed for keyboards without numlock so they had to stick it and its functionality somewhere
2021-03-30 12:10:43 <geekosaur> they stole a modifier bit, so that has to be stripped out for most things to work regardless of numlock state.
2021-03-30 12:11:49 <geekosaur> our handling of Xkb states is a bit more dubious, arguably we should track that in keybinds so people could e.g. move keys around depending on Xkb level, but that also becomes very complex for both users and implementors quickly
2021-03-30 12:53:24 <mc47> huh, I think I'm starting to see what's going on
2021-03-30 12:53:26 <mc47> thanks!
2021-03-30 12:58:42 × geekosaur quits (82650c7a@130.101.12.122) (Ping timeout: 240 seconds)
2021-03-30 13:06:29 geekosaur joins (82650c7a@130.101.12.122)
2021-03-30 13:11:35 idhugo__ joins (~idhugo@87-49-45-185-mobile.dk.customer.tdc.net)
2021-03-30 13:14:32 × idhugo_ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 268 seconds)
2021-03-30 13:19:54 <Solid> X.D.Developing could certainly use an overhaul
2021-03-30 13:38:30 × srk quits (~sorki@gateway/tor-sasl/sorki) (Remote host closed the connection)
2021-03-30 13:38:30 × hexo quits (~hexo@gateway/tor-sasl/hexo) (Remote host closed the connection)
2021-03-30 13:38:48 hexo joins (~hexo@gateway/tor-sasl/hexo)
2021-03-30 13:38:49 srk joins (~sorki@gateway/tor-sasl/sorki)
2021-03-30 13:43:15 × geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed)
2021-03-30 13:48:09 thoros joins (~thoros@194-166-47-167.hdsl.highway.telekom.at)
2021-03-30 13:55:27 × azg256 quits (~azg256@78-56-98-5.static.zebra.lt) (Quit: leaving)
2021-03-30 14:04:33 × thoros quits (~thoros@194-166-47-167.hdsl.highway.telekom.at) (Quit: WeeChat 3.0.1)
2021-03-30 14:11:35 azg256 joins (~azg256@78-56-98-5.static.zebra.lt)
2021-03-30 14:18:49 evanjs joins (~evanjs@075-129-098-007.res.spectrum.com)
2021-03-30 14:20:50 × idhugo__ quits (~idhugo@87-49-45-185-mobile.dk.customer.tdc.net) (Ping timeout: 260 seconds)
2021-03-30 14:40:34 materiyolo joins (~materiyol@112.204.174.249)
2021-03-30 14:57:27 cfricke joins (~cfricke@unaffiliated/cfricke)
2021-03-30 15:04:35 × cfricke quits (~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.1)
2021-03-30 15:13:32 × azg256 quits (~azg256@78-56-98-5.static.zebra.lt) (Quit: leaving)
2021-03-30 15:28:24 azg256 joins (~azg256@78-56-98-5.static.zebra.lt)
2021-03-30 15:48:49 × notis quits (~notis@85.203.44.170) (Read error: Connection reset by peer)
2021-03-30 15:51:36 notis joins (~notis@85.203.44.170)
2021-03-30 15:58:05 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
2021-03-30 16:08:46 geekosaur joins (82650c7a@130.101.12.122)
2021-03-30 16:09:55 thoros joins (~thoros@194-166-47-167.hdsl.highway.telekom.at)
2021-03-30 16:26:28 idhugo__ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net)
2021-03-30 16:28:04 mmarconm joins (~mmarconm@unaffiliated/mmarconm)
2021-03-30 16:33:01 growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net)
2021-03-30 16:59:34 × mmarconm quits (~mmarconm@unaffiliated/mmarconm) (Quit: Leaving)
2021-03-30 17:15:33 × idhugo__ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Remote host closed the connection)
2021-03-30 17:16:01 idhugo__ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net)
2021-03-30 17:23:54 × idhugo__ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 246 seconds)
2021-03-30 17:36:43 × materiyolo quits (~materiyol@112.204.174.249) (Quit: WeeChat 3.0.1)
2021-03-30 17:45:40 idhugo__ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net)
2021-03-30 17:49:22 × geekosaur quits (82650c7a@130.101.12.122) (Ping timeout: 240 seconds)
2021-03-30 18:05:39 geekosaur joins (82650c7a@130.101.12.122)
2021-03-30 18:12:54 × thoros quits (~thoros@194-166-47-167.hdsl.highway.telekom.at) (Quit: WeeChat 3.0.1)
2021-03-30 18:15:13 × azg256 quits (~azg256@78-56-98-5.static.zebra.lt) (Quit: leaving)
2021-03-30 18:16:33 azg256 joins (~azg256@78-56-98-5.static.zebra.lt)
2021-03-30 18:27:15 eb0t_ is now known as eblip
2021-03-30 18:32:36 × azg256 quits (~azg256@78-56-98-5.static.zebra.lt) (Quit: leaving)
2021-03-30 18:57:46 <heck-to-the-gnom> I've convinced maybe 3 people at this point to start using xmonad. All from the `Arch Linux` matrix room. So, that's cool, I guess.
2021-03-30 18:59:27 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 246 seconds)
2021-03-30 19:01:51 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
2021-03-30 19:22:20 <burp> :D
2021-03-30 19:22:50 × geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed)
2021-03-30 19:23:09 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 252 seconds)
2021-03-30 19:25:02 geekosaur joins (82650c7a@130.101.12.122)
2021-03-30 19:26:11 <mc47[m]> I think we'll get more activity once we do the release
2021-03-30 19:37:43 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
2021-03-30 19:58:38 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 240 seconds)
2021-03-30 20:00:59 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
2021-03-30 20:13:42 × mc47 quits (~yecinem@196.179.190.248) (Remote host closed the connection)
2021-03-30 20:13:47 × geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed)
2021-03-30 20:14:29 kelnoky joins (~shao@ip1f128ba7.dynamic.kabel-deutschland.de)
2021-03-30 20:18:12 × idhugo__ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 268 seconds)
2021-03-30 20:24:27 mc47 joins (~yecinem@196.179.190.248)
2021-03-30 20:40:38 × notis quits (~notis@85.203.44.170) (Ping timeout: 240 seconds)
2021-03-30 20:45:50 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 260 seconds)
2021-03-30 20:50:10 × mc47 quits (~yecinem@196.179.190.248) (Remote host closed the connection)
2021-03-30 21:51:32 × seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq)
2021-03-30 21:57:39 × eyenx quits (~eyenxeyen@unaffiliated/eye/x-1653358) (Quit: Bridge terminating on SIGTERM)
2021-03-30 22:00:12 eyenx joins (~eyenxeyen@unaffiliated/eye/x-1653358)
2021-03-30 22:00:48 × eyenx quits (~eyenxeyen@unaffiliated/eye/x-1653358) (Remote host closed the connection)
2021-03-30 22:05:17 novas0x2a joins (~blah@157-131-126-102.fiber.dynamic.sonic.net)
2021-03-30 22:05:23 eyenx joins (~eyenxeyen@unaffiliated/eye/x-1653358)
2021-03-30 22:06:34 × novas0x2a quits (~blah@157-131-126-102.fiber.dynamic.sonic.net) (Client Quit)
←Prev  Next→
Page 1 .. 273 274 275 276 277 278 279 280 281 282 283 .. 397

All times are in UTC.