Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 616 617 618 619 620 621 622 623 624 625 626 .. 1850
184,915 events total
2022-04-24 11:10:56 <abastro[m]> Ah
2022-04-24 11:13:29 abastro joins (~abab9579@192.249.26.196)
2022-04-24 11:29:14 × abastro quits (~abab9579@192.249.26.196) (Remote host closed the connection)
2022-04-24 11:36:16 abastro joins (~abab9579@192.249.26.196)
2022-04-24 11:53:08 × abastro quits (~abab9579@192.249.26.196) (Remote host closed the connection)
2022-04-24 11:54:42 abastro joins (~abab9579@192.249.26.196)
2022-04-24 12:01:18 × abastro quits (~abab9579@192.249.26.196) (Remote host closed the connection)
2022-04-24 12:26:02 abastro joins (~abab9579@192.249.26.196)
2022-04-24 12:26:44 × abastro quits (~abab9579@192.249.26.196) (Remote host closed the connection)
2022-04-24 12:37:59 abastro joins (~abab9579@192.249.26.196)
2022-04-24 12:38:55 × abastro quits (~abab9579@192.249.26.196) (Remote host closed the connection)
2022-04-24 12:46:51 abastro joins (~abab9579@192.249.26.196)
2022-04-24 12:47:50 <abastro> Hm, I just installed lightdm and somehow my cursor is smaller :P
2022-04-24 12:55:16 × abastro quits (~abab9579@192.249.26.196) (Remote host closed the connection)
2022-04-24 12:56:28 <geekosaur> xmonad doesn't control cursor sets; presumably lightdm does
2022-04-24 12:56:38 <abastro[m]> Yep..
2022-04-24 12:56:56 <abastro[m]> I wonder how to force change cursor theme to use.
2022-04-24 12:57:23 <abastro[m]> Cursor is working in all the apps, but without any apps on, it becomes default I think.
2022-04-24 12:57:43 <abastro[m]> Seems like LightDM assumes that WM will handle this
2022-04-24 12:59:09 <abastro[m]> + Perhaps picom is quite similar with xcompmgr?
2022-04-24 13:01:34 abastro joins (~abab9579@192.249.26.196)
2022-04-24 13:10:25 × abastro quits (~abab9579@192.249.26.196) (Remote host closed the connection)
2022-04-24 13:12:42 <abastro[m]> Oh actually just found out how to config picom
2022-04-24 13:12:44 <abastro[m]> It looks great
2022-04-24 13:15:22 <geekosaur> re default cursor, if you mean that big X, see https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Util-Cursor.html
2022-04-24 13:17:57 <abastro[m]> Thank you, let me try this
2022-04-24 13:18:06 <abastro[m]> Oh, wait, I did not mean big X..
2022-04-24 13:18:21 <abastro[m]> My cursor is just too small. Thanks to lightdm
2022-04-24 13:20:04 <geekosaur> still might fix it by setting it to the normal left-arrow cursor
2022-04-24 13:21:13 <geekosaur> or just run "xsetroot -cursor_name left_ptr" in a terminal
2022-04-24 13:22:51 <abastro[m]> Well, I already did the `xsetroot` part
2022-04-24 13:23:46 <abastro[m]> It does not work.. :/
2022-04-24 13:24:10 <abastro[m]> Strange thing is, only default `left_ptr` one is small
2022-04-24 13:24:19 <abastro[m]> Other cursors are normal-sized.
2022-04-24 13:24:30 <abastro[m]> (Btw picom is great)
2022-04-24 13:24:59 <geekosaur> that does sound odd
2022-04-24 13:25:12 <geekosaur> wonder if they somehow override the cursor font
2022-04-24 13:25:33 <abastro[m]> Yep. Very strange
2022-04-24 13:30:04 <abastro[m]> Anyway very satisfactory for picom
2022-04-24 13:37:46 geekosaur discovers why mate is loading crap Xresource settings and disables it so xmessage, xfontsel, etc. will work right
2022-04-24 13:38:07 <geekosaur> memo to mate devs: setting font foreground the same as background is not useful
2022-04-24 13:40:45 <abastro[m]> XD
2022-04-24 13:50:25 <geekosaur> if anyone else cares: https://superuser.com/questions/1351751/xresources-not-loaded-under-mate-desktop something similar should work for gnome settings. gtk settings managers probably edit .Xresources directly and may require manual editing to undo
2022-04-24 13:52:10 <abastro[m]> Interesting
2022-04-24 13:52:27 <abastro[m]> I think .Xresources is at least read for me
2022-04-24 13:53:01 underlap joins (~underlap@89.224.125.91.dyn.plus.net)
2022-04-24 13:55:13 <underlap> Hi. I'm trying xmonad out for the first time today. Works fine on its own, but I quite like KDE, so trying to get it going with KDE. I have followed https://wiki.haskell.org/Xmonad/Using_xmonad_in_KDE, but when I restart KDE (or even reboot), there is no sign of xmonad running (in ps -A). Should I see an xmonad proces? If not, what should I look
2022-04-24 13:55:13 <underlap> for to debug this situation? Thanks.
2022-04-24 13:55:35 <underlap> I'm using KDE 5 (plasma) BTW.
2022-04-24 13:58:05 <geekosaur> you should see an xmonad process
2022-04-24 13:58:23 <geekosaur> I have heard of people using xmonad with kde recently but don't know any details
2022-04-24 13:58:33 <geekosaur> and I haven't done it personally since the kde3 days
2022-04-24 14:01:20 <underlap> Thanks! I'm not sure what part of the system should boot xmonad, but I get the impression others are having problems with non-default window managers on Fedora. Gonna read https://gist.github.com/mageta/dd5a3ca951f26137d63dadb0b92f6027 later. Cheers.
2022-04-24 14:03:42 <geekosaur> bleagh. thst looks like quite the mess
2022-04-24 14:45:30 mvk joins (~mvk@2607:fea8:5ce3:8500::c90f)
2022-04-24 14:52:01 × Czernobog quits (~Czernobog@user/czernobog) (Read error: Connection reset by peer)
2022-04-24 14:52:56 × noex quits (~null@user/noex) (Ping timeout: 246 seconds)
2022-04-24 14:53:20 Czernobog joins (~Czernobog@user/czernobog)
2022-04-24 14:56:04 noex joins (~null@user/noex)
2022-04-24 14:59:04 × Czernobog quits (~Czernobog@user/czernobog) (Read error: Connection reset by peer)
2022-04-24 14:59:40 Czernobog joins (~Czernobog@user/czernobog)
2022-04-24 15:05:19 × noex quits (~null@user/noex) (Ping timeout: 240 seconds)
2022-04-24 15:08:21 noex joins (~null@user/noex)
2022-04-24 15:31:52 × noex quits (~null@user/noex) (Ping timeout: 250 seconds)
2022-04-24 15:33:38 noex joins (~null@user/noex)
2022-04-24 15:36:52 × underlap quits (~underlap@89.224.125.91.dyn.plus.net) (Quit: Client closed)
2022-04-24 15:37:28 underlap joins (~underlap@89.224.125.91.dyn.plus.net)
2022-04-24 15:38:08 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2022-04-24 15:40:47 geekosaur joins (~geekosaur@xmonad/geekosaur)
2022-04-24 15:56:31 × underlap quits (~underlap@89.224.125.91.dyn.plus.net) (Quit: Client closed)
2022-04-24 15:57:14 underlap joins (~underlap@89.224.125.91.dyn.plus.net)
2022-04-24 15:57:56 <underlap> geekosaur That gist didn't seem to work anyway. I'm no fan of systemd...
2022-04-24 16:00:41 × liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle)
2022-04-24 16:04:30 × underlap quits (~underlap@89.224.125.91.dyn.plus.net) (Ping timeout: 252 seconds)
2022-04-24 16:04:42 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-04-24 16:48:02 abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net)
2022-04-24 17:12:48 stackdroid18 joins (~stackdroi@user/stackdroid)
2022-04-24 17:32:43 mohab joins (~mohab@41.129.80.119)
2022-04-24 17:34:26 mohab parts (~mohab@41.129.80.119) ()
2022-04-24 19:05:38 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2022-04-24 19:08:58 × mvk quits (~mvk@2607:fea8:5ce3:8500::c90f) (Ping timeout: 250 seconds)
2022-04-24 19:30:40 geekosaur joins (~geekosaur@xmonad/geekosaur)
2022-04-24 19:54:40 mc47 joins (~mc47@xmonad/TheMC47)
2022-04-24 19:58:19 <mc47> btw, the modal keybindings PR is working as a charm! I did some major changes to the API in comparison to the original draft, I just need to clean it up and write the docs
2022-04-24 19:58:33 liskin[m] joins (~liskinmat@2001:470:69fc:105::768)
2022-04-24 19:59:19 <mc47> (I haven't really sat in front of a screen to "work" for days, life has been crazy (in a good way!))
2022-04-24 20:02:03 steve__ joins (~steve@ool-182c2b80.dyn.optonline.net)
2022-04-24 20:57:00 mvk joins (~mvk@2607:fea8:5ce3:8500::c90f)
2022-04-24 21:22:04 × theproffesor quits (~theprofff@user/theproffesor) (Read error: Connection reset by peer)
2022-04-24 22:01:24 × mvk quits (~mvk@2607:fea8:5ce3:8500::c90f) (Ping timeout: 240 seconds)
2022-04-24 22:35:34 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-04-24 22:39:15 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-04-24 23:20:41 mvk joins (~mvk@2607:fea8:5ce3:8500::c90f)
2022-04-24 23:42:49 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-04-24 23:51:07 × abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: brb)
2022-04-25 00:03:18 × stackdroid18 quits (~stackdroi@user/stackdroid) (Quit: hasta la vista... tchau!)
2022-04-25 02:05:30 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 276 seconds)
2022-04-25 02:08:17 <abastro[m]> Strange, even default ubuntu installation is suffering from the mouse cursor size problem.
2022-04-25 02:08:36 <abastro[m]> Thought LightDM was default in ubuntu now..
2022-04-25 02:21:06 × Czernobog quits (~Czernobog@user/czernobog) (Ping timeout: 276 seconds)

All times are in UTC.