Logs: freenode/#xmonad
| 2021-03-22 16:49:20 | <geekosaur> | I don't think that will work, the scratchpad machinery assumes a single window |
| 2021-03-22 16:49:40 | <geekosaur> | you could tell it to match either window but that doesn't mean it will match both |
| 2021-03-22 16:50:53 | × | drl quits (~l@2600:1700:8360:3870:d168:b346:a515:4e91) (Quit: Leaving) |
| 2021-03-22 16:54:39 | <Solid> | heck-to-the-gnom: ah, I did misunderstand your question then |
| 2021-03-22 16:54:50 | <Solid> | scratchpads do actually have that functionality |
| 2021-03-22 16:54:53 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 260 seconds) |
| 2021-03-22 16:55:06 | <Solid> | instead of `namedScratchpadAction` you just have to use `allNamedScratchpadAction` |
| 2021-03-22 16:55:27 | <Solid> | and it'll do whatever you give to it with all matching windows instead of just the first one |
| 2021-03-22 16:55:48 | <Solid> | s/stand/stood/ |
| 2021-03-22 16:56:10 | <geekosaur> | interesting |
| 2021-03-22 16:56:36 | <geekosaur> | hope it doesn't quietly mean "all defined scratchpads" which would mean you couldn't have more than just the two |
| 2021-03-22 16:57:10 | <heck-to-the-gnom> | not by default, how might I go about adding that? |
| 2021-03-22 16:57:41 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-03-22 16:58:31 | <Solid> | heck-to-the-gnom: when you bind a scratchpad to a key, you would usually write something like `("M-C-t", namedScratchpadAction myScratchpads "Mail")` |
| 2021-03-22 16:58:50 | <Solid> | just replace that `namedScratchpadAction` with an `allNamedScratchpadAction` |
| 2021-03-22 16:59:04 | <Solid> | and it'll traverse_ all matching windows instead of getting the head |
| 2021-03-22 17:01:31 | → | cfricke joins (cfricke@gateway/vpn/mullvad/cfricke) |
| 2021-03-22 17:01:36 | → | kelnoky joins (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) |
| 2021-03-22 17:05:57 | → | idhugo__ joins (~idhugo@80-62-117-136-mobile.dk.customer.tdc.net) |
| 2021-03-22 17:09:15 | <heck-to-the-gnom> | ah, thank you! |
| 2021-03-22 17:13:01 | → | yakamo joins (~yakamo@167.71.77.160) |
| 2021-03-22 17:34:56 | <mc47> | Well, 10 years were not enough to change how I feel about CSS |
| 2021-03-22 17:44:34 | <mc47> | Anyway, a first version of the website should be ready by the end of the week |
| 2021-03-22 17:49:02 | × | geekosaur quits (82650c7a@130.101.12.122) (Ping timeout: 240 seconds) |
| 2021-03-22 17:50:17 | <Solid> | awesome! |
| 2021-03-22 17:50:30 | <Solid> | hakyll-based or actually pure CSS+HTML? :o |
| 2021-03-22 17:52:32 | → | jak_ joins (~jak@cpe-24-90-94-163.nyc.res.rr.com) |
| 2021-03-22 18:01:06 | Liskni_si | finds modern HTML+CSS way more bearable than what we had 10+ years ago |
| 2021-03-22 18:02:33 | → | notis joins (~notis@85.203.44.244) |
| 2021-03-22 18:06:38 | <mc47> | It's hakyll-based, I took that pretty template and tried to trim the fats here and there |
| 2021-03-22 18:07:00 | <mc47> | and bootstrap |
| 2021-03-22 18:07:31 | <mc47> | The good thing is that we'll probably only have to modify markdown when we want to update stuff, which is more convenient |
| 2021-03-22 18:08:15 | <mc47> | (I meant this template https://tsier.github.io/xmonad-web/index.html) |
| 2021-03-22 18:08:45 | <Solid> | that sounds pretty nice |
| 2021-03-22 18:11:28 | → | geekosaur joins (82650c7a@130.101.12.122) |
| 2021-03-22 18:15:07 | <heck-to-the-gnom> | CSS is, interesting, in web dev its garbage imo |
| 2021-03-22 18:15:07 | <heck-to-the-gnom> | But outside of web dev, css isn't that bad |
| 2021-03-22 18:16:47 | <Solid> | what do you do with CSS if not websites Oo |
| 2021-03-22 18:17:03 | <heck-to-the-gnom> | gtk |
| 2021-03-22 18:17:05 | <heck-to-the-gnom> | lol |
| 2021-03-22 18:17:09 | <geekosaur> | gnome3 uses it for styling, I think |
| 2021-03-22 18:17:14 | <heck-to-the-gnom> | which, is its own problem, but a small one, in my eyes |
| 2021-03-22 18:17:16 | <Solid> | huh, TIL |
| 2021-03-22 18:17:26 | <geekosaur> | yeh, sorry, gtk3 |
| 2021-03-22 18:17:33 | → | idhugo_ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-22 18:20:17 | <MrElendig> | there is also the frankencss in qt |
| 2021-03-22 18:20:21 | × | idhugo__ quits (~idhugo@80-62-117-136-mobile.dk.customer.tdc.net) (Ping timeout: 264 seconds) |
| 2021-03-22 18:20:24 | <MrElendig> | and a bunch of other frameworks using css |
| 2021-03-22 18:23:21 | <heck-to-the-gnom> | firefox does it for ui control, which is almost web dev, but not quite |
| 2021-03-22 18:36:18 | × | idhugo_ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 245 seconds) |
| 2021-03-22 18:59:03 | → | idhugo_ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-22 19:38:33 | × | notis quits (~notis@85.203.44.244) (Ping timeout: 265 seconds) |
| 2021-03-22 19:47:04 | → | notis joins (~notis@85.203.44.244) |
| 2021-03-22 20:00:11 | → | ajc joins (~ajc@69.231.232.79) |
| 2021-03-22 20:06:54 | × | idhugo_ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Remote host closed the connection) |
| 2021-03-22 20:28:23 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 260 seconds) |
| 2021-03-22 20:38:50 | × | geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed) |
| 2021-03-22 20:42:58 | × | cfricke quits (cfricke@gateway/vpn/mullvad/cfricke) (Ping timeout: 260 seconds) |
| 2021-03-22 20:47:08 | × | wonko7 quits (~wonko7@45.15.17.60) (Ping timeout: 245 seconds) |
| 2021-03-22 20:56:15 | → | cfricke joins (~cfricke@unaffiliated/cfricke) |
| 2021-03-22 20:57:20 | × | notis quits (~notis@85.203.44.244) (Ping timeout: 240 seconds) |
| 2021-03-22 21:02:22 | → | wonko7 joins (~wonko7@62.115.229.50) |
| 2021-03-22 21:08:17 | → | notis joins (~notis@130.43.124.71.dsl.dyn.forthnet.gr) |
| 2021-03-22 21:20:46 | × | jak_ quits (~jak@cpe-24-90-94-163.nyc.res.rr.com) (Remote host closed the connection) |
| 2021-03-22 21:28:19 | × | thoros quits (~thoros@194-166-47-167.hdsl.highway.telekom.at) (Quit: WeeChat 3.0.1) |
| 2021-03-22 21:45:02 | × | cfricke quits (~cfricke@unaffiliated/cfricke) (Ping timeout: 264 seconds) |
| 2021-03-22 21:49:22 | × | wonko7 quits (~wonko7@62.115.229.50) (Ping timeout: 256 seconds) |
| 2021-03-22 21:58:57 | → | wonko7 joins (~wonko7@62.115.229.50) |
| 2021-03-22 22:01:34 | × | mc47 quits (~yecinem@89.246.239.190) (Remote host closed the connection) |
| 2021-03-22 22:02:23 | → | mc47 joins (~yecinem@89.246.239.190) |
| 2021-03-22 22:03:49 | × | wonko7 quits (~wonko7@62.115.229.50) (Ping timeout: 245 seconds) |
| 2021-03-22 22:04:45 | × | theDon quits (~td@94.134.91.6) (Ping timeout: 264 seconds) |
| 2021-03-22 22:04:45 | × | ft quits (~ft@shell.chaostreff-dortmund.de) (Ping timeout: 246 seconds) |
| 2021-03-22 22:05:25 | → | theDon joins (~td@94.134.91.6) |
| 2021-03-22 22:05:33 | → | ft joins (~ft@shell.chaostreff-dortmund.de) |
| 2021-03-22 22:19:20 | × | _ashbreeze_ quits (~mark@64.85.214.234.reverse.socket.net) (Remote host closed the connection) |
| 2021-03-22 22:21:26 | → | _ashbreeze_ joins (~mark@64.85.214.234.reverse.socket.net) |
| 2021-03-22 22:39:12 | <mc47[m]> | Alright CSS ain't THAT bad :) |
| 2021-03-22 22:39:13 | mc47[m] | uploaded an image: (147KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/cejdRhIIfaablRYPCXOgBIYs/image.png > |
| 2021-03-22 22:55:25 | × | seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq) |
| 2021-03-22 22:56:53 | <Liskni_si> | love it. |
| 2021-03-22 22:57:32 | <Liskni_si> | seems like just the right mix of minimal and pretty |
| 2021-03-22 23:06:47 | <mc47> | awesome :D |
| 2021-03-22 23:12:00 | <yakamo> | minimal rules |
| 2021-03-22 23:42:27 | × | mc47 quits (~yecinem@89.246.239.190) (Remote host closed the connection) |
| 2021-03-22 23:53:59 | × | notis quits (~notis@130.43.124.71.dsl.dyn.forthnet.gr) (Ping timeout: 256 seconds) |
| 2021-03-23 00:12:15 | <heck-to-the-gnom> | yeah! Pretty snazzy |
| 2021-03-23 00:12:31 | <heck-to-the-gnom> | I think that it could do with a dark mode, idk, might just be me |
| 2021-03-23 00:13:49 | <heck-to-the-gnom> | (or moreover, I hate light themes, but I have an extension for that, so it's no big deal) |
| 2021-03-23 00:24:18 | × | entropie quits (~mit@ip5f59973a.dynamic.kabel-deutschland.de) (Quit: "") |
| 2021-03-23 00:24:34 | → | entropie joins (~mit@ip5f59973a.dynamic.kabel-deutschland.de) |
| 2021-03-23 01:27:44 | × | kelnoky quits (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) (Ping timeout: 240 seconds) |
| 2021-03-23 01:38:08 | → | growpotk- joins (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
| 2021-03-23 01:47:49 | × | growpotk- quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Ping timeout: 265 seconds) |
| 2021-03-23 02:31:11 | <coldpress> | How do you deal with switching from light-theme apps to dark-theme apps? Sudden change is harsh on the eyes, no? |
| 2021-03-23 02:52:18 | <Irishluck83> | i don't think so |
| 2021-03-23 03:07:14 | <heck-to-the-gnom> | Close your eyes, that's what I do. I either have my brightness so low that it doesn't make a difference either way, or, I take a long blink :). Your eye expects light changes from going beneath an eyelid, and returning whence. That's what I do when I turn lights on after being in a dark room for a while. |
| 2021-03-23 03:07:14 | <heck-to-the-gnom> | One could also make something that fades the visuals together, however, that might be impractical or ugly, and potentially confusing and/or annoying. |
| 2021-03-23 03:08:59 | <heck-to-the-gnom> | But, given how us humans evolved, I don't think that sudden change is harsh upon our eyes, we literally have a portion of the eye dedicated to detecting such things better (peripheral vision). I could be wrong though, I've done 0 research. |
| 2021-03-23 03:14:56 | × | thc202 quits (~thc202@unaffiliated/thc202) (Ping timeout: 240 seconds) |
All times are in UTC.