Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,235 events total
2025-05-17 22:52:37 catman joins (~catman@user/catman)
2025-05-17 22:53:03 × catman quits (~catman@user/catman) (Client Quit)
2025-05-17 22:53:22 catman joins (~catman@user/catman)
2025-05-18 01:48:19 hiecaq joins (~hiecaq@user/hiecaq)
2025-05-18 02:14:09 × td_ quits (~td@i53870928.versanet.de) (Ping timeout: 245 seconds)
2025-05-18 02:16:02 td_ joins (~td@i5387091A.versanet.de)
2025-05-18 04:17:52 haskellbridge joins (~hackager@syn-096-028-224-255.res.spectrum.com)
2025-05-18 04:22:44 × haskellbridge quits (~hackager@syn-096-028-224-255.res.spectrum.com) (Ping timeout: 272 seconds)
2025-05-18 04:24:12 haskellbridge joins (~hackager@syn-096-028-224-255.res.spectrum.com)
2025-05-18 06:37:56 werneta joins (~werneta@syn-071-083-160-242.res.spectrum.com)
2025-05-18 07:37:08 Digit joins (~user@user/digit)
2025-05-18 08:05:40 × Digit quits (~user@user/digit) (Ping timeout: 260 seconds)
2025-05-18 08:47:16 Digit joins (~user@user/digit)
2025-05-18 12:37:59 Digitteknohippie joins (~user@user/digit)
2025-05-18 12:39:09 × Digit quits (~user@user/digit) (Ping timeout: 245 seconds)
2025-05-18 13:11:23 Digitteknohippie is now known as Digit
2025-05-18 14:10:42 Digitteknohippie joins (~user@user/digit)
2025-05-18 14:11:52 × Digit quits (~user@user/digit) (Ping timeout: 244 seconds)
2025-05-18 14:25:24 × Digitteknohippie quits (~user@user/digit) (Ping timeout: 245 seconds)
2025-05-18 14:30:58 sajenim joins (~sajenim@user/sajenim)
2025-05-18 14:46:37 Digit joins (~user@user/digit)
2025-05-18 14:58:21 Digit is now known as digitteknohippie
2025-05-18 14:58:44 digitteknohippie is now known as Digit
2025-05-18 15:48:17 × hiecaq quits (~hiecaq@user/hiecaq) (Quit: ERC 5.6.0.30.1 (IRC client for GNU Emacs 30.0.92))
2025-05-18 16:07:56 <OftenFaded> Hi xmodudes! Anyone know if the default help message can be configured at all? The font is much smol for my aged marbles
2025-05-18 16:08:38 <OftenFaded> It looks like a default xterm window almost, but idr installing xterm explicitly
2025-05-18 16:13:18 <geekosaur> it's actually xmessage unless you've overridden it
2025-05-18 16:14:05 <geekosaur> you can set the XMONAD_XMESSAGE environment variable to override it, or use .Xresources to change the default font
2025-05-18 16:26:34 × hightower3 quits (~hightower@213.186.15.36) (Read error: Connection reset by peer)
2025-05-18 16:44:13 <OftenFaded> I see, I guess it's being overriden somehow, because adding `export XMONAD_XMESSAGE="xmessage -fn 'Noto Sans:size=14'"` to my zshrc is having no effect
2025-05-18 16:46:03 <OftenFaded> Wait, would it be problematic if I don't have any .Xresources?
2025-05-18 17:17:21 × catman quits (~catman@user/catman) (Ping timeout: 244 seconds)
2025-05-18 18:22:39 × OftenFaded quits (~OftenFade@user/tisktisk) (Quit: OftenFaded)
2025-05-18 19:12:20 Digitteknohippie joins (~user@user/digit)
2025-05-18 19:13:50 × Digit quits (~user@user/digit) (Ping timeout: 272 seconds)
2025-05-18 19:30:34 Digitteknohippie is now known as Digit
2025-05-18 19:46:48 <yaslam> That must be what the lookupEnv "XMONAD_XMESSAGE" part is for, I didn't know either lol. I just replaced the entire function but setting a variable is easier
2025-05-18 19:48:28 <yaslam> In https://github.com/xmonad/xmonad/blob/fa8f34596d9eda581b398b1152d7d45f592ebb2f/src/XMonad/Core.hs#L463
2025-05-18 19:49:15 <geekosaur> unless you use startx or are on a fedora derivative, setting things in your shell dotfiles won't affect X11 startup or xmonad
2025-05-18 19:50:46 <geekosaur> yoou don't require .Xresources, older X11 programs will use defaults if it doesn't exist. if it does, you can override those programs' behavior; see their manpages
2025-05-18 20:40:39 × haskellbridge quits (~hackager@syn-096-028-224-255.res.spectrum.com) (Read error: Connection reset by peer)
2025-05-18 20:45:28 haskellbridge joins (~hackager@syn-096-028-224-255.res.spectrum.com)
2025-05-18 20:54:08 OftenFaded joins (~OftenFade@user/tisktisk)
2025-05-18 21:15:40 <OftenFaded> If I'd like to learn how to set env variables in xmonad, where should I try first? The manual and websearch have no mentions
2025-05-18 21:26:22 <Leary> OftenFaded: It shouldn't be anything specific to xmonad; it's a matter of setting vars for your /session/ (login shell?) rather than for each terminal (interactive shell?). Typically you would set them in `~/.profile`, but that doesn't work on every system either. If you give up on finding the right way, you can fall back on <https://hackage.haskell.org/package/base-4.21.0.0/docs/System-Environment.html#v:setEnv>.
2025-05-18 21:31:54 <geekosaur> on debian-likes including ubuntu, you drop a file in /etc/X11/Xsession.d (there is no per-user equivalent). See https://github.com/geekosaur/xmonad.hs/blob/hilfy-2023/10profile for an example
2025-05-18 21:32:33 <geekosaur> and yes, if necessary you can use `setEnv` before calling the `xmonad` function in your `main`
2025-05-18 21:34:25 <OftenFaded> you need an import for that setEnv line right? I think I broke something trying that...
2025-05-18 21:35:37 <OftenFaded> Well, I think I broke a few somethings trying to figure it out lol
2025-05-18 21:35:47 <OftenFaded> I'm just trying to get a help message to spawn at all now
2025-05-18 21:55:07 × Solitary quits (~Solitary@user/solitary) (Read error: Connection reset by peer)
2025-05-18 22:02:17 <geekosaur> import System.Environment
2025-05-18 22:09:55 Solitary joins (~Solitary@user/solitary)
2025-05-18 22:23:06 <OftenFaded> I'm getting more confused by the minute. adding a setEnv line halts the spawning of the help message somehow, but removing the line doesn't restore functionality somehow...
2025-05-18 22:24:39 <OftenFaded> running `xmessage 'test'` gets me a `Warning: Missing charsets in String to FontSet conversion` Is this a usual warning to be ignored?
2025-05-18 22:27:44 <geekosaur> means the font is missing (misc-fixed old-style font)
2025-05-18 22:56:52 <OftenFaded> yuup, and it's going to stay missing, because I have my help message back folks!
2025-05-18 23:00:00 <OftenFaded> Thank you all for the help. I'm prolly just going to squint for awhile--I learned that it is very easy to break a lot of different xmonad things when adjusting fonts--muchly complicated lol
2025-05-18 23:01:23 <geekosaur> XMessage*font won't break anything but xmessage's font 🙂
2025-05-18 23:02:14 <geekosaur> I do suggest using xfontsel to pick a font
2025-05-18 23:06:37 <geekosaur> maybe somewhere in the braave new xft world there is a similar tool
2025-05-18 23:08:23 <OftenFaded> tru, but once the font is misconfigured the help message won't spawn at all, and I still don't know how I was able to restore it
2025-05-18 23:08:38 <OftenFaded> but the trial and error was great and many
2025-05-18 23:09:19 <OftenFaded> I will cautiously try this xfontsel tho
2025-05-18 23:10:24 <geekosaur> it won't change anything, it just lets you pick a font by its long X11 name, with dropdowns for the various name components, and shows you the resulting font
2025-05-18 23:11:03 <geekosaur> if you want to use it, you have to copy the XLFD name and paste it somewhere (usually ~/.Xresources)
2025-05-18 23:11:27 <OftenFaded> and ofc it shows me what ants read like my help message XD
2025-05-18 23:11:59 <geekosaur> thta porbably means the only X11-style font on your system is some flyspeck thing 🙂
2025-05-18 23:12:24 <geekosaur> installing more is a distro question
2025-05-18 23:16:39 × todi quits (~todi@p57803331.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
2025-05-18 23:21:56 todi joins (~todi@p57803331.dip0.t-ipconnect.de)
2025-05-19 00:02:23 catman joins (~catman@user/catman)
2025-05-19 00:39:09 × catman quits (~catman@user/catman) (Quit: WeeChat 4.6.3)
2025-05-19 02:13:41 × td_ quits (~td@i5387091A.versanet.de) (Ping timeout: 248 seconds)
2025-05-19 03:28:34 × OftenFaded quits (~OftenFade@user/tisktisk) (Ping timeout: 244 seconds)
2025-05-19 06:32:42 × werneta quits (~werneta@syn-071-083-160-242.res.spectrum.com) (Ping timeout: 252 seconds)
2025-05-19 06:38:36 × redgloboli quits (~redglobol@user/redgloboli) (Quit: ...enter the matrix...)
2025-05-19 06:40:11 redgloboli joins (~redglobol@user/redgloboli)
2025-05-19 06:54:47 × ft quits (~ft@p3e9bc106.dip0.t-ipconnect.de) (Quit: leaving)
2025-05-19 08:34:46 Guest75 joins (~Guest75@2001:420:44c1:27f0:ee51:b9d3:aef7:36e4)
2025-05-19 09:53:32 × Guest75 quits (~Guest75@2001:420:44c1:27f0:ee51:b9d3:aef7:36e4) (Quit: Client closed)
2025-05-19 10:11:43 catman joins (~catman@user/catman)
2025-05-19 10:28:49 × scardinal quits (~supreme@0x573d64a9.static.cust.fastspeed.dk) (Ping timeout: 252 seconds)
2025-05-19 11:16:04 Digitteknohippie joins (~user@user/digit)
2025-05-19 11:17:06 Guest75 joins (~Guest75@2001:420:44c1:27f0:170c:56ef:3e5c:e8b2)
2025-05-19 11:17:42 × Digit quits (~user@user/digit) (Ping timeout: 268 seconds)
2025-05-19 11:20:29 Digitteknohippie is now known as Digit
2025-05-19 11:37:42 × catman quits (~catman@user/catman) (Quit: WeeChat 4.6.3)
2025-05-19 11:45:10 mc47 joins (~yecinem@host-212-114-138-22.customer.m-online.net)
2025-05-19 11:45:26 × mc47 quits (~yecinem@host-212-114-138-22.customer.m-online.net) (Changing host)
2025-05-19 11:45:26 mc47 joins (~yecinem@xmonad/TheMC47)
2025-05-19 12:10:50 × Guest75 quits (~Guest75@2001:420:44c1:27f0:170c:56ef:3e5c:e8b2) (Quit: Client closed)
2025-05-19 14:23:47 hiecaq joins (~hiecaq@user/hiecaq)
2025-05-19 15:15:34 OftenFaded joins (~OftenFade@user/tisktisk)
2025-05-19 15:59:09 × hiecaq quits (~hiecaq@user/hiecaq) (Quit: ERC 5.6.0.30.1 (IRC client for GNU Emacs 30.0.92))
2025-05-19 16:19:53 × mc47 quits (~yecinem@xmonad/TheMC47) (Ping timeout: 272 seconds)
2025-05-19 16:24:47 Digitteknohippie joins (~user@user/digit)
2025-05-19 16:26:39 × Digit quits (~user@user/digit) (Ping timeout: 276 seconds)
2025-05-19 18:00:13 ft joins (~ft@p3e9bc106.dip0.t-ipconnect.de)
2025-05-19 18:06:35 Digitteknohippie is now known as Digit

All times are in UTC.