Logs: freenode/#xmonad
| 2021-02-17 18:44:59 | <Solid> | Liskni_si: I study maths; I guess that's why I like haskell so much :> |
| 2021-02-17 18:45:57 | <Liskni_si> | oh |
| 2021-02-17 18:46:08 | <geekosaur> | @where cis194 |
| 2021-02-17 18:46:08 | <lambdabot> | https://www.seas.upenn.edu/~cis194/spring13/lectures.html |
| 2021-02-17 18:46:19 | <Liskni_si> | AlexNevesky: "learn you a haskell for great good" seemed nice some time ago |
| 2021-02-17 18:46:37 | <geekosaur> | but you really need to find exercises somewhere |
| 2021-02-17 18:46:39 | <Liskni_si> | (and then erlang counterpart was awesome, too) |
| 2021-02-17 18:46:43 | <geekosaur> | (for LYAH) |
| 2021-02-17 18:46:59 | <Liskni_si> | (if your brain needs exercises, that is) |
| 2021-02-17 18:51:16 | <AlexNevesky> | i just wanna learn haskell as xmonad is a wonderful window manager and my favorite by far and it sucks that i cant resolve certain issues by myself |
| 2021-02-17 18:51:51 | <AlexNevesky> | like if u look towards the endings of my keybindgs i had to write out each command to switch to the corresponding workspace and each command to move windows to that corresponding workspace |
| 2021-02-17 18:52:00 | <AlexNevesky> | all b/c i dont know how to combine the commands |
| 2021-02-17 18:52:42 | <AlexNevesky> | https://paste.tomsmeding.com/PJvpRZ23 -- this is what im talking about |
| 2021-02-17 18:57:39 | <geekosaur> | did you see my cis194 link earlier? byorgey contributed that to the Haskell community some years back |
| 2021-02-17 18:58:38 | <geekosaur> | as for combining things, in xmonad <+> works just about anywhere except layoutHooks |
| 2021-02-17 18:58:44 | <geekosaur> | but it's nonstandard |
| 2021-02-17 18:59:20 | <AlexNevesky> | yes i did. im going to work over that and learn some haskell |
| 2021-02-17 18:59:21 | <geekosaur> | you'd use `<>` within `windows` and `>>` for keybindings and "command" hooks, for example |
| 2021-02-17 19:00:13 | <geekosaur> | `windows` is kinda like running a manageHook on the focused window on the fly |
| 2021-02-17 19:03:15 | × | ADG1089__ quits (~aditya@122.163.133.103) (Quit: Konversation terminated!) |
| 2021-02-17 19:03:28 | → | tremon joins (~aschuring@217-63-61-89.cable.dynamic.v4.ziggo.nl) |
| 2021-02-17 19:05:42 | × | geekosaur quits (82650c7a@130.101.12.122) (Ping timeout: 240 seconds) |
| 2021-02-17 19:25:41 | → | geekosaur joins (82650c7a@130.101.12.122) |
| 2021-02-17 19:52:26 | → | ADG1089__ joins (~aditya@122.163.133.103) |
| 2021-02-17 20:00:45 | <Liskni_si> | good news: dons recovered password to the @xmonad twitter account and passed it to me, so we can use that media channel as well now :-) |
| 2021-02-17 20:04:47 | <geekosaur> | "yay" not that I've much interest in twitter |
| 2021-02-17 20:05:10 | <geekosaur> | (I was on it, a long time ago) |
| 2021-02-17 20:06:04 | <Liskni_si> | there are some followers so it's good for announcements and the occassional retweet of someone's nice screenshot or config or blogpost, or, perhaps, github sponsors :-) |
| 2021-02-17 20:27:09 | × | ADG1089__ quits (~aditya@122.163.133.103) (Quit: Konversation terminated!) |
| 2021-02-17 20:51:13 | <geekosaur> | hm. I need to clean this stuff up and then have someone willing to use cabal test it. preferably without an SSD in the mix so I can see if it's actually doing unnecessary work >.> |
| 2021-02-17 20:51:48 | <geekosaur> | (it's taking 9 seconds to mod-q here, which seems too long for what should be a no-op) |
| 2021-02-17 20:54:01 | <Liskni_si> | (my "make" which does stack build and stack exec ghc takes 1.2 secs, but I have both an SSD and enough memory to not need an SSD in the first place) |
| 2021-02-17 20:57:09 | <geekosaur> | hrm. same amount of time if I touch xmonad.hs :( |
| 2021-02-17 21:02:36 | <geekosaur> | well. it knows the difference between a rebuild and not a rebuild, but takes about the same amount of time for both. so I guess most of it is spent on the build plan :/ |
| 2021-02-17 21:06:02 | × | geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed) |
| 2021-02-17 21:06:19 | → | geekosaur joins (82650c7a@130.101.12.122) |
| 2021-02-17 21:08:45 | × | ericsagn1 quits (~ericsagne@2405:6580:0:5100:f37e:89b0:6afc:b223) (Ping timeout: 272 seconds) |
| 2021-02-17 21:18:02 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 264 seconds) |
| 2021-02-17 21:20:39 | → | ericsagn1 joins (~ericsagne@2405:6580:0:5100:39c8:7a81:4ef5:3dca) |
| 2021-02-17 21:40:45 | × | mc47 quits (~yecinem@89.246.239.190) (Remote host closed the connection) |
| 2021-02-17 21:55:30 | × | geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed) |
| 2021-02-17 22:02:33 | → | xsteve joins (~user@217-149-162-201.nat.highway.telekom.at) |
| 2021-02-17 22:17:18 | × | xsteve quits (~user@217-149-162-201.nat.highway.telekom.at) (Remote host closed the connection) |
| 2021-02-17 22:20:45 | × | tremon quits (~aschuring@217-63-61-89.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in) |
| 2021-02-17 22:35:17 | × | seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq) |
| 2021-02-17 22:53:22 | × | AlexNevesky quits (~brtt@2600:8804:8689:3f00::2395) (Quit: WeeChat 3.0) |
| 2021-02-17 22:55:23 | → | AlexNevesky joins (~brtt@2600:8804:8689:3f00::2395) |
| 2021-02-17 23:10:45 | <AlexNevesky> | is there a way to have game windows overlap xmobar when they are launched? |
| 2021-02-17 23:23:04 | <MrElendig> | they should do that if they open as fullscreen, out of the box |
| 2021-02-17 23:24:06 | <MrElendig> | (for some defenition of out of the box) |
| 2021-02-17 23:31:53 | → | ttmx joins (5e3ee76f@gateway/web/cgi-irc/kiwiirc.com/ip.94.62.231.111) |
| 2021-02-17 23:38:04 | <AlexNevesky> | well mine arent |
| 2021-02-17 23:38:16 | <AlexNevesky> | mine go to the edge of xmobar and then they just stop there |
| 2021-02-17 23:38:43 | <AlexNevesky> | ttmx: how you doing? |
| 2021-02-17 23:38:58 | <ttmx> | Hello there! I'm doing well as always |
| 2021-02-17 23:39:41 | <AlexNevesky> | Hey i got ewmh working in my config with some help from geekosaur and Solid |
| 2021-02-18 00:30:23 | × | notis quits (~notis@185.51.134.229) (Read error: Connection reset by peer) |
| 2021-02-18 00:32:44 | × | MrElendig quits (~Urist@archlinux/op/pdpc.supporter.active.mrelendig) (Ping timeout: 240 seconds) |
| 2021-02-18 00:33:38 | × | funaali_ quits (~funaali@2a01:4f8:1c1c:2605::1) (Ping timeout: 264 seconds) |
| 2021-02-18 00:33:42 | → | MrElendig joins (~Urist@archlinux/op/pdpc.supporter.active.mrelendig) |
| 2021-02-18 00:33:58 | → | funaali joins (~funaali@2a01:4f8:1c1c:2605::1) |
| 2021-02-18 01:27:33 | × | def_jam quits (~eblip@unaffiliated/eblip) (Quit: WeeChat 2.3) |
| 2021-02-18 01:58:34 | × | ttmx quits (5e3ee76f@gateway/web/cgi-irc/kiwiirc.com/ip.94.62.231.111) (Ping timeout: 265 seconds) |
| 2021-02-18 01:59:33 | × | AlexNevesky quits (~brtt@2600:8804:8689:3f00::2395) (Quit: WeeChat 3.0) |
| 2021-02-18 02:04:37 | → | materiyolo joins (~materiyol@112.204.169.246) |
| 2021-02-18 02:20:11 | × | materiyolo quits (~materiyol@112.204.169.246) (Quit: WeeChat 2.9) |
| 2021-02-18 02:25:06 | → | gazler_ joins (~gazler@195.107.2.81.in-addr.arpa) |
| 2021-02-18 02:27:33 | × | gazler quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 264 seconds) |
| 2021-02-18 02:29:07 | × | friki- quits (~friki@friki.cat) (Quit: %friki%) |
| 2021-02-18 02:30:28 | → | eb0t joins (~eblip@unaffiliated/eblip) |
| 2021-02-18 02:30:49 | → | friki joins (~friki@friki.cat) |
| 2021-02-18 02:38:13 | × | friki quits (~friki@friki.cat) (Quit: %friki%) |
| 2021-02-18 02:38:43 | → | friki joins (~friki@friki.cat) |
| 2021-02-18 02:46:43 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-02-18 02:50:57 | × | thc202 quits (~thc202@unaffiliated/thc202) (Ping timeout: 260 seconds) |
| 2021-02-18 02:57:14 | → | hexo| joins (~hexo@2a01:430:17:1::ffff:328) |
| 2021-02-18 02:59:16 | → | haasn` joins (~nand@mpv/developer/haasn) |
| 2021-02-18 02:59:23 | → | crmaurei_ joins (crmaurei@nat/qt/x-cevnpryauojgtcok) |
| 2021-02-18 02:59:23 | → | st13g joins (~quassel@47.90.246.232) |
| 2021-02-18 02:59:34 | × | hexo- quits (~hexo@83.167.228.130) (Remote host closed the connection) |
| 2021-02-18 02:59:34 | × | ml| quits (~ml|@unaffiliated/ml/x-3958674) (Ping timeout: 240 seconds) |
| 2021-02-18 02:59:34 | × | st13g_ quits (~quassel@47.90.246.232) (Ping timeout: 240 seconds) |
| 2021-02-18 02:59:34 | × | crmaurei quits (crmaurei@nat/qt/x-gtxmnsyobtvfsess) (Quit: No Ping reply in 180 seconds.) |
| 2021-02-18 02:59:41 | × | haasn quits (~nand@mpv/developer/haasn) (Ping timeout: 244 seconds) |
| 2021-02-18 02:59:41 | × | wagle quits (~wagle@quassel.wagle.io) (Remote host closed the connection) |
| 2021-02-18 02:59:56 | × | eb0t quits (~eblip@unaffiliated/eblip) (Ping timeout: 240 seconds) |
| 2021-02-18 03:00:34 | → | ml| joins (~ml|@unaffiliated/ml/x-3958674) |
| 2021-02-18 03:01:03 | haasn` | is now known as haasn |
| 2021-02-18 03:01:42 | × | feepo quits (sid28508@gateway/web/irccloud.com/x-pdtrfecihbdlivyv) (Ping timeout: 242 seconds) |
| 2021-02-18 03:01:48 | → | wagle joins (~wagle@quassel.wagle.io) |
| 2021-02-18 03:03:41 | → | feepo joins (sid28508@gateway/web/irccloud.com/x-wcewznnvlbknipja) |
| 2021-02-18 03:06:24 | → | eb0t joins (~eblip@unaffiliated/eblip) |
| 2021-02-18 03:42:05 | × | theDon quits (~td@94.134.91.226) (Ping timeout: 240 seconds) |
| 2021-02-18 03:44:15 | → | theDon joins (~td@94.134.91.146) |
| 2021-02-18 04:41:40 | → | jchia1 joins (~jchia@218.80.127.84) |
| 2021-02-18 04:41:48 | × | jchia quits (~jchia@218.80.75.223) (Ping timeout: 256 seconds) |
| 2021-02-18 06:09:32 | → | palo1 joins (~weechat@c-base/crew/palo) |
| 2021-02-18 06:12:31 | × | palo quits (~weechat@c-base/crew/palo) (Ping timeout: 260 seconds) |
| 2021-02-18 06:12:31 | palo1 | is now known as palo |
| 2021-02-18 07:04:01 | → | jchia joins (~jchia@45.32.62.73) |
All times are in UTC.