2024-09-21 00:13:22 +0200 | rascasse_ | (~rascasse@user/diep) |
2024-09-21 00:14:29 +0200 | rascasse | (~rascasse@user/diep) (Ping timeout: 260 seconds) |
2024-09-21 01:04:08 +0200 | rascasse_ | (~rascasse@user/diep) (Ping timeout: 245 seconds) |
2024-09-21 01:04:14 +0200 | rascasse | (~rascasse@user/diep) |
2024-09-21 02:34:38 +0200 | rascasse | (~rascasse@user/diep) (Remote host closed the connection) |
2024-09-21 04:34:30 +0200 | td_ | (~td@i53870926.versanet.de) (Ping timeout: 246 seconds) |
2024-09-21 04:36:21 +0200 | td_ | (~td@i5387092D.versanet.de) |
2024-09-21 04:45:20 +0200 | terrorjack4 | (~terrorjac@2a01:4f8:c17:dc9f::) (Quit: The Lounge - https://thelounge.chat) |
2024-09-21 04:48:50 +0200 | terrorjack4 | (~terrorjac@static.48.15.202.116.clients.your-server.de) |
2024-09-21 06:54:33 +0200 | terrorjack4 | (~terrorjac@static.48.15.202.116.clients.your-server.de) (Quit: The Lounge - https://thelounge.chat) |
2024-09-21 06:58:35 +0200 | terrorjack4 | (~terrorjac@2a01:4f8:c17:dc9f::) |
2024-09-21 07:38:22 +0200 | ChubaDuba | (~ChubaDuba@5.165.176.248) |
2024-09-21 07:56:52 +0200 | ChubaDuba | (~ChubaDuba@5.165.176.248) (Quit: WeeChat 4.3.3) |
2024-09-21 09:50:12 +0200 | ChubaDuba | (~ChubaDuba@176.212.35.104) |
2024-09-21 11:44:21 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) () |
2024-09-21 11:44:37 +0200 | <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 11:44:39 +0200 | <haskellbridge> | I'm studying it now.Before use Xmonad |
2024-09-21 11:45:09 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) |
2024-09-21 13:00:13 +0200 | <yaslam> | yoyos12138: you do not need to know haskell programming to use xmonad |
2024-09-21 13:00:47 +0200 | <haskellbridge> | <yoyos12138> why? |
2024-09-21 13:00:55 +0200 | <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 13:01:35 +0200 | <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 13:02:15 +0200 | <yaslam> | you should first start by learning the keybinds |
2024-09-21 13:05:07 +0200 | <yaslam> | yoyos12138: default keybinds cheatsheet, learn these: https://xmonad.org/images/cheat/xmbindings.png |
2024-09-21 13:06:25 +0200 | <haskellbridge> | <yoyos12138> Thank you () |
2024-09-21 13:06:38 +0200 | <yaslam> | np |
2024-09-21 13:07:22 +0200 | <geekosaur> | the TUTORIAL will take you through building up a config from scratch https://xmonad.org/TUTORIAL.html |
2024-09-21 13:07:38 +0200 | <geekosaur> | don't worry about the Haskell, it tells you what to do |
2024-09-21 13:08:02 +0200 | <geekosaur> | later you can look at https://hackage.haskell.org/package/xmonad-contrib-0.18.1/docs/XMonad-Doc-Configuring.html |
2024-09-21 13:08:57 +0200 | <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 13:09:15 +0200 | <geekosaur> | (https://hackage.haskell.org/package/xmonad-contrib-0.18.1/docs/XMonad-Doc-Extending.html) |
2024-09-21 13:09:37 +0200 | <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 13:09:38 +0200 | <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 13:10:11 +0200 | <haskellbridge> | <yoyos12138> Stupid voice input.() |
2024-09-21 13:10:12 +0200 | <geekosaur> | I wouldn't use a window manager written in elisp. but you could use sawfish instead |
2024-09-21 13:10:15 +0200 | <haskellbridge> | <yoyos12138> recommend |
2024-09-21 13:10:40 +0200 | <geekosaur> | (emacs is pretty broken for things that need asynchronous event handling) |
2024-09-21 13:10:55 +0200 | <haskellbridge> | <yoyos12138> () |
2024-09-21 13:12:49 +0200 | <haskellbridge> | <yoyos12138> It seems that it used elisp, but not use emacs? |
2024-09-21 13:13:12 +0200 | <geekosaur> | if it's using elisp, it's running emacs somehow, possibly in batch mode |
2024-09-21 13:13:27 +0200 | <geekosaur> | but it'll still do poorly because emacs simply isn't designed for such usage |
2024-09-21 13:13:44 +0200 | <geekosaur> | sawfish is written, configured, and extended in a dialect of Scheme |
2024-09-21 13:14:04 +0200 | <geekosaur> | and works very well, or at least did when I used it before switching to xmonad |
2024-09-21 13:14:38 +0200 | <haskellbridge> | <yoyos12138> scheme(My friend tell me this language is not the lisp😂😂) |
2024-09-21 13:14:47 +0200 | <geekosaur> | mm, not a good sign, the site's on a (broken) domain park page now 😞 |
2024-09-21 13:15:01 +0200 | <geekosaur> | elisp is a very poor lisp |
2024-09-21 13:15:28 +0200 | <geekosaur> | even the FSF knows it, they've been working on a redesigned emacs with multithreading and based on Guile |
2024-09-21 13:15:51 +0200 | <haskellbridge> | <yoyos12138> Ii did continue watch xmonad doc |
2024-09-21 13:16:23 +0200 | <haskellbridge> | <yoyos12138> Thank you for your answer. |
2024-09-21 13:20:16 +0200 | <geekosaur> | ah it moved here https://sawfish.tuxfamily.org/ |
2024-09-21 13:20:54 +0200 | <geekosaur> | rep is a fairly nice scheme with built-in X11 primitives |
2024-09-21 13:21:43 +0200 | <geekosaur> | hm, apparently they stopped calling it a scheme, they just claim it's a lisp now |
2024-09-21 13:22:34 +0200 | <geekosaur> | suppose they got yelled at because it's not R5RS much less R7RS |
2024-09-21 13:43:05 +0200 | <geekosaur> | sadly, it looks pretty dead. last update 2011 aside from a "current versions" post in 2017 |
2024-09-21 13:43:22 +0200 | <geekosaur> | can't even find the rep contribs so I can see if my contribs are still in it 😞 |
2024-09-21 14:33:27 +0200 | ash3en | (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) |
2024-09-21 14:37:53 +0200 | ash3en | (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 245 seconds) |
2024-09-21 15:20:39 +0200 | ash3en | (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) |
2024-09-21 15:31:59 +0200 | yaslam | (~yaslam@user/yaslam) (Remote host closed the connection) |
2024-09-21 15:33:03 +0200 | yaslam | (~yaslam@user/yaslam) |
2024-09-21 16:22:17 +0200 | Digit | (~user@user/digit) (Read error: Connection reset by peer) |
2024-09-21 16:23:52 +0200 | Digit | (~user@user/digit) |
2024-09-21 17:27:10 +0200 | Digitteknohippie | (~user@user/digit) |
2024-09-21 17:29:02 +0200 | Digit | (~user@user/digit) (Ping timeout: 265 seconds) |
2024-09-21 17:37:50 +0200 | Digitteknohippie | Digit |
2024-09-21 17:58:35 +0200 | ash3en | (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 244 seconds) |
2024-09-21 19:19:17 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer) |
2024-09-21 19:24:11 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) |
2024-09-21 19:33:30 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer) |
2024-09-21 19:34:45 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) |
2024-09-21 19:45:54 +0200 | Digitteknohippie | (~user@user/digit) |
2024-09-21 19:46:04 +0200 | Digit | (~user@user/digit) (Ping timeout: 252 seconds) |
2024-09-21 19:54:33 +0200 | Digitteknohippie | Digit |
2024-09-21 20:13:24 +0200 | rekahsoft | (~rekahsoft@bras-base-orllon1103w-grc-06-76-69-85-220.dsl.bell.ca) |
2024-09-21 20:14:07 +0200 | rekahsoft | (~rekahsoft@bras-base-orllon1103w-grc-06-76-69-85-220.dsl.bell.ca) (Remote host closed the connection) |
2024-09-21 20:14:33 +0200 | rekahsoft | (~rekahsoft@bras-base-orllon1103w-grc-06-76-69-85-220.dsl.bell.ca) |
2024-09-21 20:36:27 +0200 | ash3en | (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) |
2024-09-21 20:37:53 +0200 | ChubaDuba | (~ChubaDuba@176.212.35.104) (Read error: Connection reset by peer) |
2024-09-21 20:49:08 +0200 | ash3en | (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 245 seconds) |
2024-09-21 21:19:11 +0200 | rekahsoft | (~rekahsoft@bras-base-orllon1103w-grc-06-76-69-85-220.dsl.bell.ca) (Remote host closed the connection) |
2024-09-21 21:20:23 +0200 | rekahsoft | (~rekahsoft@76.69.85.220) |
2024-09-21 23:03:21 +0200 | <haskellbridge> | <yoyos12138> . |
2024-09-21 23:20:20 +0200 | <haskellbridge> | <yoyos12138> dmenu is great |
2024-09-21 23:42:17 +0200 | <liskin> | rofi is greater (unless you value super minimalistic look and super lightweight implementation) |
2024-09-21 23:42:31 +0200 | <haskellbridge> | <yoyos12138> ) |