Logs: liberachat/#xmonad
| 2021-11-11 19:00:42 | <desantra> | will I need to be using a build file and stack/cabal then? |
| 2021-11-11 19:01:48 | <geekosaur> | no, the standard xmonad build mechanism automatically looks under lib/ for additional modules |
| 2021-11-11 19:02:35 | <geekosaur> | lib/ in fact won't work with stack/cabal, you would have to configure them as to where to look for additional source modules |
| 2021-11-11 19:03:01 | <geekosaur> | hm, I also don't know if it would look there if you were using the flake |
| 2021-11-11 19:04:24 | <geekosaur> | and come to think of it, I don't know if nixos patches the xmonad source to look elsewhere :/ |
| 2021-11-11 19:05:38 | <desantra> | I'm pretty sure just making a folder lib/, putting a module there, importing it in xmonad.hs and running `xmonad --recompile` doesn't work, but I will try |
| 2021-11-11 19:07:32 | <geekosaur> | how are you importing it exactly? and what are you calling it? |
| 2021-11-11 19:08:59 | <desantra> | it's file called `colors.hs` generated by pywal which is a module `Colors` and then I just do `import qualified Colors as C` in my xmonad.hs |
| 2021-11-11 19:09:46 | <geekosaur> | it has to be uppercase initial, like the module name. rename to Colors.hs |
| 2021-11-11 19:13:17 | <geekosaur> | if you can't easily change the script to do that, you could also create a symlink: (cd lib; ln -s colors.hs Colors.hs) |
| 2021-11-11 19:15:23 | <desantra> | it seems to be working, `xmonad --recompile` didn't complain at least |
| 2021-11-11 19:28:50 | <desantra> | how do you change the background color and text color of tabs in a tabbed layout? `tabbed shrinkText myTheme` doesn't seem to be applying `myTheme` to the tabs |
| 2021-11-11 19:39:07 | × | electr0n quits (~electr0n@about/security/founder/electr0n) (Quit: WeeChat 3.3) |
| 2021-11-11 20:03:55 | <Solid> | Since we have _so many_ logo entries now, I propose to move the deadline forwards to the 31th of December instead |
| 2021-11-11 20:04:11 | <Solid> | this may prevent the hype dying down too much before voting is over |
| 2021-11-11 20:04:18 | <Solid> | what do y'all think? |
| 2021-11-11 20:19:52 | <geekosaur> | hm, several colors in Decoration don't work because they're overridden by the border colors, but I thought background and text color worked |
| 2021-11-11 20:21:59 | <desantra> | geekosaur: nothing from my theme seems to be applied, not the font either. Perhaps I have to restart xserver or smth |
| 2021-11-11 20:22:02 | × | desantra quits (~skykanin@user/skykanin) (Quit: WeeChat 3.3) |
| 2021-11-11 20:24:43 | → | desantra joins (~skykanin@user/skykanin) |
| 2021-11-11 20:25:07 | <desantra> | yup, rebooting my computer seems to have fixed it. Weird that `xmoand --restart` doesn't work |
| 2021-11-11 20:26:57 | <geekosaur> | oh, layout stuff. mod-shift-space recalculates the layout |
| 2021-11-11 20:27:26 | <geekosaur> | because it can't tell what settings are from changes you made and what are from things like mod-h or mod-., and if both are possible which one you want |
| 2021-11-11 20:39:12 | <liskin> | Solid: I had a similar idea so it's probably a good idea :-D |
| 2021-11-11 20:39:13 | × | SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 256 seconds) |
| 2021-11-11 20:41:07 | <Solid> | :) |
| 2021-11-11 20:41:26 | <Solid> | which new deadline did you have in mind? |
| 2021-11-11 20:45:13 | <liskin> | I didn't think that far. Just thought that with all the hype and so many entries it's weird to wait so long |
| 2021-11-11 20:46:06 | <liskin> | Possibly we can somehow ask what the community thinks? |
| 2021-11-11 20:50:49 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2021-11-11 20:55:19 | → | SenranKaguya joins (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) |
| 2021-11-11 20:56:28 | <desantra> | Whenever I use the flake https://github.com/xmonad/xmonad/blob/master/flake.nix to overlay xmonad and run `xmonad --recompile` I get a bunch of errors about missing modules https://bpa.st/JDOA. It's no longer able to find any of the xmonad or xmonad-contrib modules for some reason |
| 2021-11-11 20:59:27 | <geekosaur> | all I know about the flake is that it's there. elonsroadster[m] ? |
| 2021-11-11 21:02:09 | <liskin> | there's a PR improving the recompilation which is stalled on missing docs, if I remember correctly |
| 2021-11-11 21:02:23 | × | Safeguard-IRC quits (~Safeguard@151.42.165.137) (Remote host closed the connection) |
| 2021-11-11 21:10:25 | <liskin> | mc47[m]: here's something interesting related to governance: https://blog.opencollective.com/metagov-gateway/ |
| 2021-11-11 21:41:27 | → | mestre joins (~mestre@191.177.175.57) |
| 2021-11-11 22:03:00 | × | mestre quits (~mestre@191.177.175.57) (Quit: Lost terminal) |
| 2021-11-11 22:05:45 | × | desantra quits (~skykanin@user/skykanin) (Quit: WeeChat 3.3) |
| 2021-11-11 22:13:13 | × | eblip quits (~eb0t@90.209.246.132) (Ping timeout: 250 seconds) |
| 2021-11-11 22:22:53 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-11-11 22:45:01 | × | Vermoot quits (~vermoot@89-158-106-112.rev.numericable.fr) (Ping timeout: 256 seconds) |
| 2021-11-11 23:48:26 | × | ml| quits (~ml|@user/ml/x-5298235) (Ping timeout: 245 seconds) |
| 2021-11-11 23:51:27 | × | Solid quits (~slot@xmonad/slotThe) (Quit: Connection reset by pear) |
| 2021-11-11 23:51:41 | × | yosafbridge quits (~yosafbrid@static.38.6.217.95.clients.your-server.de) (Quit: Leaving) |
| 2021-11-11 23:51:45 | → | Solid joins (~slot@xmonad/slotThe) |
| 2021-11-11 23:53:01 | × | SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 256 seconds) |
| 2021-11-11 23:56:28 | → | yosafbridge joins (~yosafbrid@static.38.6.217.95.clients.your-server.de) |
| 2021-11-12 00:01:30 | PyerineVanboline | is now known as ArgoOffline[m] |
| 2021-11-12 00:01:59 | → | ml| joins (~ml|@user/ml/x-5298235) |
| 2021-11-12 00:17:42 | → | rekahsoft joins (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) |
| 2021-11-12 00:52:26 | → | noex joins (~noex@2600:8804:1280:aa0:5857:94a:25de:c513) |
| 2021-11-12 01:03:57 | × | rekahsoft quits (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (Ping timeout: 250 seconds) |
| 2021-11-12 01:05:19 | → | benin6 joins (~benin@106.198.92.35) |
| 2021-11-12 01:07:15 | × | benin quits (~benin@183.82.178.244) (Ping timeout: 256 seconds) |
| 2021-11-12 01:07:16 | benin6 | is now known as benin |
| 2021-11-12 01:10:20 | → | SenranKaguya joins (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) |
| 2021-11-12 01:10:27 | → | diep joins (~diep@2a01:cb11:2d7:4a00:60f6:4f38:6be2:ab47) |
| 2021-11-12 01:16:08 | <diep> | Hi, currently when I move a floating window or I resize it the cursor stay a simple arrow or a carret. On dwm for example it changes as expected to the right form (hand or resizing cursor). There is a way to acheive this in xmonad ? |
| 2021-11-12 01:17:31 | × | catman quits (~catman@user/catman) (Remote host closed the connection) |
| 2021-11-12 01:22:28 | → | catman joins (~catman@user/catman) |
| 2021-11-12 01:43:07 | × | diep quits (~diep@2a01:cb11:2d7:4a00:60f6:4f38:6be2:ab47) (Quit: diep) |
| 2021-11-12 01:51:31 | × | SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Remote host closed the connection) |
| 2021-11-12 01:51:45 | → | SenranKaguya joins (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) |
| 2021-11-12 01:57:23 | × | SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 264 seconds) |
| 2021-11-12 02:18:03 | <elonsroadster[m]> | <desantra> "Whenever I use the flake https:/..." <- Yep. That is expected. As liskin mentioned there is a pr to improve this, but this requires you set up your xmonad project with a nix build |
| 2021-11-12 02:18:36 | <elonsroadster[m]> | desantra: as I mentioned before. It will really be much easier if you post your entire config directory including nix/cabal files to github |
| 2021-11-12 02:49:15 | × | benin quits (~benin@106.198.92.35) (Ping timeout: 256 seconds) |
| 2021-11-12 02:49:36 | <M-elo-[m]> | elonsroadster[m]: is your other account still working? |
| 2021-11-12 02:51:55 | <elonsroadster[m]> | gilganix[m]: wdym? |
| 2021-11-12 03:02:48 | → | SenranKaguya joins (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) |
| 2021-11-12 03:03:59 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
| 2021-11-12 03:08:20 | <L29Ah> | liskin: https://github.com/l29ah/xmonad-config/blob/master/patches/xmonad-check-repeat.patch https://github.com/l29ah/xmonad-config/blob/master/lib/XMonad/Hooks/DisableAutoRepeat.hsc |
| 2021-11-12 03:08:20 | <L29Ah> | what do you think, is this acceptable? |
| 2021-11-12 03:24:21 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2021-11-12 03:28:39 | → | Extropy joins (~extropy@user/extropy) |
| 2021-11-12 04:01:31 | × | td_ quits (~td@94.134.91.245) (Ping timeout: 268 seconds) |
| 2021-11-12 04:02:46 | → | td_ joins (~td@94.134.91.243) |
| 2021-11-12 04:14:06 | × | Extropy quits (~extropy@user/extropy) (Quit: WeeChat 3.3) |
| 2021-11-12 04:27:11 | × | SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 250 seconds) |
| 2021-11-12 04:38:18 | × | noex quits (~noex@2600:8804:1280:aa0:5857:94a:25de:c513) (Quit: my dad's not a phone!) |
| 2021-11-12 04:40:46 | → | benin joins (~benin@106.198.85.27) |
| 2021-11-12 04:43:20 | → | Dr_Jazz joins (~jazz@stolen.plutonium.dk) |
| 2021-11-12 04:43:51 | × | steve_ quits (~steve@ool-182c2b80.dyn.optonline.net) (*.net *.split) |
| 2021-11-12 04:43:51 | × | joshproehl quits (~quassel@user/joshproehl) (*.net *.split) |
| 2021-11-12 04:43:51 | × | smashgrab quits (~smashgrab@bare.metal.computer) (*.net *.split) |
| 2021-11-12 04:43:51 | × | Jazzah quits (~jazz@user/jazzah) (*.net *.split) |
| 2021-11-12 04:48:24 | → | steve_ joins (~steve@ool-182c2b80.dyn.optonline.net) |
| 2021-11-12 04:48:24 | → | joshproehl joins (~quassel@user/joshproehl) |
| 2021-11-12 04:48:24 | → | smashgrab joins (~smashgrab@bare.metal.computer) |
| 2021-11-12 06:01:24 | → | SenranKaguya joins (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) |
| 2021-11-12 06:27:42 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-11-12 06:29:30 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-11-12 06:35:50 | → | benin6 joins (~benin@183.82.176.36) |
| 2021-11-12 06:37:03 | × | SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 256 seconds) |
| 2021-11-12 06:37:37 | × | benin quits (~benin@106.198.85.27) (Ping timeout: 256 seconds) |
| 2021-11-12 06:37:37 | benin6 | is now known as benin |
| 2021-11-12 07:16:45 | → | qbt joins (~qbt@user/edun) |
| 2021-11-12 07:30:04 | <Solid> | I don't think this would necessarily involve modifying the core |
| 2021-11-12 07:30:30 | <Solid> | One's own event hooks run before core's `handle` function, so it may well be done in contrib with extensible state |
All times are in UTC.