Logs on 2023-12-03 (liberachat/#xmonad)
| 01:32:21 | × | tremon quits (~tremon@83.80.159.219) (Quit: getting boxed in) |
| 03:49:50 | × | td_ quits (~td@i5387091D.versanet.de) (Ping timeout: 252 seconds) |
| 03:51:52 | → | td_ joins (~td@83.135.9.0) |
| 05:52:14 | → | alp_ joins (~alp@2001:861:e3d6:8f80:6297:ed9b:7930:d8f) |
| 06:55:46 | → | yaslam joins (~yaslam@user/yaslam) |
| 06:56:02 | ← | yaslam parts (~yaslam@user/yaslam) () |
| 07:01:00 | × | alp_ quits (~alp@2001:861:e3d6:8f80:6297:ed9b:7930:d8f) (Ping timeout: 256 seconds) |
| 07:14:38 | → | cayley54 joins (~cayley5@user/phileasfogg) |
| 07:15:11 | × | ghormoon quits (~ghormoon@ghorland.net) (Ping timeout: 245 seconds) |
| 07:15:50 | → | ghormoon joins (~ghormoon@ghorland.net) |
| 07:16:11 | × | cayley5 quits (~cayley5@user/phileasfogg) (Ping timeout: 245 seconds) |
| 07:16:12 | cayley54 | is now known as cayley5 |
| 08:01:54 | → | alp_ joins (~alp@2001:861:e3d6:8f80:b766:b9e9:37ec:cedc) |
| 09:57:12 | × | alp_ quits (~alp@2001:861:e3d6:8f80:b766:b9e9:37ec:cedc) (Ping timeout: 268 seconds) |
| 11:08:00 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 11:24:35 | × | td_ quits (~td@83.135.9.0) (Remote host closed the connection) |
| 11:34:27 | → | td_ joins (~td@83.135.9.0) |
| 13:23:35 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 13:58:58 | × | benin quits (~benin@183.82.207.119) (Read error: Connection reset by peer) |
| 14:01:02 | → | benin joins (~benin@183.82.204.79) |
| 17:58:14 | × | todi quits (~todi@pd9571327.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 18:09:12 | → | thyriaen joins (~thyriaen@91.197.68.193) |
| 18:10:14 | <thyriaen> | what kind of lockscreen do you use ? I don't have one at the moment -- is there something that just uses my sddm theme ? what can you recommend ? |
| 18:10:25 | <MrElendig> | i3lock |
| 18:11:53 | <thyriaen> | can i theme that to my liking ? |
| 18:12:14 | <MrElendig> | sure |
| 18:12:56 | <MrElendig> | (for some notion of theme) |
| 18:14:16 | <thyriaen> | do i need to handle locking after x amount of minutes and locking when i close the laptop lid seperately ? |
| 18:15:08 | <MrElendig> | https://wiki.archlinux.org/title/Session_lock |
| 18:15:49 | <thyriaen> | MrElendig, thanks - will work through that |
| 18:20:46 | → | dimitris__ joins (~dimitris@126.178.86.79.rev.sfr.net) |
| 18:21:18 | → | todi joins (~todi@pd9571327.dip0.t-ipconnect.de) |
| 18:21:24 | × | todi quits (~todi@pd9571327.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 18:22:06 | → | todi joins (~todi@pd9571327.dip0.t-ipconnect.de) |
| 18:26:36 | <dimitris__> | Hi all recently discovered Xmonad and loving it coming from DWM. I followed the tutorial and now I'm trying to make the workspaces clickable but cannot find a workable solution, can any one help? |
| 18:27:10 | <liskin> | dimitris__: https://xmonad.github.io/xmonad-docs/xmonad-contrib/XMonad-Util-ClickableWorkspaces.html |
| 18:34:40 | <dimitris__> | Thanks a lot @liskin. I've tried that but since I don't know any haskell I come up to an error : ` Couldn't match type: PP -> X PP with: X PP`. My code is exactly the same as the tutorial's nothing essesntial changed |
| 18:35:02 | <geekosaur> | @where paste |
| 18:35:02 | <lambdabot> | Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com |
| 18:35:11 | <geekosaur> | somewhere you are missing a parameter |
| 18:37:33 | <dimitris__> | Pasted my xmonad.hs here https://paste.tomsmeding.com/PfjniXew don't if it's accessible |
| 18:39:31 | <liskin> | just drop the "pure" |
| 18:39:54 | <geekosaur> | `pure clickablePP xmobarPP` looks wrong; `pure` takes a single parameter. I think you need another set of parentheses |
| 18:40:19 | <geekosaur> | or that, if it doesn't belong there (I don't use `withEasySB` since I need to log via dbus) |
| 18:42:16 | <dimitris__> | if I just remove pure from the code the barcode displays Could not parse string error |
| 18:42:44 | × | todi quits (~todi@pd9571327.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 18:43:37 | → | todi joins (~todi@pd9571327.dip0.t-ipconnect.de) |
| 18:43:42 | <geekosaur> | that's not going to be fixed with `pure` |
| 18:44:26 | <dimitris__> | *the statusbar displays* |
| 18:48:36 | <liskin> | that's really weird, are you running a 10 year old version of xmobar or something? :-) |
| 18:52:21 | <thyriaen> | dimitris__, i am using tint2 for clickable workspaces |
| 18:52:24 | <dimitris__> | its version 0.46 in arch linux. |
| 18:52:41 | <geekosaur> | an xmobar PP won't work for a different statusbar |
| 18:52:53 | <geekosaur> | and I think clickablePP only works with xmobar |
| 18:55:12 | <liskin> | hm, weird, 0.46 is new |
| 18:55:12 | <geekosaur> | hm. can you run `xprop -root _XMONAD_LOG` in a terminal and paste the output? |
| 19:00:50 | <dimitris__> | also tried this https://paste.tomsmeding.com/2MdeStpl |
| 19:01:58 | <geekosaur> | yeh, `pure` isn't going to help |
| 19:02:34 | <geekosaur> | xmobar isn't liking what's in the log property. you need to paste that so we can see what's wrong with it |
| 19:02:39 | <dimitris__> | `xprop -root _XMONAD_LOG` output https://paste.tomsmeding.com/U8JEavUn |
| 19:06:51 | <geekosaur> | liskin ^ that looks sane to me |
| 19:08:38 | <liskin> | Right, yeah, it is sane, but it needs UnsafeXPropertyLog because there's <action> in there |
| 19:09:04 | <liskin> | (or UnsafeXMonadLog) |
| 19:16:19 | <geekosaur> | dimitris__, can you pastebin your xmobarrc? |
| 19:18:13 | <dimitris__> | here it is : https://paste.tomsmeding.com/iBLRs59E |
| 19:38:30 | <geekosaur> | you need to change both occurrences of "XMonadLog" to "UnsafeXMonadLog" so it will accept the `action` commands |
| 19:38:39 | <geekosaur> | sorry for the delay |
| 19:53:34 | <dimitris__> | It Worked! Thanks so much!!!! |
| 19:56:12 | × | dimitris__ quits (~dimitris@126.178.86.79.rev.sfr.net) (Remote host closed the connection) |
| 19:57:03 | → | dimitris_ joins (~dimitris@126.178.86.79.rev.sfr.net) |
| 21:50:03 | × | benin quits (~benin@183.82.204.79) (Ping timeout: 256 seconds) |
| 23:22:23 | × | thyriaen quits (~thyriaen@91.197.68.193) (Quit: Leaving) |
All times are in UTC on 2023-12-03.