Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,766 events total
2024-04-22 11:58:00 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 12:00:13 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Client Quit)
2024-04-22 12:03:06 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 12:06:37 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Client Quit)
2024-04-22 12:06:52 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 12:07:34 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Client Quit)
2024-04-22 12:09:09 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 12:11:31 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Client Quit)
2024-04-22 12:12:26 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 12:14:52 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Client Quit)
2024-04-22 12:15:08 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 12:38:47 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Quit: WeeChat 4.2.1)
2024-04-22 12:39:04 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 12:40:17 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Client Quit)
2024-04-22 12:42:14 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 12:44:28 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Client Quit)
2024-04-22 12:46:07 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 12:46:49 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Client Quit)
2024-04-22 12:48:04 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 13:05:11 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Quit: WeeChat 4.2.1)
2024-04-22 13:07:55 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 13:09:57 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Client Quit)
2024-04-22 13:17:49 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 13:21:01 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Client Quit)
2024-04-22 13:22:55 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 13:23:40 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Client Quit)
2024-04-22 13:24:19 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 13:28:33 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Client Quit)
2024-04-22 13:34:34 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 13:35:46 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Client Quit)
2024-04-22 13:36:05 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 13:37:01 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Client Quit)
2024-04-22 14:05:01 ChubaDuba joins (~ChubaDuba@46.147.102.155)
2024-04-22 14:28:57 × td_ quits (~td@i53870931.versanet.de) (Quit: waking up from the american dream ...)
2024-04-22 14:54:51 × ChubaDuba quits (~ChubaDuba@46.147.102.155) (Quit: WeeChat 4.2.1)
2024-04-22 15:12:07 td_ joins (~td@i53870931.versanet.de)
2024-04-22 15:33:19 × sajenim quits (~sajenim@user/sajenim) (Ping timeout: 272 seconds)
2024-04-22 16:32:26 andrewjf joins (~andrewjf@70.90.143.154)
2024-04-22 16:49:44 <andrewjf> I rescently started with Xmonad and I wanted to try adding swallowing. I added a few lines to my config.hs file. But I'm a confused about how to recompile xmonad so I can see my changes. I tried xmonad --recompile but I get an error xmonad: /home/andrewjf/.xmonad/xmonad.errors: withFile: permission denied (Permission denied). If I try running doas
2024-04-22 16:49:44 <andrewjf> xmonad --recompile I get a different error Authorization required, but no authorization protocal specified. It also seems like when I doas xmonad --recompile like it is trying to compile the .xmonad file that is associated with the root user rather than the one that is associated with my current user. I'm running freeBSD if that information is at
2024-04-22 16:49:45 <andrewjf> all useful.  Any help would be much appreacated and if more info is needed i would be happy to provide it
2024-04-22 16:51:13 <geekosaur> check ownership of your ~/.xmonad and all files in it, that error sounds like it's owned by root?
2024-04-22 16:51:23 <geekosaur> (as opposed to using root's .xmonad)
2024-04-22 16:54:03 <andrewjf> drwxr-xr-x  3  root   wheel    512   Apr 22 12:16    .xmonad (output of ls -la)
2024-04-22 16:54:28 <andrewjf> does root wheel mean that it is owned by root?
2024-04-22 16:59:08 <geekosaur> yes
2024-04-22 16:59:23 <geekosaur> owner root, group wheel
2024-04-22 16:59:43 <geekosaur> (group wheel on BSDs is essentially the "root" group)
2024-04-22 17:02:23 <andrewjf> Oh awesome how could you remind me what the command is for changing the owner of a file
2024-04-22 17:04:37 <geekosaur> sudo chown $USER file …
2024-04-22 17:06:38 <andrewjf> It nows says andrewjf wheel instead of andrewjf root
2024-04-22 17:07:24 <geekosaur> right, that's probably fine. you could change the group as well but there's no convenient envar for your primary group
2024-04-22 17:08:05 <andrewjf> it looks like everything inside of .xmonad is also root wheel
2024-04-22 17:08:28 <geekosaur> you should chown it all or you'll keep getting errors
2024-04-22 17:10:57 <andrewjf> Okay I was able to set everything inside to be andrewjf wheel lnstead and it seems to be working. And i just ran xmonad --recompile and its seems to working. Thkank you so much for your help man
2024-04-22 17:16:38 Guest34509059353 joins (~Guest3450@156.202.67.209)
2024-04-22 17:17:00 × Guest34509059353 quits (~Guest3450@156.202.67.209) (Client Quit)
2024-04-22 17:25:14 ft joins (~ft@p4fc2a20e.dip0.t-ipconnect.de)
2024-04-22 20:07:14 × andrewjf quits (~andrewjf@70.90.143.154) (Quit: Client closed)
2024-04-22 21:46:32 julie_pilgrim joins (~julie_pil@user/julie-pilgrim/x-1240752)
2024-04-22 22:15:01 × Aminautf quits (~Aminautf@167.172.225.175) (Quit: ZNC 1.8.2+deb2build5 - https://znc.in)
2024-04-22 22:15:46 Aminautf joins (~Aminautf@167.172.225.175)
2024-04-22 22:31:56 × julie_pilgrim quits (~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection)
2024-04-22 23:29:02 andrewjf joins (~andrewjf@70.90.143.154)
2024-04-22 23:29:22 × andrewjf quits (~andrewjf@70.90.143.154) (Client Quit)
2024-04-22 23:38:33 andrewjf joins (~andrewjf@70.90.143.154)
2024-04-22 23:50:08 <andrewjf> I'm trying to change my terminal emulator from xterm to alacritty. When I do Mod+q nothing seems to change and doing Mod+Shift+Enter doesn't open a terminal anymore as I uninstalled xterm. When I run xmonad --recompile it says that compilation succeeded and when I run xmonad --restart the command finishes without anything output, but once again
2024-04-22 23:50:09 <andrewjf> nothing seems to change. The line that I added to my I .xmonad/xmonad.hs to try to set the terminal emulator to alacritty is  myTerminal      =      alacritty. I'm totally stuck so any help would be much apprecated.
2024-04-22 23:50:39 <andrewjf> *myTerminal = "alacritty"
2024-04-22 23:50:43 <geekosaur> are you actually using myTerminal anywhere?
2024-04-22 23:51:48 <geekosaur> https://github.com/geekosaur/xmonad.hs/blob/hilfy-2023/xmonad.hs#L150 is the kind of thing that actually specifies the terminal; simply defining a `myTerminal` variable won't do anything unless it makes its way into the config record
2024-04-22 23:52:18 <geekosaur> (note that mine is a bit more complicated than a simple terminal setting)
2024-04-22 23:53:42 <andrewjf> the only other reference to myTerminal is it says defaults = def { terminal = myTerminal ...
2024-04-22 23:54:08 <geekosaur> that should work, then.
2024-04-22 23:54:19 <geekosaur> can you pastebin your whole xmonad.hs?
2024-04-22 23:54:21 <geekosaur> @where paste
2024-04-22 23:54:21 <lambdabot> Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com
2024-04-22 23:56:25 <andrewjf> Yeah I can copy and past it unforunately I am still getting used to this stuff so my settup is somewhat broken so it might take my sometime to get it to you
2024-04-22 23:57:11 <geekosaur> one thing you can do is install xclip, run `xclip -in < ~/.xmonad/xmonad.hs`, then paste it into your browser open on a pastebin
2024-04-22 23:57:57 <andrewjf> Okay ill do that
2024-04-23 00:02:22 sajenim joins (~sajenim@user/sajenim)
2024-04-23 00:04:39 <andrewjf> It's behaving somewate weird when to xclip -in < ~/.xmonad/xmonad.hs and then to Shift+Insert in the terminal it copy and pastes the xmonad.hs file my when try and right click and paste into pastebin nothing seems to happen
2024-04-23 00:07:03 <geekosaur> mm, right, I have a clipboard manager that deals with old vs. new clipboards
2024-04-23 00:07:32 <geekosaur> xclip -in -selection clipboard < ~/.xmonad/xmonad.hs
2024-04-23 00:07:53 <geekosaur> (otherwise it uses "primary")
2024-04-23 00:09:41 <andrewjf> https://paste.tomsmeding.com/73tpg6j9#file-1
2024-04-23 00:10:00 <andrewjf> Yep the command you gave me work
2024-04-23 00:10:06 <andrewjf> *worked
2024-04-23 00:13:50 <geekosaur> that looks like it should work, aside from being problematic by nature (it overwwrites xmonad's defaults with the defaults from whatever version it was written for, which means if we make changes you won't see them)
2024-04-23 00:14:41 <geekosaur> I would recommend starting from https://xmonad.org/TUTORIAL.html instead
2024-04-23 00:15:13 <andrewjf> Okay sounds good I'll take a look at the tutorial
2024-04-23 00:19:56 <geekosaur> oh, another thing you need to watch out for on the BSDs: if you use a display manager (graphical login) your $PATH is probably /bin:/usr/bin, but anything you install from ports will be in /usr/local/bin
2024-04-23 00:20:59 <geekosaur> it doesn't use the same PATH your terminal does, because it doesn't read your shell dotfiles by default
2024-04-23 00:21:46 <geekosaur> on ubuntu I drop this in /etc/X11/Xsession.d/10profile: https://github.com/geekosaur/xmonad.hs/blob/hilfy-2023/10profile
2024-04-23 00:30:15 <geekosaur> (you probably need to doublecheck where it goes, it's been long enough since I used freebsd that I don't recall if config files like that go in /usr/local/etc instead of /etc)
2024-04-23 00:37:50 × catman quits (~catman@user/catman) (Quit: WeeChat 4.3.0-dev)
2024-04-23 00:42:27 × andrewjf quits (~andrewjf@70.90.143.154) (Quit: Client closed)
2024-04-23 00:50:11 catman joins (~catman@user/catman)
2024-04-23 00:59:52 × catman quits (~catman@user/catman) (Read error: Connection reset by peer)
2024-04-23 01:02:44 catman joins (~catman@user/catman)

All times are in UTC.