2024-04-23 00:15:01 +0200 | Aminautf | (~Aminautf@167.172.225.175) (Quit: ZNC 1.8.2+deb2build5 - https://znc.in) |
2024-04-23 00:15:46 +0200 | Aminautf | (~Aminautf@167.172.225.175) |
2024-04-23 00:31:56 +0200 | julie_pilgrim | (~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection) |
2024-04-23 01:29:02 +0200 | andrewjf | (~andrewjf@70.90.143.154) |
2024-04-23 01:29:22 +0200 | andrewjf | (~andrewjf@70.90.143.154) (Client Quit) |
2024-04-23 01:38:33 +0200 | andrewjf | (~andrewjf@70.90.143.154) |
2024-04-23 01:50:08 +0200 | <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-23 01:50:09 +0200 | <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-23 01:50:39 +0200 | <andrewjf> | *myTerminal = "alacritty" |
2024-04-23 01:50:43 +0200 | <geekosaur> | are you actually using myTerminal anywhere? |
2024-04-23 01:51:48 +0200 | <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-23 01:52:18 +0200 | <geekosaur> | (note that mine is a bit more complicated than a simple terminal setting) |
2024-04-23 01:53:42 +0200 | <andrewjf> | the only other reference to myTerminal is it says defaults = def { terminal = myTerminal ... |
2024-04-23 01:54:08 +0200 | <geekosaur> | that should work, then. |
2024-04-23 01:54:19 +0200 | <geekosaur> | can you pastebin your whole xmonad.hs? |
2024-04-23 01:54:21 +0200 | <geekosaur> | @where paste |
2024-04-23 01:54:21 +0200 | <lambdabot> | Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com |
2024-04-23 01:56:25 +0200 | <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-23 01:57:11 +0200 | <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-23 01:57:57 +0200 | <andrewjf> | Okay ill do that |
2024-04-23 02:02:22 +0200 | sajenim | (~sajenim@user/sajenim) |
2024-04-23 02:04:39 +0200 | <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 02:07:03 +0200 | <geekosaur> | mm, right, I have a clipboard manager that deals with old vs. new clipboards |
2024-04-23 02:07:32 +0200 | <geekosaur> | xclip -in -selection clipboard < ~/.xmonad/xmonad.hs |
2024-04-23 02:07:53 +0200 | <geekosaur> | (otherwise it uses "primary") |
2024-04-23 02:09:41 +0200 | <andrewjf> | https://paste.tomsmeding.com/73tpg6j9#file-1 |
2024-04-23 02:10:00 +0200 | <andrewjf> | Yep the command you gave me work |
2024-04-23 02:10:06 +0200 | <andrewjf> | *worked |
2024-04-23 02:13:50 +0200 | <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 02:14:41 +0200 | <geekosaur> | I would recommend starting from https://xmonad.org/TUTORIAL.html instead |
2024-04-23 02:15:13 +0200 | <andrewjf> | Okay sounds good I'll take a look at the tutorial |
2024-04-23 02:19:56 +0200 | <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 02:20:59 +0200 | <geekosaur> | it doesn't use the same PATH your terminal does, because it doesn't read your shell dotfiles by default |
2024-04-23 02:21:46 +0200 | <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 02:30:15 +0200 | <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 02:37:50 +0200 | catman | (~catman@user/catman) (Quit: WeeChat 4.3.0-dev) |
2024-04-23 02:42:27 +0200 | andrewjf | (~andrewjf@70.90.143.154) (Quit: Client closed) |
2024-04-23 02:50:11 +0200 | catman | (~catman@user/catman) |
2024-04-23 02:59:52 +0200 | catman | (~catman@user/catman) (Read error: Connection reset by peer) |
2024-04-23 03:02:44 +0200 | catman | (~catman@user/catman) |
2024-04-23 03:18:01 +0200 | andrewjf | (~andrewjf@70.90.143.154) |
2024-04-23 04:36:48 +0200 | td_ | (~td@i53870931.versanet.de) (Ping timeout: 252 seconds) |
2024-04-23 04:38:29 +0200 | td_ | (~td@i5387090C.versanet.de) |
2024-04-23 05:04:00 +0200 | andrewjf | (~andrewjf@70.90.143.154) (Quit: Client closed) |
2024-04-23 08:11:11 +0200 | julie_pilgrim | (~julie_pil@user/julie-pilgrim/x-1240752) |
2024-04-23 08:37:13 +0200 | ft | (~ft@p4fc2a20e.dip0.t-ipconnect.de) (Quit: leaving) |
2024-04-23 09:47:34 +0200 | Natch | (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (Ping timeout: 255 seconds) |
2024-04-23 09:50:13 +0200 | Natch | (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) |
2024-04-23 10:45:48 +0200 | julie_pilgrim | (~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection) |
2024-04-23 10:54:27 +0200 | julie_pilgrim | (~julie_pil@user/julie-pilgrim/x-1240752) |
2024-04-23 11:07:11 +0200 | julie_pilgrim | (~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection) |
2024-04-23 11:07:45 +0200 | julie_pilgrim | (~julie_pil@user/julie-pilgrim/x-1240752) |
2024-04-23 11:14:19 +0200 | julie_pilgrim | (~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection) |
2024-04-23 11:30:33 +0200 | julie_pilgrim | (~julie_pil@user/julie-pilgrim/x-1240752) |
2024-04-23 12:00:04 +0200 | Nixkernal | (~Nixkernal@240.17.194.178.dynamic.wline.res.cust.swisscom.ch) |
2024-04-23 12:25:34 +0200 | julie_pilgrim | (~julie_pil@user/julie-pilgrim/x-1240752) (Ping timeout: 250 seconds) |
2024-04-23 17:44:04 +0200 | sajenim | (~sajenim@user/sajenim) (Ping timeout: 246 seconds) |
2024-04-23 19:23:44 +0200 | defjam | (~defjam@2a02:c7e:2807:b900:d8d7:350d:61f3:8e8c) (Ping timeout: 256 seconds) |
2024-04-23 19:30:52 +0200 | defjam | (~defjam@2a02:c7e:2807:b900:6d08:4ec2:d61b:a696) |
2024-04-23 20:28:22 +0200 | defjam | (~defjam@2a02:c7e:2807:b900:6d08:4ec2:d61b:a696) (Ping timeout: 255 seconds) |
2024-04-23 20:41:30 +0200 | defjam | (~defjam@2a02:c7e:2807:b900:6d08:4ec2:d61b:a696) |
2024-04-23 20:47:57 +0200 | defjam | (~defjam@2a02:c7e:2807:b900:6d08:4ec2:d61b:a696) (Ping timeout: 272 seconds) |
2024-04-23 21:00:09 +0200 | defjam | (~defjam@2a02:c7e:2807:b900:6d08:4ec2:d61b:a696) |
2024-04-23 21:05:40 +0200 | mc47 | (~mc47@xmonad/TheMC47) |
2024-04-23 21:05:41 +0200 | defjam | (~defjam@2a02:c7e:2807:b900:6d08:4ec2:d61b:a696) (Ping timeout: 240 seconds) |
2024-04-23 21:18:10 +0200 | ft | (~ft@p4fc2a20e.dip0.t-ipconnect.de) |
2024-04-23 21:18:43 +0200 | defjam | (~defjam@2a02:c7e:2807:b900:6d08:4ec2:d61b:a696) |
2024-04-23 21:23:16 +0200 | defjam | (~defjam@2a02:c7e:2807:b900:6d08:4ec2:d61b:a696) (Ping timeout: 255 seconds) |
2024-04-23 21:36:47 +0200 | defjam | (~defjam@2a02:c7e:2807:b900:6d08:4ec2:d61b:a696) |
2024-04-23 21:38:48 +0200 | mc47 | (~mc47@xmonad/TheMC47) (Read error: Connection reset by peer) |
2024-04-23 21:41:24 +0200 | defjam | (~defjam@2a02:c7e:2807:b900:6d08:4ec2:d61b:a696) (Ping timeout: 260 seconds) |
2024-04-23 21:48:52 +0200 | defjam | (~defjam@2a02:c7e:2807:b900:6d08:4ec2:d61b:a696) |
2024-04-23 21:54:46 +0200 | Nixkernal_ | (~Nixkernal@240.17.194.178.dynamic.wline.res.cust.swisscom.ch) |
2024-04-23 21:55:39 +0200 | Nixkernal | (~Nixkernal@240.17.194.178.dynamic.wline.res.cust.swisscom.ch) (Ping timeout: 255 seconds) |
2024-04-23 22:14:06 +0200 | Nixkernal_ | (~Nixkernal@240.17.194.178.dynamic.wline.res.cust.swisscom.ch) (Ping timeout: 255 seconds) |
2024-04-23 22:38:54 +0200 | <Prospero> | Is it possible to have different background images for different workspaces, or would this be done by changing the background image when you change workspaces? |
2024-04-23 22:45:39 +0200 | <geekosaur> | the atter usually, but see https://hackage.haskell.org/package/xmonad-contrib-0.18.0/docs/XMonad-Hooks-WallpaperSetter.html |
2024-04-23 22:54:22 +0200 | ChubaDuba | (~ChubaDuba@176.213.33.135) |
2024-04-23 23:18:36 +0200 | ChubaDuba | (~ChubaDuba@176.213.33.135) (Quit: Leaving) |