Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,661 events total
2024-09-20 22:14:29 × rascasse quits (~rascasse@user/diep) (Ping timeout: 260 seconds)
2024-09-20 23:04:08 × rascasse_ quits (~rascasse@user/diep) (Ping timeout: 245 seconds)
2024-09-20 23:04:14 rascasse joins (~rascasse@user/diep)
2024-09-21 00:34:38 × rascasse quits (~rascasse@user/diep) (Remote host closed the connection)
2024-09-21 02:34:30 × td_ quits (~td@i53870926.versanet.de) (Ping timeout: 246 seconds)
2024-09-21 02:36:21 td_ joins (~td@i5387092D.versanet.de)
2024-09-21 02:45:20 × terrorjack4 quits (~terrorjac@2a01:4f8:c17:dc9f::) (Quit: The Lounge - https://thelounge.chat)
2024-09-21 02:48:50 terrorjack4 joins (~terrorjac@static.48.15.202.116.clients.your-server.de)
2024-09-21 04:54:33 × terrorjack4 quits (~terrorjac@static.48.15.202.116.clients.your-server.de) (Quit: The Lounge - https://thelounge.chat)
2024-09-21 04:58:35 terrorjack4 joins (~terrorjac@2a01:4f8:c17:dc9f::)
2024-09-21 05:38:22 ChubaDuba joins (~ChubaDuba@5.165.176.248)
2024-09-21 05:56:52 × ChubaDuba quits (~ChubaDuba@5.165.176.248) (Quit: WeeChat 4.3.3)
2024-09-21 07:50:12 ChubaDuba joins (~ChubaDuba@176.212.35.104)
2024-09-21 09:44:21 L29Ah parts (~L29Ah@wikipedia/L29Ah) ()
2024-09-21 09:44:37 <haskellbridge> <yoyos12138> hi, everyone, I use linux for two years, and i want to try my first Windows manager.My friends suggest me the xmonad ,But i can't Haskell programming
2024-09-21 09:44:39 <haskellbridge> I'm studying it now.Before use Xmonad
2024-09-21 09:45:09 L29Ah joins (~L29Ah@wikipedia/L29Ah)
2024-09-21 11:00:13 <yaslam> yoyos12138: you do not need to know haskell programming to use xmonad
2024-09-21 11:00:47 <haskellbridge> <yoyos12138> why?
2024-09-21 11:00:55 <yaslam> i started using xmonad without any knowledge of haskell, just learnt the default keybinds and learnt a few things and now I have my own configuration
2024-09-21 11:01:35 <yaslam> yoyos12138: it is easy to configure it, you just have to learn the syntax which is all in the documentation but it is not hard
2024-09-21 11:02:15 <yaslam> you should first start by learning the keybinds
2024-09-21 11:05:07 <yaslam> yoyos12138: default keybinds cheatsheet, learn these: https://xmonad.org/images/cheat/xmbindings.png
2024-09-21 11:06:25 <haskellbridge> <yoyos12138> Thank you ()
2024-09-21 11:06:38 <yaslam> np
2024-09-21 11:07:22 <geekosaur> the TUTORIAL will take you through building up a config from scratch https://xmonad.org/TUTORIAL.html
2024-09-21 11:07:38 <geekosaur> don't worry about the Haskell, it tells you what to do
2024-09-21 11:08:02 <geekosaur> later you can look at https://hackage.haskell.org/package/xmonad-contrib-0.18.1/docs/XMonad-Doc-Configuring.html
2024-09-21 11:08:57 <geekosaur> and contribs show you what you need to add to use them. you'll only really need to know Haskell if you decide to start adding your own features and maybe making contribs out of them
2024-09-21 11:09:15 <geekosaur> (https://hackage.haskell.org/package/xmonad-contrib-0.18.1/docs/XMonad-Doc-Extending.html)
2024-09-21 11:09:37 <haskellbridge> <yoyos12138> Actually when i decided to choose one Windows manager, i have two choice.The emacs Windows manager or the xmonad
2024-09-21 11:09:38 <haskellbridge> Both of them were used the functional programming to config,My cousin he very like haskell And Record to me.to use the application build with haskell
2024-09-21 11:10:11 <haskellbridge> <yoyos12138> Stupid voice input.()
2024-09-21 11:10:12 <geekosaur> I wouldn't use a window manager written in elisp. but you could use sawfish instead
2024-09-21 11:10:15 <haskellbridge> <yoyos12138> recommend
2024-09-21 11:10:40 <geekosaur> (emacs is pretty broken for things that need asynchronous event handling)
2024-09-21 11:10:55 <haskellbridge> <yoyos12138> ()
2024-09-21 11:12:49 <haskellbridge> <yoyos12138> It seems that it used elisp, but not use emacs?
2024-09-21 11:13:12 <geekosaur> if it's using elisp, it's running emacs somehow, possibly in batch mode
2024-09-21 11:13:27 <geekosaur> but it'll still do poorly because emacs simply isn't designed for such usage
2024-09-21 11:13:44 <geekosaur> sawfish is written, configured, and extended in a dialect of Scheme
2024-09-21 11:14:04 <geekosaur> and works very well, or at least did when I used it before switching to xmonad
2024-09-21 11:14:38 <haskellbridge> <yoyos12138> scheme(My friend tell me this language is not the lisp😂😂)
2024-09-21 11:14:47 <geekosaur> mm, not a good sign, the site's on a (broken) domain park page now 😞
2024-09-21 11:15:01 <geekosaur> elisp is a very poor lisp
2024-09-21 11:15:28 <geekosaur> even the FSF knows it, they've been working on a redesigned emacs with multithreading and based on Guile
2024-09-21 11:15:51 <haskellbridge> <yoyos12138> Ii did continue watch xmonad doc
2024-09-21 11:16:23 <haskellbridge> <yoyos12138> Thank you for your answer.
2024-09-21 11:20:16 <geekosaur> ah it moved here https://sawfish.tuxfamily.org/
2024-09-21 11:20:54 <geekosaur> rep is a fairly nice scheme with built-in X11 primitives
2024-09-21 11:21:43 <geekosaur> hm, apparently they stopped calling it a scheme, they just claim it's a lisp now
2024-09-21 11:22:34 <geekosaur> suppose they got yelled at because it's not R5RS much less R7RS
2024-09-21 11:43:05 <geekosaur> sadly, it looks pretty dead. last update 2011 aside from a "current versions" post in 2017
2024-09-21 11:43:22 <geekosaur> can't even find the rep contribs so I can see if my contribs are still in it 😞
2024-09-21 12:33:27 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207)
2024-09-21 12:37:53 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 245 seconds)
2024-09-21 13:20:39 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207)
2024-09-21 13:31:59 × yaslam quits (~yaslam@user/yaslam) (Remote host closed the connection)
2024-09-21 13:33:03 yaslam joins (~yaslam@user/yaslam)
2024-09-21 14:22:17 × Digit quits (~user@user/digit) (Read error: Connection reset by peer)
2024-09-21 14:23:52 Digit joins (~user@user/digit)
2024-09-21 15:27:10 Digitteknohippie joins (~user@user/digit)
2024-09-21 15:29:02 × Digit quits (~user@user/digit) (Ping timeout: 265 seconds)
2024-09-21 15:37:50 Digitteknohippie is now known as Digit
2024-09-21 15:58:35 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 244 seconds)
2024-09-21 17:19:17 × L29Ah quits (~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer)
2024-09-21 17:24:11 L29Ah joins (~L29Ah@wikipedia/L29Ah)
2024-09-21 17:33:30 × L29Ah quits (~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer)
2024-09-21 17:34:45 L29Ah joins (~L29Ah@wikipedia/L29Ah)
2024-09-21 17:45:54 Digitteknohippie joins (~user@user/digit)
2024-09-21 17:46:04 × Digit quits (~user@user/digit) (Ping timeout: 252 seconds)
2024-09-21 17:54:33 Digitteknohippie is now known as Digit
2024-09-21 18:13:24 rekahsoft joins (~rekahsoft@bras-base-orllon1103w-grc-06-76-69-85-220.dsl.bell.ca)
2024-09-21 18:14:07 × rekahsoft quits (~rekahsoft@bras-base-orllon1103w-grc-06-76-69-85-220.dsl.bell.ca) (Remote host closed the connection)
2024-09-21 18:14:33 rekahsoft joins (~rekahsoft@bras-base-orllon1103w-grc-06-76-69-85-220.dsl.bell.ca)
2024-09-21 18:36:27 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207)
2024-09-21 18:37:53 × ChubaDuba quits (~ChubaDuba@176.212.35.104) (Read error: Connection reset by peer)
2024-09-21 18:49:08 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 245 seconds)
2024-09-21 19:19:11 × rekahsoft quits (~rekahsoft@bras-base-orllon1103w-grc-06-76-69-85-220.dsl.bell.ca) (Remote host closed the connection)
2024-09-21 19:20:23 rekahsoft joins (~rekahsoft@76.69.85.220)
2024-09-21 21:03:21 <haskellbridge> <yoyos12138> .
2024-09-21 21:20:20 <haskellbridge> <yoyos12138> dmenu is great
2024-09-21 21:42:17 <liskin> rofi is greater (unless you value super minimalistic look and super lightweight implementation)
2024-09-21 21:42:31 <haskellbridge> <yoyos12138> )
2024-09-21 22:05:30 <haskellbridge> <yoyos12138> I have a question.Did the haskell had Wayland composer.
2024-09-21 22:18:24 <geekosaur> not yet
2024-09-21 22:21:18 <L29Ah> waymonad is
2024-09-21 22:21:30 <L29Ah> but xmonad is much better
2024-09-21 22:24:09 <geekosaur> https://discourse.haskell.org/t/xmonad-for-wayland-call-for-help/7812 https://discourse.haskell.org/t/haskell-wlroots-bindings/8426
2024-09-21 22:25:46 L29Ah just waits until wayland bitrots away
2024-09-21 22:27:03 <geekosaur> sadly, I think that's not going to happen, at least not entirely. X11 has actual problems, and any replacement that fixes them is going to look more like Wayland than like the X Window System
2024-09-21 22:27:24 <geekosaur> including any attempt to fix them within X
2024-09-21 22:27:36 <geekosaur> it needs to be completely re-architected
2024-09-21 22:38:59 <L29Ah> what problems? is there a good article i could read?
2024-09-21 22:39:34 <L29Ah> i'm not convinced wayland architecture is stellar either, with its callback buffer requesting stuff
2024-09-21 22:40:32 <L29Ah> and it doesn't matter much what interface you use if you mostly say "place my opengl/vulkan toybox here and get away", i think
2024-09-21 22:41:28 <geekosaur> the fundamental problem is that X is fundamentally designed with a Screen architecture which (a) can have its own resolution (b) _always_ has its own video memory, which cannot be shared with other Screens
2024-09-21 22:43:30 <geekosaur> you can work around the video memory issue with the Xinerama hack, but now you can't have different resolutions on each "screen" because that would mean different places on the root window having different resolutions, which X doesn't support (and in particular can't be wedged into X video drivers)
2024-09-21 22:43:37 <L29Ah> the Screen problem was mostly kludged away by xinerama-xrandr, i don't see how it's relevant today
2024-09-21 22:44:04 <geekosaur> I see it right now

All times are in UTC.