Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,890 events total
2023-10-24 07:31:20 defjam joins (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199)
2023-10-24 07:37:31 × defjam quits (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199) (Ping timeout: 264 seconds)
2023-10-24 07:50:06 defjam joins (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199)
2023-10-24 07:55:45 × defjam quits (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199) (Ping timeout: 246 seconds)
2023-10-24 08:08:40 defjam joins (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199)
2023-10-24 08:19:55 × defjam quits (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199) (Ping timeout: 258 seconds)
2023-10-24 08:32:41 defjam joins (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199)
2023-10-24 08:38:04 × defjam quits (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199) (Ping timeout: 272 seconds)
2023-10-24 08:49:52 defjam joins (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199)
2023-10-24 08:55:34 × defjam quits (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199) (Ping timeout: 258 seconds)
2023-10-24 09:04:32 defjam joins (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199)
2023-10-24 09:57:35 × defjam quits (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199) (Ping timeout: 240 seconds)
2023-10-24 09:59:40 defjam joins (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199)
2023-10-24 10:03:49 × ft quits (~ft@p4fc2a529.dip0.t-ipconnect.de) (Quit: leaving)
2023-10-24 10:20:36 × defjam quits (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199) (Ping timeout: 240 seconds)
2023-10-24 10:29:13 defjam joins (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199)
2023-10-24 10:30:09 scaniatrucker joins (~mindaugas@78-56-98-5.static.zebra.lt)
2023-10-24 10:34:08 × scaniatrucker quits (~mindaugas@78-56-98-5.static.zebra.lt) (Client Quit)
2023-10-24 10:36:43 scaniatrucker joins (~mindaugas@78-56-98-5.static.zebra.lt)
2023-10-24 10:38:36 × scaniatrucker quits (~mindaugas@78-56-98-5.static.zebra.lt) (Client Quit)
2023-10-24 10:56:35 × defjam quits (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199) (Ping timeout: 240 seconds)
2023-10-24 11:06:18 defjam joins (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199)
2023-10-24 11:24:42 <xmonadtrack> New branch created: haskell-ci-update (1 commit) https://github.com/xmonad/xmonad/tree/haskell-ci-update
2023-10-24 11:24:45 <xmonadtrack> New branch created: pull/476 (1 commit) https://github.com/xmonad/xmonad/pull/476
2023-10-24 11:44:18 × chomwitt quits (~chomwitt@2a02:587:7a1a:8700:1ac0:4dff:fedb:a3f1) (Remote host closed the connection)
2023-10-24 11:48:19 × defjam quits (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199) (Ping timeout: 264 seconds)
2023-10-24 12:00:01 <liskin> there will be more…
2023-10-24 12:00:09 <xmonadtrack> xmonad github-actions[bot] * v0.17.2-93-g8e82094: ci: Regenerate haskell-ci (38 minutes ago, 1 file, 9+ 7-) https://github.com/xmonad/xmonad/commit/8e820945f44e
2023-10-24 12:00:13 <xmonadtrack> xmonad Tony Zorman {GitHub} * v0.17.2-94-g1b7dea7: Merge pull request #476 from xmonad/haskell-ci-update (3 minutes ago, 0 files, 0+ 0-) https://github.com/xmonad/xmonad/commit/1b7dea7acc72
2023-10-24 12:00:27 <liskin> also auto-update of tested-with
2023-10-24 12:01:11 defjam joins (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199)
2023-10-24 12:08:13 scaniatrucker joins (~mindaugas@78-56-98-5.static.zebra.lt)
2023-10-24 12:17:36 mekeor joins (~user@dynamic-089-015-239-127.89.15.239.pool.telefonica.de)
2023-10-24 12:23:35 <mekeor> hello. when i try to bind C-i to C-i with the following keybinding-code, it works for firefox, but it does not work for neither for emacs nor my gtk-based terminal emulator. this does not happen when i bind M-i to send C-i. that works fine everywhere. any ideas what's going wrong? here's the code: ("C-i", bindFirst [(pure True, sendKey controlMask xK_i)])
2023-10-24 12:26:43 <mekeor> hm, looks like i was wrong regarding "this does not happen when i bind M-i to send C-i."
2023-10-24 12:28:42 <mekeor> no, i was right!
2023-10-24 12:29:27 <mekeor> i'm actually aiming to use xmonad as some kind of replacement for tools like xremap and kmonad.
2023-10-24 12:33:13 chomwitt joins (~chomwitt@2a02:587:7a1a:8700:1ac0:4dff:fedb:a3f1)
2023-10-24 12:35:35 <xmonadtrack> New branch created: pull/477 (2 commits) https://github.com/xmonad/xmonad/pull/477
2023-10-24 12:36:17 × mekeor quits (~user@dynamic-089-015-239-127.89.15.239.pool.telefonica.de) (Remote host closed the connection)
2023-10-24 12:40:38 <xmonadtrack> New xmonad-contrib branch created: haskell-ci-update (2 commits) https://github.com/xmonad/xmonad-contrib/tree/haskell-ci-update
2023-10-24 12:40:45 <xmonadtrack> New xmonad-contrib branch created: pull/838 (2 commits) https://github.com/xmonad/xmonad-contrib/pull/838
2023-10-24 12:43:33 derfflinger joins (~derffling@user/derfflinger)
2023-10-24 12:44:53 <Solid> I fail to see how you could ever use XMonad as a replacement for KMonad
2023-10-24 12:45:02 <Solid> but you do you, as long as what you want to achieve works :)
2023-10-24 12:45:41 <xmonadtrack> X11 Tony Zorman {Tomas Janousek} * 1.10.3-19-g9234161: ci: Test against GHC 9.6.1 (7 months ago, 4 files, 25+ 35-) https://github.com/xmonad/X11/commit/9234161929c8
2023-10-24 12:45:43 <xmonadtrack> X11-xft Tony Zorman {Tomas Janousek} * v0.3.4-22-g174fb69: ci: Test against GHC 9.6.1 (7 months ago, 4 files, 25+ 35-) https://github.com/xmonad/X11-xft/commit/174fb69968e5
2023-10-24 12:47:13 × scaniatrucker quits (~mindaugas@78-56-98-5.static.zebra.lt) (Quit: Konversation terminated!)
2023-10-24 12:50:45 <xmonadtrack> X11 New branch created: haskell-ci-update (2 commits) https://github.com/xmonad/X11/tree/haskell-ci-update
2023-10-24 12:50:53 <xmonadtrack> X11 New branch created: pull/89 (2 commits) https://github.com/xmonad/X11/pull/89
2023-10-24 12:51:02 <xmonadtrack> X11-xft New branch created: haskell-ci-update (2 commits) https://github.com/xmonad/X11-xft/tree/haskell-ci-update
2023-10-24 12:51:16 <xmonadtrack> X11-xft New branch created: pull/6 (2 commits) https://github.com/xmonad/X11-xft/pull/6
2023-10-24 12:57:33 derfflinger_ joins (~derffling@user/derfflinger)
2023-10-24 13:00:19 <Solid> liskin: Well, you weren't lying when you said there'll be more :)
2023-10-24 13:01:17 × derfflinger quits (~derffling@user/derfflinger) (Ping timeout: 258 seconds)
2023-10-24 13:09:17 × derfflinger_ quits (~derffling@user/derfflinger) (Remote host closed the connection)
2023-10-24 13:09:40 derfflinger_ joins (~derffling@user/derfflinger)
2023-10-24 13:20:40 <liskin> Solid: :-D
2023-10-24 13:24:06 <liskin> I had this open in a workspace for over 3 months
2023-10-24 13:24:53 <liskin> Now I only need to finish one or two other workspaces before I can update the kernel (and possibly upgrade the batteries)
2023-10-24 13:38:40 <Solid> lol
2023-10-24 13:42:18 <liskin> up 213 days
2023-10-24 13:42:21 <liskin> fun stuff
2023-10-24 13:48:23 <Solid> and here I am anxiously thinking about a restart after 3 days :P
2023-10-24 13:48:28 × derfflinger_ quits (~derffling@user/derfflinger) (Ping timeout: 248 seconds)
2023-10-24 13:57:59 × defjam quits (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199) (Ping timeout: 255 seconds)
2023-10-24 14:00:14 derfflinger_ joins (~derffling@user/derfflinger)
2023-10-24 14:01:54 defjam joins (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199)
2023-10-24 14:11:42 <xmonadtrack> X11 Tony Zorman * 1.10.3-20-gd9bb51c: Extras: Use drop 1 instead of tail (2 minutes ago, 1 file, 1+ 1-) https://github.com/xmonad/X11/commit/d9bb51c468d7
2023-10-24 14:13:03 Guest47 joins (~Guest47@casperdock.inrialpes.fr)
2023-10-24 14:13:17 <Guest47> Hello there
2023-10-24 14:13:41 <geekosaur> hello
2023-10-24 14:14:04 <Guest47> A colleague of mine is working with `xmonad` since long time, and I can see he his **super** efficient exchanging with his machine.
2023-10-24 14:15:10 <Guest47> I wanted to start using it too, on top of my Ubuntu distro.
2023-10-24 14:15:58 <Guest47> I was able to easily have an `xmonad` session using xmonad stuff from the Ubuntu repos, but unfortunately, the packaged version is 0.15.
2023-10-24 14:16:32 <Guest47> I then followed the documentation from the `xmonad` documentation to build my own version from the sources.
2023-10-24 14:16:47 <Guest47> Everything went fine for compiling.
2023-10-24 14:17:25 <Guest47> I am now facing my problem : running `xmonad --replace`` to test it, freezes my session.
2023-10-24 14:18:26 <Guest47> I reached this IRC channel, to ask for help since I don't know at all where to look at in order to understand what's happening and be able to use `xmonad` version 17 on my Ubuntu.
2023-10-24 14:20:16 <liskin> Solid: why restart after 3 days?
2023-10-24 14:26:48 <geekosaur> Guest47, what are you trying to replace? for example, GNOME 3 doesn't like to be replaced (too many components that break if they're not all running, so they restart each other)
2023-10-24 14:27:43 <Guest47> geekosaur I am replacing ubuntu 22_04 graphical session called "ubuntu"
2023-10-24 14:29:51 <geekosaur> hm, I'm not even sure that's X11
2023-10-24 14:29:58 <geekosaur> you can't --replace wayland
2023-10-24 14:30:07 <geekosaur> it is definitely gnome 3
2023-10-24 14:31:43 <Guest47> Ok, got it I guess. I'll try to logout, use the "ubuntu on Xorg" graphical environment, and replace again. And I'll come back here.
2023-10-24 14:31:48 <Guest47> Thank you very much.
2023-10-24 14:31:59 × Guest47 quits (~Guest47@casperdock.inrialpes.fr) (Quit: Client closed)
2023-10-24 14:33:35 × defjam quits (~defjam@2a02:c7e:2807:b900:d5a5:6ef4:28a8:2199) (Ping timeout: 240 seconds)
2023-10-24 14:33:54 Manu20 joins (~Manu@casperdock.inrialpes.fr)
2023-10-24 14:35:34 × Manu20 quits (~Manu@casperdock.inrialpes.fr) (Client Quit)
2023-10-24 14:36:29 Manu38 joins (~Manu38@casperdock.inrialpes.fr)
2023-10-24 14:36:51 <Manu38> geekosaur it is better :) `xmonad` is able to start.
2023-10-24 14:37:22 × Manu38 quits (~Manu38@casperdock.inrialpes.fr) (Client Quit)
2023-10-24 14:41:43 Manu38 joins (~Manu38@casperdock.inrialpes.fr)
2023-10-24 14:42:55 <Manu38> geekosaur it is better :) `xmonad` is able to start. But then I have three windows opening saying, "something went wrong" please logout. I guess that the best thing I have to do now, is to set up a new entry in my login screen to start `xmonad` directly without replacing anything.
2023-10-24 14:43:07 <Manu38> But unfortunately I have not been able to do that up to know, and that's why I came to the `xmonad --replace`. Does anyone here is using Ubuntu and added `xmonad` to the login screen ?
2023-10-24 14:45:07 thyriaen joins (~thyriaen@2a01:aea0:dd4:7550:6245:cbff:fe9f:48b1)
2023-10-24 14:47:13 × Manu38 quits (~Manu38@casperdock.inrialpes.fr) (Quit: Client closed)
2023-10-24 14:48:03 <geekosaur> wish they'd stick around

All times are in UTC.