Logs on 2022-11-13 (liberachat/#xmonad)
| 02:31:30 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds) |
| 02:43:41 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 03:04:10 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds) |
| 03:13:54 | × | td_ quits (~td@83.135.9.7) (Ping timeout: 260 seconds) |
| 03:15:25 | → | td_ joins (~td@83.135.9.56) |
| 03:24:22 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 03:48:21 | × | terrorjack quits (~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat) |
| 03:50:56 | → | terrorjack joins (~terrorjac@2a01:4f8:1c1e:509a::1) |
| 04:26:20 | × | ectospasm quits (~ectospasm@user/ectospasm) (Quit: WeeChat 3.7.1) |
| 04:29:32 | → | ectospasm joins (~ectospasm@user/ectospasm) |
| 05:13:21 | <sheilabillycryt[> | I'll help the community how to earn $30,000 within 3days and hours but you will reimburse me 10% of your dividend when you collect it. Note: only interested people should correlate, Whatsapp +1 (408) 767-7373 immediately. |
| 07:06:46 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds) |
| 07:08:27 | → | Guest4055 joins (~Guest40@114.130.184.71) |
| 07:10:31 | × | Guest4055 quits (~Guest40@114.130.184.71) (Client Quit) |
| 07:12:17 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 07:57:20 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 268 seconds) |
| 08:18:54 | ChanServ | sets mode +o Solid |
| 08:19:40 | sheilabillycryt[ | is kicked by Solid (Kicked by Solid) |
| 08:20:40 | ChanServ | sets mode -o Solid |
| 09:00:07 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 09:26:21 | <xmonadtrack> | xmonad-contrib Tony Zorman * v0.17.1-87-gd7499d1d: CHANGES: Reindent (22 minutes ago, 1 file, 6+ 5-) https://github.com/xmonad/xmonad-contrib/commit/d7499d1db032 |
| 09:26:23 | <xmonadtrack> | xmonad-contrib Tony Zorman * v0.17.1-88-gaf5fced7: X.A.Search: voidpackages -> voidpgks_x86_64{_musl} (19 minutes ago, 2 files, 12+ 7-) https://github.com/xmonad/xmonad-contrib/commit/af5fced79ada |
| 09:26:34 | → | liskin[m] joins (~liskinmat@2001:470:69fc:105::768) |
| 10:23:27 | <kora9> | Is it possible to specify a window position for a doFloat? |
| 10:30:59 | <[Leary]> | kora9: X.H.ManageHelpers.do*Float* |
| 10:32:30 | <kora9> | [Leary]: Thanks! |
| 10:56:50 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 12:05:20 | → | chomwitt joins (~chomwitt@2a02:587:7a0a:c00:1ac0:4dff:fedb:a3f1) |
| 12:16:35 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 256 seconds) |
| 13:51:22 | × | ft quits (~ft@p508dbd59.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 13:53:00 | → | ft joins (~ft@p508dbd59.dip0.t-ipconnect.de) |
| 14:28:07 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 15:11:00 | → | thyriaen joins (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) |
| 15:11:49 | → | thyriaen_ joins (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) |
| 15:18:41 | → | LemanR joins (~LemanR@pool-74-109-28-147.phlapa.fios.verizon.net) |
| 15:19:02 | <LemanR> | geekosaur and here |
| 15:19:42 | <geekosaur> | I'd actually put the startup one in .xinitrc (or .xsession if your distro has unified them) |
| 15:20:02 | <geekosaur> | but if you want to do it in xmonad.hs you can do it in the startupHook |
| 15:20:09 | <geekosaur> | you'd still use spawn |
| 15:20:44 | <LemanR> | k so look up startupHook and from there it sounds like it's going to be trivial after reading |
| 15:24:37 | <geekosaur> | the bigger question might be xmonad keybindings, since you might want those to change with the keymap. I think there's a module for that but I'm not sure |
| 15:25:52 | <geekosaur> | https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Actions-KeyRemap.html |
| 15:25:53 | <LemanR> | Well I'm also beginning to learn haskell so I'm only writing things I can personally read and communicate specifically (mostly to myself) what the code is doing. I will add multi-layouts but later. I read some code on that and was just like deeeeerrrrrrrp lol |
| 15:34:26 | <geekosaur> | I used xmonad to learn haskell. flip side I already understood X11 so I could use that to orient |
| 15:38:28 | → | rpana joins (~rpana@193.29.60.214) |
| 15:41:25 | × | LemanR quits (~LemanR@pool-74-109-28-147.phlapa.fios.verizon.net) (Quit: Client closed) |
| 15:45:31 | → | LemanR joins (~LemanR@pool-74-109-28-147.phlapa.fios.verizon.net) |
| 15:52:22 | <LemanR> | I'm looking this up now but in case I'm going about this wrong, I see hooks look automatically setup, if I wanted to see the code for a hook like myTerminal where would I find this? my xmonad dir (inside .config) only has the xmonad.hs file |
| 15:52:28 | × | thyriaen quits (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) (Quit: Leaving) |
| 15:52:32 | × | thyriaen_ quits (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) (Quit: Leaving) |
| 15:52:34 | <LemanR> | understanding what hooks are doing would help me reason about my code (i'm very detailed oriented) |
| 15:53:53 | <LemanR> | following https://www.youtube.com/watch?v=3noK4GTmyMw atm (distrotube intro to xmonad) but he starts using myTerminal which is just there and atm I guess works by magic lol hence why I want to see what is setting myTerminal and how xmonad knows setting it to xterm or alacritty 'knows' that I mean the terminal and not something else |
| 15:54:51 | × | kaskal- quits (~kaskal@089144200035.atnat0009.highway.a1.net) (Ping timeout: 248 seconds) |
| 15:57:38 | → | mvk joins (~mvk@2607:fea8:5ce3:8500::4b68) |
| 15:57:43 | <geekosaur> | there's a `terminal = myTerminal` somewhere in the config record, if you're using one of the commonly tossed-around xmonad.hs files, and mod-shift-enter uses that definition to launch a terminal |
| 15:59:28 | → | thyriaen joins (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) |
| 16:00:38 | <LemanR> | I'm starting from scratch so this is what I have so far https://www.youtube.com/watch?v=3noK4GTmyMw |
| 16:06:24 | <LemanR> | omg I just saw my copy/paste didn't copy lol one sec |
| 16:06:39 | <LemanR> | http://dpaste.com/8ZNGG5SUG |
| 16:07:36 | <geekosaur> | interesting, that doesn't have a terminal definition at all |
| 16:08:02 | <LemanR> | I made it from touch, so literally from the minimal. I have basic functionality atm. |
| 16:08:33 | <LemanR> | this is kinda like a first haskell project I will add to as I continue learning haskell |
| 16:08:34 | <geekosaur> | so it should be using xterm unless you're on debian/ubuntu and using their package, in which case it runs "x-terminal-emulator" and installing alacritty would cause update-alternatives to register it as x-terminal-emulator |
| 16:09:06 | <geekosaur> | debian's fun that way |
| 16:09:17 | <geekosaur> | does the same with browsers (as x-www-browser) |
| 16:09:29 | <Solid> | LemanR: I reckon that video has a `myTerminal = "alacritty"' somewhere in the config |
| 16:09:45 | <geekosaur> | the video was a mistake (see "omg") |
| 16:10:04 | <Solid> | but above they did say they were following it |
| 16:10:39 | <Solid> | (btw, obligatory plug for https://xmonad.org/TUTORIAL.html because I think it explains things rather well) |
| 16:13:47 | <LemanR> | I just realized..........this is coding of a general programming lanuage, my answer for how some thing 'x' works is probably in one of the files I'm importing. (I am neuroscience student formally with a strong interest in computer science). Solid will read that link |
| 16:14:22 | <LemanR> | point being I find myself making obvious mistakes from time to time lol |
| 17:00:57 | × | rpana quits (~rpana@193.29.60.214) (Quit: Client closed) |
| 17:06:36 | <LemanR> | still haven't found where my modules are being stored o.0 |
| 17:09:16 | → | Rutherther[m] joins (~rutherthe@2001:470:69fc:105::2:bc05) |
| 17:14:38 | → | rpana joins (~rpana@193.29.60.214) |
| 17:15:21 | × | LemanR quits (~LemanR@pool-74-109-28-147.phlapa.fios.verizon.net) (Quit: Client closed) |
| 17:20:09 | × | rpana quits (~rpana@193.29.60.214) (Quit: Client closed) |
| 17:42:46 | <Rutherther[m]> | hi, I am using xmonad with xmobar with multi (3) monitor setup, on each monitor I have xmobar |
| 17:42:46 | <Rutherther[m]> | is there a possibility to show a visible workspace differently from the others if and only if it is on the monitor on which the xmobar is? Currently when I set ppVisible to show the workspace differently, it will be shown on all of the monitors the same way. I cannot tell which workspace is opened on which monitor. |
| 17:42:46 | <Rutherther[m]> | If I understand it at least slightly correctly, it seems to me like I would need to feed different inputs into each xmobar from xmonad, but I am not sure how to do that, I am using XMonad.Hooks.StatusBar and XMonad.Hooks.StatusBar.PP with dynamicEasySBs |
| 17:42:46 | <Rutherther[m]> | I had it like this for a while so I got used to it and usually remember what workspaces I am on, but still it would be more convenient to differentiate between them |
| 18:03:47 | → | LemanR joins (~LemanR@pool-74-109-28-147.phlapa.fios.verizon.net) |
| 18:05:10 | <LemanR> | still no luck finding the modules on my file system so I can read them and learn the gist of how they work. |
| 18:05:35 | <LemanR> | I don't have ./xmonad/lib/ |
| 18:13:47 | <LemanR> | I FOUND IT!!! it was in /usr/lib64/xmonad-contrib.../ghc.../XMonad |
| 18:13:55 | <LemanR> | ... version numbers |
| 18:15:39 | → | Guest7583 joins (~Guest75@114.130.184.71) |
| 18:17:26 | × | Guest7583 quits (~Guest75@114.130.184.71) (Client Quit) |
| 18:17:41 | → | Guest40 joins (~Guest40@114.130.184.71) |
| 18:18:41 | <Guest40> | hey this is guest 40 again, I am back with the solution incase someone else has the same issue. Turns out it is not an xmonad nor a gpu issue. I found that the picom configuration i was using was using a incompatible backend. |
| 18:19:03 | × | Guest40 quits (~Guest40@114.130.184.71) (Client Quit) |
| 18:30:49 | × | LemanR quits (~LemanR@pool-74-109-28-147.phlapa.fios.verizon.net) (Quit: Client closed) |
| 18:51:50 | → | LemanR joins (~LemanR@pool-74-109-28-147.phlapa.fios.verizon.net) |
| 18:59:43 | × | LemanR quits (~LemanR@pool-74-109-28-147.phlapa.fios.verizon.net) (Ping timeout: 260 seconds) |
| 19:00:25 | → | LemanR joins (~LemanR@pool-74-109-28-147.phlapa.fios.verizon.net) |
| 19:57:13 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 20:41:43 | × | LemanR quits (~LemanR@pool-74-109-28-147.phlapa.fios.verizon.net) (Quit: Client closed) |
| 21:58:41 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 22:02:21 | × | noex quits (~null@user/noex) (Quit: :q!) |
| 22:49:05 | → | kaskal joins (~kaskal@089144207012.atnat0016.highway.bob.at) |
| 23:24:39 | × | kaskal quits (~kaskal@089144207012.atnat0016.highway.bob.at) (Ping timeout: 260 seconds) |
| 23:25:17 | → | kaskal joins (~kaskal@89.144.223.95) |
| 23:55:52 | × | thyriaen quits (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) (Quit: Leaving) |
All times are in UTC on 2022-11-13.