2021-06-20 00:30:37 +0200 | berberman_ | (~berberman@user/berberman) (Ping timeout: 272 seconds) |
2021-06-20 00:31:05 +0200 | berberman | (~berberman@user/berberman) |
2021-06-20 01:17:53 +0200 | jg | (~jrgiacone@47.153.194.92) |
2021-06-20 01:18:00 +0200 | <jg> | good afternoon everyone ! |
2021-06-20 01:47:26 +0200 | TAydner[m] | (~taydinerm@2001:470:69fc:105::3e55) |
2021-06-20 02:00:35 +0200 | jg | (~jrgiacone@47.153.194.92) (Remote host closed the connection) |
2021-06-20 02:37:52 +0200 | kajzer | (~themainma@user/themainman) (Quit: WeeChat 3.1) |
2021-06-20 03:09:19 +0200 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Remote host closed the connection) |
2021-06-20 03:47:11 +0200 | spoonm | (spoonm@inaba.spoonm.org) (Quit: I might be back. I might not.) |
2021-06-20 03:47:47 +0200 | spoonm | (~spoonm@inaba.spoonm.org) |
2021-06-20 03:49:21 +0200 | spoonm | (~spoonm@inaba.spoonm.org) (Client Quit) |
2021-06-20 03:49:31 +0200 | spoonm | (spoonm@inaba.spoonm.org) |
2021-06-20 04:03:25 +0200 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 272 seconds) |
2021-06-20 04:24:01 +0200 | banc | (banc@gateway/vpn/airvpn/banc) |
2021-06-20 04:58:51 +0200 | td_ | (~td@muedsl-82-207-238-182.citykom.de) (Ping timeout: 268 seconds) |
2021-06-20 05:00:19 +0200 | td_ | (~td@94.134.91.60) |
2021-06-20 07:34:19 +0200 | iceflinger | (~iceflinge@loud.house) (Ping timeout: 272 seconds) |
2021-06-20 07:36:05 +0200 | iceflinger | (~iceflinge@loud.house) |
2021-06-20 08:27:24 +0200 | qbt | (~edun@user/edun) |
2021-06-20 08:39:02 +0200 | <dminuoso> | Is there a some contrib code to have named actions in an extensible way, such that I can write a bunch of modules each of which would register named actions? |
2021-06-20 08:40:22 +0200 | <dminuoso> | Writing the code myself seems easy, just wondering whether I missed any plug-and-play solution. |
2021-06-20 08:41:48 +0200 | <dminuoso> | Ah well actually I realized, I cant even use NamedAction because I want even more information. Guess Ill stick to my RegisteredAction. |
2021-06-20 08:44:44 +0200 | <Solid> | Be the one to write the module! |
2021-06-20 08:48:15 +0200 | <dminuoso> | Mmm, well out of the box there's not much I can do. It has to be all pre-X. |
2021-06-20 08:51:18 +0200 | <dminuoso> | Or I guess not necessarily, mmm. |
2021-06-20 08:51:52 +0200 | <dminuoso> | `local :: MonadReader r m => (r -> r) -> m a -> m a` I guess I can use that to override XConf |
2021-06-20 08:53:30 +0200 | <Solid> | sounds doable yeah |
2021-06-20 08:55:04 +0200 | <dminuoso> | Except Id have to rig this into xmonad core. |
2021-06-20 08:55:18 +0200 | <dminuoso> | It would be kind of neat if xmonad had a plugin system |
2021-06-20 08:55:33 +0200 | <dminuoso> | I cant be the first to think about this |
2021-06-20 08:55:38 +0200 | dminuoso | goes to the issue tracker |
2021-06-20 10:00:38 +0200 | <liskin> | With the new extensibleConf it should be easy to make e.g. ServerMode easily extensible to other modules |
2021-06-20 10:01:25 +0200 | <liskin> | Not sure I understand what you mean by named actions though |
2021-06-20 10:17:20 +0200 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
2021-06-20 10:17:41 +0200 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2021-06-20 10:27:40 +0200 | <dminuoso> | liskin: https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Util-NamedActions.html |
2021-06-20 10:27:44 +0200 | electr0n | (~electr0n@hunt.revrse.sh) (Remote host closed the connection) |
2021-06-20 10:28:11 +0200 | <dminuoso> | Im using something similar, except each action also has a command to it, so I can do `Mod-x <command-name>` simlarly to emacs `M-x <command-name>` |
2021-06-20 10:43:15 +0200 | seschwar | (~seschwar@user/seschwar) |
2021-06-20 12:29:55 +0200 | electr0n | (~electr0n@hunt.revrse.sh) |
2021-06-20 12:46:16 +0200 | iceflinger | (~iceflinge@loud.house) (Ping timeout: 265 seconds) |
2021-06-20 13:19:46 +0200 | kajzer | (~themainma@user/themainman) |
2021-06-20 13:35:13 +0200 | iceflinger | (~iceflinge@loud.house) |
2021-06-20 14:17:51 +0200 | backleet | (~backleet@user/backleet) |
2021-06-20 14:29:03 +0200 | azg256 | (~user@78-56-98-5.static.zebra.lt) |
2021-06-20 14:29:25 +0200 | backleet | (~backleet@user/backleet) (Quit: WeeChat 3.2) |
2021-06-20 14:29:37 +0200 | backleet | (~backleet@user/backleet) |
2021-06-20 14:45:10 +0200 | backleet | (~backleet@user/backleet) (Ping timeout: 265 seconds) |
2021-06-20 14:46:08 +0200 | backleet | (~backleet@user/backleet) |
2021-06-20 14:51:41 +0200 | berberman | (~berberman@user/berberman) (Ping timeout: 244 seconds) |
2021-06-20 14:52:51 +0200 | berberman | (~berberman@user/berberman) |
2021-06-20 15:00:04 +0200 | kajzer | (~themainma@user/themainman) (Quit: WeeChat 3.1) |
2021-06-20 15:22:35 +0200 | kajzer | (~themainma@user/themainman) |
2021-06-20 15:30:07 +0200 | backleet | (~backleet@user/backleet) (Ping timeout: 265 seconds) |
2021-06-20 15:31:58 +0200 | backleet | (~backleet@user/backleet) |
2021-06-20 15:42:18 +0200 | backleet | (~backleet@user/backleet) (Ping timeout: 258 seconds) |
2021-06-20 16:03:46 +0200 | benin0369 | (~benin@183.82.205.58) (Ping timeout: 258 seconds) |
2021-06-20 16:04:05 +0200 | azg256 | (~user@78-56-98-5.static.zebra.lt) (Quit: ERC (IRC client for Emacs 26.1)) |
2021-06-20 16:08:30 +0200 | azg256 | (~user@78-56-98-5.static.zebra.lt) |
2021-06-20 17:05:01 +0200 | backleet | (~backleet@user/backleet) |
2021-06-20 17:07:38 +0200 | k8[m] | (~evadk8mat@2001:470:69fc:105::3ed0) |
2021-06-20 17:16:36 +0200 | backleet | (~backleet@user/backleet) (Ping timeout: 258 seconds) |
2021-06-20 17:17:27 +0200 | backleet | (~backleet@user/backleet) |
2021-06-20 17:28:54 +0200 | ectospasm | (~ectospasm@user/ectospasm) (Quit: WeeChat 3.2) |
2021-06-20 17:31:42 +0200 | ectospasm | (~ectospasm@user/ectospasm) |
2021-06-20 17:36:45 +0200 | backleet | (~backleet@user/backleet) (Ping timeout: 265 seconds) |
2021-06-20 18:36:33 +0200 | jg | (~jrgiacone@47.153.194.92) |
2021-06-20 18:37:21 +0200 | <jg> | How's everyone doing, hope yall are havinga good sunday |
2021-06-20 18:53:10 +0200 | <Solid> | well I almost passed out today because it was extremely hot and I forgot to drink enough water |
2021-06-20 18:53:16 +0200 | <Solid> | but I didn't and now things are looking up :) |
2021-06-20 18:53:52 +0200 | <jg> | ooof I'm sorry Solid, were you working outside? |
2021-06-20 18:57:16 +0200 | <Solid> | ah no worries; not working but I was riding my bike around town for some errands I procrastinated for way too long already |
2021-06-20 18:57:36 +0200 | <Solid> | bad idea, I would say in hindsight :P |
2021-06-20 18:59:09 +0200 | <Solid> | (especially since I got my 2nd vaccination on friday and afaik it is advised to not do things like that for a few days, even in normal weather) |
2021-06-20 19:00:04 +0200 | <Solid> | anyways, how was your sunday so far jg? |
2021-06-20 19:13:02 +0200 | <jg> | it's been chill so far, its a catch up on chores around the house day lol, I've been putting off finishing my bathroom |
2021-06-20 19:13:34 +0200 | <jg> | btw Solid, have you switched over to pipewire yet, I might give it a try |
2021-06-20 19:14:06 +0200 | <Solid> | ah, chore day, always lots of fun :> |
2021-06-20 19:14:16 +0200 | <Solid> | I have not no |
2021-06-20 19:14:37 +0200 | <Solid> | In fact, I'm still on pure alsa because my audio needs are basically nonexistent |
2021-06-20 19:15:01 +0200 | <jg> | ah no media consumption on this pc or just in general? |
2021-06-20 19:16:12 +0200 | <Solid> | nono, everything I need just works fine with alsa |
2021-06-20 19:16:43 +0200 | <jg> | damn really? I couldn't get any sound from firefox until I installed pulse |
2021-06-20 19:16:54 +0200 | <jg> | or maybe it was discord sound |
2021-06-20 19:17:03 +0200 | <^[> | jg: Is it a viable replacement for pulse at this point? |
2021-06-20 19:17:09 +0200 | <Solid> | ah, I think firefox needs to be explicitly compiled with alsa support or something |
2021-06-20 19:17:30 +0200 | <Solid> | my distribution does this by default, but some may not do that |
2021-06-20 19:17:39 +0200 | <jg> | ah |
2021-06-20 19:18:11 +0200 | <jg> | ^]: I just installed it and started the service, so far it is working, I just installed pipewire and pipewire-pulse |
2021-06-20 19:18:21 +0200 | <jg> | ram usage is a little lower |
2021-06-20 19:18:38 +0200 | <jg> | I get broken pipe errors with my dac however, but sound still works |
2021-06-20 19:19:07 +0200 | <jg> | but they corespond to similar errors i had with pulse |
2021-06-20 19:21:09 +0200 | <jg> | ^[ I wanted to try because I guess there is a way to make sound work when screensharing through pipewire |
2021-06-20 19:27:16 +0200 | <Solid> | oh that sounds pretty cool actually |
2021-06-20 19:30:42 +0200 | azg256 | (~user@78-56-98-5.static.zebra.lt) (Quit: ERC (IRC client for Emacs 26.1)) |
2021-06-20 19:35:14 +0200 | jg | (~jrgiacone@47.153.194.92) (Quit: leaving) |
2021-06-20 19:46:36 +0200 | jg | (~jg@47.153.194.92) |
2021-06-20 19:47:24 +0200 | t | (~jrgiacone@47.153.194.92) |
2021-06-20 19:47:24 +0200 | t | Guest4549 |
2021-06-20 19:49:19 +0200 | <Guest4549> | yo |
2021-06-20 19:49:56 +0200 | jg | (~jg@47.153.194.92) () |
2021-06-20 19:50:48 +0200 | jg | (~jg@47.153.194.92) |
2021-06-20 19:51:41 +0200 | <Guest4549> | f |
2021-06-20 19:51:57 +0200 | jg | (~jg@47.153.194.92) (Remote host closed the connection) |
2021-06-20 19:52:56 +0200 | jg | (~jg@47.153.194.92) |
2021-06-20 19:54:13 +0200 | jg | (~jg@47.153.194.92) (Remote host closed the connection) |
2021-06-20 19:58:13 +0200 | jg | (~jg@47.153.194.92) |
2021-06-20 19:58:18 +0200 | Guest4549 | (~jrgiacone@47.153.194.92) (Quit: Lost terminal) |
2021-06-20 19:58:43 +0200 | jg | (~jg@47.153.194.92) (Remote host closed the connection) |
2021-06-20 21:06:16 +0200 | mc47 | (~mc47@xmonad/TheMC47) |
2021-06-20 21:08:23 +0200 | Guest19 | (~Guest19@2607:fb90:58c:2f50:793e:bb61:b471:b4cd) |
2021-06-20 21:08:38 +0200 | <Guest19> | Good morning! |
2021-06-20 21:21:49 +0200 | tremon | (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) |
2021-06-20 21:29:24 +0200 | qbt | (~edun@user/edun) (Ping timeout: 252 seconds) |
2021-06-20 21:30:32 +0200 | Guest19 | (~Guest19@2607:fb90:58c:2f50:793e:bb61:b471:b4cd) (Quit: Client closed) |
2021-06-20 22:49:21 +0200 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
2021-06-20 22:50:25 +0200 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2021-06-20 22:53:16 +0200 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
2021-06-20 22:54:20 +0200 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2021-06-20 22:58:11 +0200 | <geekosaur> | someday I'll understand how monitor placement works on linux… |
2021-06-20 23:08:53 +0200 | <davve> | dont do it manually, I recommend nvidia-settings for generating the xorg config |
2021-06-20 23:11:40 +0200 | <davve> | if you have one of those cards |
2021-06-20 23:11:40 +0200 | <geekosaur> | I was using arandr. nvidia-settings is kinda useless when I don't have an nvidia chipset |
2021-06-20 23:12:02 +0200 | <davve> | gotcha |
2021-06-20 23:12:23 +0200 | <geekosaur> | ended up with the mouse pointer being physically in the right places but everything else off. took 2 tries to get things back to their current state |
2021-06-20 23:12:45 +0200 | <geekosaur> | where the external monitor is kinda off relative to its physical position but things mostly work |
2021-06-20 23:32:46 +0200 | tremon | (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in) |