| 2021-06-20 00:00:35 +0000 | jg | (~jrgiacone@47.153.194.92) (Remote host closed the connection) |
| 2021-06-20 00:37:52 +0000 | kajzer | (~themainma@user/themainman) (Quit: WeeChat 3.1) |
| 2021-06-20 01:09:19 +0000 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Remote host closed the connection) |
| 2021-06-20 01:47:11 +0000 | spoonm | (spoonm@inaba.spoonm.org) (Quit: I might be back. I might not.) |
| 2021-06-20 01:47:47 +0000 | spoonm | (~spoonm@inaba.spoonm.org) |
| 2021-06-20 01:49:21 +0000 | spoonm | (~spoonm@inaba.spoonm.org) (Client Quit) |
| 2021-06-20 01:49:31 +0000 | spoonm | (spoonm@inaba.spoonm.org) |
| 2021-06-20 02:03:25 +0000 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 272 seconds) |
| 2021-06-20 02:24:01 +0000 | banc | (banc@gateway/vpn/airvpn/banc) |
| 2021-06-20 02:58:51 +0000 | td_ | (~td@muedsl-82-207-238-182.citykom.de) (Ping timeout: 268 seconds) |
| 2021-06-20 03:00:19 +0000 | td_ | (~td@94.134.91.60) |
| 2021-06-20 05:34:19 +0000 | iceflinger | (~iceflinge@loud.house) (Ping timeout: 272 seconds) |
| 2021-06-20 05:36:05 +0000 | iceflinger | (~iceflinge@loud.house) |
| 2021-06-20 06:27:24 +0000 | qbt | (~edun@user/edun) |
| 2021-06-20 06:39:02 +0000 | <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 06:40:22 +0000 | <dminuoso> | Writing the code myself seems easy, just wondering whether I missed any plug-and-play solution. |
| 2021-06-20 06:41:48 +0000 | <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 06:44:44 +0000 | <Solid> | Be the one to write the module! |
| 2021-06-20 06:48:15 +0000 | <dminuoso> | Mmm, well out of the box there's not much I can do. It has to be all pre-X. |
| 2021-06-20 06:51:18 +0000 | <dminuoso> | Or I guess not necessarily, mmm. |
| 2021-06-20 06:51:52 +0000 | <dminuoso> | `local :: MonadReader r m => (r -> r) -> m a -> m a` I guess I can use that to override XConf |
| 2021-06-20 06:53:30 +0000 | <Solid> | sounds doable yeah |
| 2021-06-20 06:55:04 +0000 | <dminuoso> | Except Id have to rig this into xmonad core. |
| 2021-06-20 06:55:18 +0000 | <dminuoso> | It would be kind of neat if xmonad had a plugin system |
| 2021-06-20 06:55:33 +0000 | <dminuoso> | I cant be the first to think about this |
| 2021-06-20 06:55:38 +0000 | dminuoso | goes to the issue tracker |
| 2021-06-20 08:00:38 +0000 | <liskin> | With the new extensibleConf it should be easy to make e.g. ServerMode easily extensible to other modules |
| 2021-06-20 08:01:25 +0000 | <liskin> | Not sure I understand what you mean by named actions though |
| 2021-06-20 08:17:20 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-06-20 08:17:41 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2021-06-20 08:27:40 +0000 | <dminuoso> | liskin: https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Util-NamedActions.html |
| 2021-06-20 08:27:44 +0000 | electr0n | (~electr0n@hunt.revrse.sh) (Remote host closed the connection) |
| 2021-06-20 08:28:11 +0000 | <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 08:43:15 +0000 | seschwar | (~seschwar@user/seschwar) |
| 2021-06-20 10:29:55 +0000 | electr0n | (~electr0n@hunt.revrse.sh) |
| 2021-06-20 10:46:16 +0000 | iceflinger | (~iceflinge@loud.house) (Ping timeout: 265 seconds) |
| 2021-06-20 11:19:46 +0000 | kajzer | (~themainma@user/themainman) |
| 2021-06-20 11:35:13 +0000 | iceflinger | (~iceflinge@loud.house) |
| 2021-06-20 12:17:51 +0000 | backleet | (~backleet@user/backleet) |
| 2021-06-20 12:29:03 +0000 | azg256 | (~user@78-56-98-5.static.zebra.lt) |
| 2021-06-20 12:29:25 +0000 | backleet | (~backleet@user/backleet) (Quit: WeeChat 3.2) |
| 2021-06-20 12:29:37 +0000 | backleet | (~backleet@user/backleet) |
| 2021-06-20 12:45:10 +0000 | backleet | (~backleet@user/backleet) (Ping timeout: 265 seconds) |
| 2021-06-20 12:46:08 +0000 | backleet | (~backleet@user/backleet) |
| 2021-06-20 12:51:41 +0000 | berberman | (~berberman@user/berberman) (Ping timeout: 244 seconds) |
| 2021-06-20 12:52:51 +0000 | berberman | (~berberman@user/berberman) |
| 2021-06-20 13:00:04 +0000 | kajzer | (~themainma@user/themainman) (Quit: WeeChat 3.1) |
| 2021-06-20 13:22:35 +0000 | kajzer | (~themainma@user/themainman) |
| 2021-06-20 13:30:07 +0000 | backleet | (~backleet@user/backleet) (Ping timeout: 265 seconds) |
| 2021-06-20 13:31:58 +0000 | backleet | (~backleet@user/backleet) |
| 2021-06-20 13:42:18 +0000 | backleet | (~backleet@user/backleet) (Ping timeout: 258 seconds) |
| 2021-06-20 14:03:46 +0000 | benin0369 | (~benin@183.82.205.58) (Ping timeout: 258 seconds) |
| 2021-06-20 14:04:05 +0000 | azg256 | (~user@78-56-98-5.static.zebra.lt) (Quit: ERC (IRC client for Emacs 26.1)) |
| 2021-06-20 14:08:30 +0000 | azg256 | (~user@78-56-98-5.static.zebra.lt) |
| 2021-06-20 15:05:01 +0000 | backleet | (~backleet@user/backleet) |
| 2021-06-20 15:07:38 +0000 | k8[m] | (~evadk8mat@2001:470:69fc:105::3ed0) |
| 2021-06-20 15:16:36 +0000 | backleet | (~backleet@user/backleet) (Ping timeout: 258 seconds) |
| 2021-06-20 15:17:27 +0000 | backleet | (~backleet@user/backleet) |
| 2021-06-20 15:28:54 +0000 | ectospasm | (~ectospasm@user/ectospasm) (Quit: WeeChat 3.2) |
| 2021-06-20 15:31:42 +0000 | ectospasm | (~ectospasm@user/ectospasm) |
| 2021-06-20 15:36:45 +0000 | backleet | (~backleet@user/backleet) (Ping timeout: 265 seconds) |
| 2021-06-20 16:36:33 +0000 | jg | (~jrgiacone@47.153.194.92) |
| 2021-06-20 16:37:21 +0000 | <jg> | How's everyone doing, hope yall are havinga good sunday |
| 2021-06-20 16:53:10 +0000 | <Solid> | well I almost passed out today because it was extremely hot and I forgot to drink enough water |
| 2021-06-20 16:53:16 +0000 | <Solid> | but I didn't and now things are looking up :) |
| 2021-06-20 16:53:52 +0000 | <jg> | ooof I'm sorry Solid, were you working outside? |
| 2021-06-20 16:57:16 +0000 | <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 16:57:36 +0000 | <Solid> | bad idea, I would say in hindsight :P |
| 2021-06-20 16:59:09 +0000 | <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 17:00:04 +0000 | <Solid> | anyways, how was your sunday so far jg? |
| 2021-06-20 17:13:02 +0000 | <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 17:13:34 +0000 | <jg> | btw Solid, have you switched over to pipewire yet, I might give it a try |
| 2021-06-20 17:14:06 +0000 | <Solid> | ah, chore day, always lots of fun :> |
| 2021-06-20 17:14:16 +0000 | <Solid> | I have not no |
| 2021-06-20 17:14:37 +0000 | <Solid> | In fact, I'm still on pure alsa because my audio needs are basically nonexistent |
| 2021-06-20 17:15:01 +0000 | <jg> | ah no media consumption on this pc or just in general? |
| 2021-06-20 17:16:12 +0000 | <Solid> | nono, everything I need just works fine with alsa |
| 2021-06-20 17:16:43 +0000 | <jg> | damn really? I couldn't get any sound from firefox until I installed pulse |
| 2021-06-20 17:16:54 +0000 | <jg> | or maybe it was discord sound |
| 2021-06-20 17:17:03 +0000 | <^[> | jg: Is it a viable replacement for pulse at this point? |
| 2021-06-20 17:17:09 +0000 | <Solid> | ah, I think firefox needs to be explicitly compiled with alsa support or something |
| 2021-06-20 17:17:30 +0000 | <Solid> | my distribution does this by default, but some may not do that |
| 2021-06-20 17:17:39 +0000 | <jg> | ah |
| 2021-06-20 17:18:11 +0000 | <jg> | ^]: I just installed it and started the service, so far it is working, I just installed pipewire and pipewire-pulse |
| 2021-06-20 17:18:21 +0000 | <jg> | ram usage is a little lower |
| 2021-06-20 17:18:38 +0000 | <jg> | I get broken pipe errors with my dac however, but sound still works |
| 2021-06-20 17:19:07 +0000 | <jg> | but they corespond to similar errors i had with pulse |
| 2021-06-20 17:21:09 +0000 | <jg> | ^[ I wanted to try because I guess there is a way to make sound work when screensharing through pipewire |
| 2021-06-20 17:27:16 +0000 | <Solid> | oh that sounds pretty cool actually |
| 2021-06-20 17:30:42 +0000 | azg256 | (~user@78-56-98-5.static.zebra.lt) (Quit: ERC (IRC client for Emacs 26.1)) |
| 2021-06-20 17:35:14 +0000 | jg | (~jrgiacone@47.153.194.92) (Quit: leaving) |
| 2021-06-20 17:46:36 +0000 | jg | (~jg@47.153.194.92) |
| 2021-06-20 17:47:24 +0000 | t | (~jrgiacone@47.153.194.92) |
| 2021-06-20 17:47:24 +0000 | t | Guest4549 |
| 2021-06-20 17:49:19 +0000 | <Guest4549> | yo |
| 2021-06-20 17:49:56 +0000 | jg | (~jg@47.153.194.92) () |
| 2021-06-20 17:50:48 +0000 | jg | (~jg@47.153.194.92) |
| 2021-06-20 17:51:41 +0000 | <Guest4549> | f |
| 2021-06-20 17:51:57 +0000 | jg | (~jg@47.153.194.92) (Remote host closed the connection) |
| 2021-06-20 17:52:56 +0000 | jg | (~jg@47.153.194.92) |
| 2021-06-20 17:54:13 +0000 | jg | (~jg@47.153.194.92) (Remote host closed the connection) |
| 2021-06-20 17:58:13 +0000 | jg | (~jg@47.153.194.92) |
| 2021-06-20 17:58:18 +0000 | Guest4549 | (~jrgiacone@47.153.194.92) (Quit: Lost terminal) |
| 2021-06-20 17:58:43 +0000 | jg | (~jg@47.153.194.92) (Remote host closed the connection) |
| 2021-06-20 19:06:16 +0000 | mc47 | (~mc47@xmonad/TheMC47) |
| 2021-06-20 19:08:23 +0000 | Guest19 | (~Guest19@2607:fb90:58c:2f50:793e:bb61:b471:b4cd) |
| 2021-06-20 19:08:38 +0000 | <Guest19> | Good morning! |
| 2021-06-20 19:21:49 +0000 | tremon | (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) |
| 2021-06-20 19:29:24 +0000 | qbt | (~edun@user/edun) (Ping timeout: 252 seconds) |
| 2021-06-20 19:30:32 +0000 | Guest19 | (~Guest19@2607:fb90:58c:2f50:793e:bb61:b471:b4cd) (Quit: Client closed) |
| 2021-06-20 20:49:21 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-06-20 20:50:25 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2021-06-20 20:53:16 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-06-20 20:54:20 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2021-06-20 20:58:11 +0000 | <geekosaur> | someday I'll understand how monitor placement works on linux… |
| 2021-06-20 21:08:53 +0000 | <davve> | dont do it manually, I recommend nvidia-settings for generating the xorg config |
| 2021-06-20 21:11:40 +0000 | <davve> | if you have one of those cards |
| 2021-06-20 21:11:40 +0000 | <geekosaur> | I was using arandr. nvidia-settings is kinda useless when I don't have an nvidia chipset |
| 2021-06-20 21:12:02 +0000 | <davve> | gotcha |
| 2021-06-20 21:12:23 +0000 | <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 21:12:45 +0000 | <geekosaur> | where the external monitor is kinda off relative to its physical position but things mostly work |
| 2021-06-20 21:32:46 +0000 | tremon | (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in) |
| 2021-06-20 22:04:54 +0000 | seschwar | (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-06-20 22:09:20 +0000 | <^[> | geekosaur: I only remember maybe 5 flags for xrandr, but that seems to be enough to set up external monitors, and it's never let me down. |
| 2021-06-20 22:22:13 +0000 | <geekosaur> | that's kinda the problem. xrandr doesn't distinguish between position on physical vs. logical screen, so when my monitor is placed such that it's halfway up the builtin screen, I can't describe that properly such that moving the mouse between them goes to the same place without the rest of the video being off the monitor |
| 2021-06-20 22:25:02 +0000 | <^[> | I just choose not to worry about vertical alignment. Problem solved! |
| 2021-06-20 22:29:54 +0000 | <geekosaur> | I feel like I had that working before, though |
| 2021-06-20 22:31:41 +0000 | mc47 | (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2021-06-20 22:42:24 +0000 | <^[> | I can get it very close by using --pos, but it's not perfect because the DPI is different. |
| 2021-06-20 22:48:18 +0000 | scardinal | (~supreme@87-59-138-136-cable.dk.customer.tdc.net) (Ping timeout: 240 seconds) |
| 2021-06-20 22:48:26 +0000 | scardina1 | (~supreme@87-59-138-136-cable.dk.customer.tdc.net) |
| 2021-06-20 22:56:50 +0000 | kajzer | (~themainma@user/themainman) (Quit: WeeChat 3.1) |
| 2021-06-20 23:00:41 +0000 | sfrique[m] | (~sfriquema@2001:470:69fc:105::3f27) |
| 2021-06-20 23:00:58 +0000 | <sfrique[m]> | hello, what you guys recommend to start xmonad? a display manager? xinit? something else? |
| 2021-06-20 23:03:08 +0000 | <geekosaur> | depends on your system, I'd think. I'm on Ubuntu so I get the display manager for free and use it |
| 2021-06-20 23:03:36 +0000 | <sfrique[m]> | i use archlinux |
| 2021-06-20 23:04:02 +0000 | <sfrique[m]> | i am using sddm right now, but have used startx before, thinking in going back to startx |
| 2021-06-20 23:05:40 +0000 | <geekosaur> | it shouldn't really matter much |
| 2021-06-20 23:09:02 +0000 | <sfrique[m]> | i tm thinking in going back to startx, as i would get the env vars right for the spawn command |
| 2021-06-20 23:09:28 +0000 | <sfrique[m]> | so since i am changing i thought i look for lets say some "official" or recommended way |