Logs: freenode/#xmonad
| 2021-04-17 19:30:23 | <geekosaur> | reverse the order of the additionalKeysP and removeKeysP clauses |
| 2021-04-17 19:30:39 | <geekosaur> | otherwise you'd override the core one only to remove it right after |
| 2021-04-17 19:31:26 | <geekosaur> | and if you're going to put in your own binding for mod-p then you don't need to remove the default one since you're overriding it |
| 2021-04-17 19:34:35 | <RomanticDel> | okay so i learned a few things today. Thank you for putting up with my dumb questions |
| 2021-04-17 19:37:02 | → | nova joins (~novasenco@gateway/tor-sasl/novasenco) |
| 2021-04-17 19:38:12 | <RomanticDel> | I really do like xmonad. I just seem to have a bit of trouble configuring it |
| 2021-04-17 19:41:34 | × | RomanticDel quits (~brtt@2600:8804:8744:9f00::7250) (Quit: WeeChat 3.1) |
| 2021-04-17 19:41:44 | <Solid> | It's at this point that I normally start shilling the new tutorial |
| 2021-04-17 19:41:50 | <Solid> | oh they left :( |
| 2021-04-17 19:43:17 | → | RomanticDel joins (~brtt@2600:8804:8744:9f00::7250) |
| 2021-04-17 19:47:08 | <Solid> | RomanticDel: if you're so inclined you can have a look at the new tutorial: https://github.com/xmonad/xmonad/blob/e185261aaf9b974fab888a64cbb8b09b51199fe8/tutorial.md |
| 2021-04-17 19:47:12 | <Solid> | maybe it'll help :) |
| 2021-04-17 19:52:18 | <RomanticDel> | I will definitely do that. |
| 2021-04-17 19:53:16 | <RomanticDel> | One small question. I just copied the haskell modules of someone else's config, not the smartest move, but now when i switch workspaces i get the name of the workspace im switching to on my screen. How do i disable that? |
| 2021-04-17 19:55:19 | <geekosaur> | you probably have ShowWName in the layout; remove it |
| 2021-04-17 19:57:52 | <geekosaur> | , layoutHook = showWName' myShowWNameTheme $ myLayoutHook |
| 2021-04-17 19:57:58 | <geekosaur> | change that to: |
| 2021-04-17 19:58:12 | <geekosaur> | , layoutHook = myLayoutHook |
| 2021-04-17 19:58:17 | <RomanticDel> | okay |
| 2021-04-17 19:58:38 | <geekosaur> | at some point you'll want to remove the import of XMonad.Layout.ShowWName and the definition of myShowWNameTheme as well |
| 2021-04-17 20:00:29 | <RomanticDel> | removed all that. Dont really need that eye sore |
| 2021-04-17 20:01:44 | → | linuxguru joins (~linuxguru@cpef0f24939d493-cmf0f24939d490.cpe.net.cable.rogers.com) |
| 2021-04-17 20:02:18 | <RomanticDel> | I am definitely going through that tutorial step by step |
| 2021-04-17 20:02:57 | × | linuxguru quits (~linuxguru@cpef0f24939d493-cmf0f24939d490.cpe.net.cable.rogers.com) (Client Quit) |
| 2021-04-17 20:05:37 | × | entropie quits (~mit@ip5f59973a.dynamic.kabel-deutschland.de) (Ping timeout: 252 seconds) |
| 2021-04-17 20:05:47 | <RomanticDel> | geekosaur: are you the creator of xmonad or just very very knowledgable? |
| 2021-04-17 20:06:20 | → | linuxguru joins (~linuxguru@cpef0f24939d493-cmf0f24939d490.cpe.net.cable.rogers.com) |
| 2021-04-17 20:07:37 | → | entropie joins (~mit@ip5f59973a.dynamic.kabel-deutschland.de) |
| 2021-04-17 20:13:13 | <geekosaur> | sorry, I'm kinda busy today (and in fact all week; moving into a new place) |
| 2021-04-17 20:13:32 | <geekosaur> | I didn't create it but I've been working on it longer than anyone else here (since 0.2) |
| 2021-04-17 20:13:59 | <RomanticDel> | Wow and no worries man. RL comes first |
| 2021-04-17 20:14:40 | × | linuxguru quits (~linuxguru@cpef0f24939d493-cmf0f24939d490.cpe.net.cable.rogers.com) (Quit: leaving) |
| 2021-04-17 20:15:32 | <RomanticDel> | my xmonad is finally the way i want it. I had to copy someone else's config to do it practically but i used my own keybindings |
| 2021-04-17 20:16:29 | → | linuxguru joins (~linuxguru@cpef0f24939d493-cmf0f24939d490.cpe.net.cable.rogers.com) |
| 2021-04-17 20:22:31 | → | mc47 joins (~yecinem@196.179.186.155) |
| 2021-04-17 20:27:22 | × | geekosaur quits (930099da@rrcs-147-0-153-218.central.biz.rr.com) (Ping timeout: 240 seconds) |
| 2021-04-17 20:34:06 | × | wonko7 quits (~wonko7@62.115.229.50) (Ping timeout: 240 seconds) |
| 2021-04-17 21:26:06 | × | ml| quits (~ml|@unaffiliated/ml/x-3958674) (Ping timeout: 265 seconds) |
| 2021-04-17 21:35:32 | → | cyr4x3 joins (~cyr4x3@139.47.125.51) |
| 2021-04-17 21:35:47 | × | cyr4x3 quits (~cyr4x3@139.47.125.51) (Client Quit) |
| 2021-04-17 21:40:56 | × | evanjs quits (~evanjs@075-129-098-007.res.spectrum.com) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-04-17 21:41:16 | → | evanjs joins (~evanjs@075-129-098-007.res.spectrum.com) |
| 2021-04-17 21:42:13 | × | evanjs quits (~evanjs@075-129-098-007.res.spectrum.com) (Client Quit) |
| 2021-04-17 21:43:25 | → | evanjs joins (~evanjs@075-129-098-007.res.spectrum.com) |
| 2021-04-17 22:26:15 | → | ml| joins (~ml|@unaffiliated/ml/x-3958674) |
| 2021-04-17 22:39:07 | → | Nahra joins (~user@unaffiliated/nahra) |
| 2021-04-17 22:42:55 | × | seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq) |
| 2021-04-17 22:56:48 | × | Buliarous quits (~gypsydang@unaffiliated/buliarous) (Quit: leaving) |
| 2021-04-17 22:57:54 | → | Buliarous joins (~gypsydang@unaffiliated/buliarous) |
| 2021-04-17 23:02:00 | × | Buliarous quits (~gypsydang@unaffiliated/buliarous) (Client Quit) |
| 2021-04-17 23:02:32 | → | Buliarous joins (~gypsydang@unaffiliated/buliarous) |
| 2021-04-17 23:35:17 | × | notis quits (~notis@185.51.134.229) (Ping timeout: 260 seconds) |
| 2021-04-17 23:51:52 | × | RomanticDel quits (~brtt@2600:8804:8744:9f00::7250) (Quit: WeeChat 3.1) |
| 2021-04-17 23:59:41 | × | mc47 quits (~yecinem@196.179.186.155) (Remote host closed the connection) |
| 2021-04-18 00:57:38 | × | linuxguru quits (~linuxguru@cpef0f24939d493-cmf0f24939d490.cpe.net.cable.rogers.com) (Quit: leaving) |
| 2021-04-18 02:22:11 | → | RomanticDel joins (~brtt@2600:8804:8744:9f00::7250) |
| 2021-04-18 02:42:18 | × | theDon quits (~td@muedsl-82-207-238-217.citykom.de) (Ping timeout: 240 seconds) |
| 2021-04-18 02:44:16 | → | theDon joins (~td@94.134.91.146) |
| 2021-04-18 04:07:00 | × | thunderrd quits (~thunderrd@183.182.111.104) (Ping timeout: 265 seconds) |
| 2021-04-18 04:36:34 | × | s00pcan quits (~chris@075-133-056-178.res.spectrum.com) (Ping timeout: 252 seconds) |
| 2021-04-18 04:38:09 | → | s00pcan joins (~chris@107.181.165.217) |
| 2021-04-18 04:59:01 | × | growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-04-18 05:12:46 | → | idhugo joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-04-18 05:20:01 | × | ericsagnes quits (~ericsagne@2405:6580:0:5100:cd2f:135d:b869:baa3) (Ping timeout: 250 seconds) |
| 2021-04-18 05:32:14 | → | ericsagnes joins (~ericsagne@2405:6580:0:5100:c907:2b1b:a88e:a342) |
| 2021-04-18 06:13:41 | → | thunderrd joins (~thunderrd@183.182.114.233) |
| 2021-04-18 06:25:58 | → | materiyolo joins (~materiyol@112.204.174.249) |
| 2021-04-18 06:38:00 | × | RomanticDel quits (~brtt@2600:8804:8744:9f00::7250) (Quit: WeeChat 3.1) |
| 2021-04-18 06:58:26 | × | coldpress quits (~coldpress@128.9.105.34.bc.googleusercontent.com) (Ping timeout: 252 seconds) |
| 2021-04-18 07:00:06 | × | rekahsoft quits (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds) |
| 2021-04-18 07:00:57 | × | idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 260 seconds) |
| 2021-04-18 07:14:58 | → | coldpress joins (~coldpress@128.9.105.34.bc.googleusercontent.com) |
| 2021-04-18 07:19:18 | → | notis joins (~notis@185.51.134.229) |
| 2021-04-18 07:48:20 | → | wonko7 joins (~wonko7@62.115.229.50) |
| 2021-04-18 07:51:26 | → | idhugo joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-04-18 08:07:41 | × | electr0n quits (~electr0n@about/security/founder/electr0n) (Ping timeout: 240 seconds) |
| 2021-04-18 08:22:04 | × | wonko7 quits (~wonko7@62.115.229.50) (Ping timeout: 252 seconds) |
| 2021-04-18 08:27:25 | → | electr0n joins (~electr0n@c-73-83-154-47.hsd1.wa.comcast.net) |
| 2021-04-18 08:50:25 | → | seschwar joins (~seschwar@unaffiliated/seschwar) |
| 2021-04-18 09:39:20 | × | idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 246 seconds) |
| 2021-04-18 10:38:47 | <Solid> | why must github hate email :/ |
| 2021-04-18 10:39:02 | <Solid> | I just want to reply to a specific comment within a review |
| 2021-04-18 10:39:03 | <Solid> | sigh |
| 2021-04-18 11:45:31 | → | mc47 joins (~yecinem@196.179.186.155) |
| 2021-04-18 11:45:46 | × | mc47 quits (~yecinem@196.179.186.155) (Remote host closed the connection) |
| 2021-04-18 11:46:10 | → | mc47 joins (~yecinem@196.179.186.155) |
| 2021-04-18 12:05:39 | × | ericsagnes quits (~ericsagne@2405:6580:0:5100:c907:2b1b:a88e:a342) (Ping timeout: 260 seconds) |
| 2021-04-18 12:18:10 | → | ericsagnes joins (~ericsagne@2405:6580:0:5100:500e:ae68:cb1a:24a) |
| 2021-04-18 12:31:09 | × | nova quits (~novasenco@gateway/tor-sasl/novasenco) (Ping timeout: 240 seconds) |
| 2021-04-18 13:13:34 | → | kelnoky joins (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) |
| 2021-04-18 13:34:20 | → | gzj joins (~gzj@unaffiliated/gzj) |
| 2021-04-18 13:47:08 | × | gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection) |
| 2021-04-18 13:47:27 | → | gzj joins (~gzj@unaffiliated/gzj) |
| 2021-04-18 13:58:16 | × | davemq quits (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Read error: Connection reset by peer) |
| 2021-04-18 13:59:29 | → | davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) |
| 2021-04-18 14:02:11 | × | davemq quits (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Read error: Connection reset by peer) |
| 2021-04-18 14:03:30 | → | davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) |
| 2021-04-18 14:05:13 | × | davemq quits (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Read error: Connection reset by peer) |
| 2021-04-18 14:05:58 | → | davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) |
| 2021-04-18 14:21:36 | × | gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection) |
All times are in UTC.