Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 791 792 793 794 795 796 797 798 799 800 801 .. 1850
184,968 events total
2022-08-14 17:22:29 catman joins (~catman@user/catman)
2022-08-14 17:40:38 × benin0 quits (~benin@183.82.206.125) (Quit: The Lounge - https://thelounge.chat)
2022-08-14 17:44:27 × catman quits (~catman@user/catman) (Ping timeout: 268 seconds)
2022-08-14 17:46:00 catman joins (~catman@user/catman)
2022-08-14 17:52:01 × catman quits (~catman@user/catman) (Quit: WeeChat 3.6)
2022-08-14 18:01:03 × noex quits (~null@user/noex) (Quit: :q!)
2022-08-14 18:07:48 vreahli joins (~vreahli@2601:647:5700:1380:7900:ab45:4951:dbee)
2022-08-14 18:11:59 catman joins (~catman@user/catman)
2022-08-14 18:24:28 × qbt quits (~qbt@user/edun) (Quit: WeeChat 3.5)
2022-08-14 18:35:22 × vreahli quits (~vreahli@2601:647:5700:1380:7900:ab45:4951:dbee) (Ping timeout: 252 seconds)
2022-08-14 19:58:04 noex joins (~null@user/noex)
2022-08-14 21:42:41 <isaacthekind[m]> are there a plans to make xmonad compatible with wayland?
2022-08-14 21:50:54 <geekosaur> xmonad itself, or any other X11 window manager, can't be. there are vague plans for an xmonad-alike for wayland but none of us can write it because we don't know wayland
2022-08-14 21:51:07 liskin[m] joins (~liskinmat@2001:470:69fc:105::768)
2022-08-14 21:52:42 <geekosaur> in the meantime you can use sway, or if you're willing to accept the occasional crash see https://github.com/L-as/waymonad
2022-08-14 21:53:17 <geekosaur> (wayland window managers are compositor plugins, or must come with compositors to plug themselves into)
2022-08-14 22:03:25 <isaacthekind[m]> not for me personally, i'm just curious if there are plans to move. i'm under the impression that wayland has a lot of advantages over x11
2022-08-14 22:05:31 <geekosaur> it also has a bunch of disadvantages though. it's crashy still, it still doesn't handle multiple monitors even as well as x11 does (even though it has the potential to do better), etc.
2022-08-14 22:06:49 <geekosaur> if an x11 component wigs out you can restart it. if something connected to the compositor wigs out your whole session is toast
2022-08-14 22:09:16 <geekosaur> it still handles the case of an internal standard res monitor and an external 4k monitor worse than x11, even though it should be better
2022-08-14 22:12:08 <geekosaur> red hat was forced by its customers to commit to x11 support through 2030 because they rejected wayland
2022-08-14 22:18:38 <geekosaur> anyway, it's on the list, there isn't a lot of rush for it though
2022-08-14 22:19:32 <geekosaur> we'll probably have to pay someone to write it given the compositor situation in wayland (that is, that we would have to provide our own and the compositor is effectively the equivalent of an X11 server)
2022-08-14 22:22:28 <geekosaur> the current waymonad uses sway's compositor, which is a poor fit and leads to it being unstable
2022-08-14 22:23:11 <geekosaur> especially since sway makes no promises about api/abi stability of wlroots for uses other than sway itself
2022-08-14 22:29:24 <isaacthekind[m]> hmm ok i didn't realize there were trade offs, i thought basically that wayland was just the new thing
2022-08-14 22:29:32 <isaacthekind[m]> good points
2022-08-14 22:36:56 × noex quits (~null@user/noex) (Ping timeout: 255 seconds)
2022-08-14 22:38:22 noex joins (~null@user/noex)
2022-08-14 22:44:20 <geekosaur> personally I'm still waiting for RH to find itself between a rock and a hard place
2022-08-14 22:44:47 <geekosaur> its customers are still pissed that it forced them over to systemd when it wasn't stable
2022-08-14 22:45:05 <geekosaur> they're not sitting still for the same with wayland
2022-08-14 22:45:24 <geekosaur> but the gnome devs (who de facto are the wayland devs) keep trying to desupport x11
2022-08-14 22:46:23 <geekosaur> I suspect they're going to lose some major customers before it gets through that they mean it
2022-08-14 22:49:44 × chomwitt quits (~chomwitt@2a02:587:dc15:5e00:4394:5e3a:258b:d8da) (Ping timeout: 268 seconds)
2022-08-14 23:47:27 vreahli joins (~vreahli@2601:647:5700:1380::59e1)
2022-08-14 23:50:20 vreahli10 joins (~vreahli@2601:647:5700:1380:7900:ab45:4951:dbee)
2022-08-14 23:51:42 <vreahli10> Heya - I finished compiling xmonad a few hours ago, but after adding it to .xinitrc it runs, the process dies (somewhere), and Xorg stays running. Any ideas on troubleshooting or what to check?
2022-08-14 23:55:32 <geekosaur[m]> What does your .xinitrc look like?
2022-08-14 23:58:15 <vreahli> Currently: https://gist.github.com/vreahli/a89b54a6f343cca75636f4d75ca40a5c - ending with `exec xmonad`
2022-08-15 00:01:25 mvk joins (~mvk@2607:fea8:5ce3:8500::a1ec)
2022-08-15 00:05:31 <geekosaur> that implies that xmonad was still running, since the X session would exit when xmonad does
2022-08-15 00:05:40 <geekosaur> so what's your xmonad.hs?
2022-08-15 00:06:06 × vreahli10 quits (~vreahli@2601:647:5700:1380:7900:ab45:4951:dbee) (Ping timeout: 252 seconds)
2022-08-15 00:07:35 <vreahli> Current xmonad.hs here: https://gist.github.com/vreahli/00231e22e6a65feaa9c4db6c17d25677 (the three lines from the starter tutorial.)
2022-08-15 00:08:15 <geekosaur> huh. that should not crash. how do you know that the process dies?
2022-08-15 00:08:48 <vreahli> I guessed xmonad stopped because `killall xmonad` couldn't find a process, however `killall Xorg` was able to get rid of the blank screen and return me to the virtual console
2022-08-15 00:09:11 <vreahli> I'm not certain the process died, but it's a guess '=D
2022-08-15 00:09:32 <geekosaur> xmonad will have replaced itself by a process named xmonad-x86_64-linux (or whatever arch and system you're on) which is the compiled config
2022-08-15 00:09:58 <geekosaur> what happens if you press alt-shift-return? (make sure xterm is installed)
2022-08-15 00:11:23 vreahli86 joins (~vreahli@2601:647:5700:1380:7900:ab45:4951:dbee)
2022-08-15 00:11:41 <geekosaur> https://paste.tomsmeding.com/afWxOZ2v
2022-08-15 00:12:13 × vreahli quits (~vreahli@2601:647:5700:1380::59e1) (Quit: Client closed)
2022-08-15 00:13:33 <vreahli86> Ah - good news - `~/.cache/xmonad/xmonad-x86_64-linux` is alive
2022-08-15 00:14:35 <vreahli86> alt+shift+enter unfortunately doesn't do anything. FWIW, there's also no cursor present.
2022-08-15 00:15:01 <geekosaur> that sounds odd
2022-08-15 00:15:11 <vreahli86> goddangit - alt+shift+enter works! Apologies!
2022-08-15 00:15:28 <geekosaur> again, is xterm installed? these days it's usually not, and overriding the terminal is one of the first things the tutorial has you do
2022-08-15 00:15:39 <geekosaur> okay
2022-08-15 00:16:09 <vreahli86> Yup! Xterm is installed, sorry about that! I kept using i3 shortcuts without thinking about it.
2022-08-15 00:16:45 <geekosaur> alt-/ shows a cheatsheet if you need a reminder 🙂
2022-08-15 00:16:49 <vreahli86> Thank you for the help! FWIW I've been stuck on this for a few hours '=D
2022-08-15 00:16:54 <vreahli86> I will never forget that one :D
2022-08-15 00:17:12 <geekosaur> sorry alt-shift-/ aka alt-?
2022-08-15 00:17:35 <vreahli86> It's all good, I got the cheat sheet up :)
2022-08-15 01:04:02 × vreahli86 quits (~vreahli@2601:647:5700:1380:7900:ab45:4951:dbee) (Ping timeout: 252 seconds)
2022-08-15 01:12:53 twiclo1 joins (~twiclo@mail.twil.cx)
2022-08-15 01:14:45 <twiclo1> I have ewmhFullscreen enabled. When I fullscreen a youtube video it takes up the whole monitor. Unfortunately it's not working with an old java game client. If I enable fullscreen the window takes up the whole monitor but the actual game doesn't fill to fit its window. This does work under cinnamon
2022-08-15 01:20:21 × noex quits (~null@user/noex) (Quit: :q!)
2022-08-15 01:39:12 × mvk quits (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 244 seconds)
2022-08-15 02:04:23 × banc- quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 255 seconds)
2022-08-15 02:25:02 banc joins (banc@gateway/vpn/airvpn/banc)
2022-08-15 02:27:35 × td_ quits (~td@94.134.91.250) (Ping timeout: 252 seconds)
2022-08-15 02:29:18 td_ joins (~td@muedsl-82-207-238-255.citykom.de)
2022-08-15 02:51:35 × gdd1 quits (~gdd@2001:470:1f13:187:2167:5afb:418e:21fa) (Ping timeout: 268 seconds)
2022-08-15 02:52:11 gdd1 joins (~gdd@2001:470:1f13:187:e8a5:fbff:fe29:42f5)
2022-08-15 02:56:55 rekahsoft joins (~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca)
2022-08-15 02:56:56 × rekahsoft quits (~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca) (Remote host closed the connection)
2022-08-15 03:01:38 rekahsoft joins (~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca)
2022-08-15 03:18:24 × steve_ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 244 seconds)
2022-08-15 03:41:11 mvk joins (~mvk@2607:fea8:5ce3:8500::a1ec)
2022-08-15 03:55:26 steve_ joins (~steve@ool-182c2b80.dyn.optonline.net)
2022-08-15 03:55:57 trillpoli[m]1 joins (~trillpoli@2001:470:69fc:105::da4e)
2022-08-15 04:52:57 × rekahsoft quits (~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca) (Ping timeout: 244 seconds)
2022-08-15 05:02:03 × Florian[m]1 quits (~qe7ftcyrp@2001:470:69fc:105::2:4ea8) (*.net *.split)
2022-08-15 05:02:03 × thaumavorio quits (~thaumavor@thaumavor.io) (*.net *.split)
2022-08-15 05:02:03 × burp quits (~quassel@hedgewars/sysadmin/burp) (*.net *.split)
2022-08-15 05:02:14 burp joins (~quassel@hedgewars/sysadmin/burp)
2022-08-15 05:03:21 thaumavorio joins (~thaumavor@thaumavor.io)
2022-08-15 05:06:36 Florian[m]1 joins (~qe7ftcyrp@2001:470:69fc:105::2:4ea8)
2022-08-15 05:13:55 × twiclo1 quits (~twiclo@mail.twil.cx) (Ping timeout: 268 seconds)
2022-08-15 05:16:58 × Solid[m] quits (~slot-matr@2001:470:69fc:105::1:a84) (*.net *.split)
2022-08-15 05:16:58 × Neo[Envs][m] quits (~neovoiden@2001:470:69fc:105::2:b07) (*.net *.split)
2022-08-15 05:16:59 × ChaoticMist[m] quits (~gilganixm@2001:470:69fc:105::3d09) (*.net *.split)
2022-08-15 05:16:59 × craige[m] quits (~craigemcw@2001:470:69fc:105::35f1) (*.net *.split)
2022-08-15 05:16:59 × cdepillabout[m] quits (~cdepillab@2001:470:69fc:105::3d3) (*.net *.split)
2022-08-15 05:16:59 × davean quits (~davean@davean.sciesnet.net) (*.net *.split)
2022-08-15 05:16:59 × FatBoyXPC quits (~FatBoyXPC@user/fatboyxpc) (*.net *.split)
2022-08-15 05:16:59 × jsoo quits (~znc@irc.refl.club) (*.net *.split)
2022-08-15 05:17:53 FatBoyXPC joins (~FatBoyXPC@user/fatboyxpc)

All times are in UTC.