Logs: liberachat/#xmonad
| 2022-01-10 11:56:19 | <geekosaur> | basically picks up where gnome 2 left off |
| 2022-01-10 11:57:18 | <dirtcastle> | I don't need desktop environment. i run Emacs os. |
| 2022-01-10 12:17:51 | → | teohz[m] joins (~teohzmatr@2001:470:69fc:105::1:65e1) |
| 2022-01-10 12:23:29 | <teohz[m]> | Hi, did anyone had an issue with xmobar recently? It was working fine with my setup but after last system update. |
| 2022-01-10 12:23:29 | <teohz[m]> | if I have only my laptop it works nice, once I connect it to 2 monitors then I get segmentation fault when launching xmobar - until I deactivate monitors again. |
| 2022-01-10 12:58:02 | × | noex quits (~null@user/noex) (Ping timeout: 268 seconds) |
| 2022-01-10 13:13:49 | × | cfricke quits (~cfricke@user/cfricke) (Ping timeout: 240 seconds) |
| 2022-01-10 14:04:20 | → | cfricke joins (~cfricke@user/cfricke) |
| 2022-01-10 14:09:29 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2022-01-10 14:21:00 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3) |
| 2022-01-10 14:21:10 | → | cfricke joins (~cfricke@user/cfricke) |
| 2022-01-10 14:33:59 | <AIM[m]> | Do I need to specify the change workspace and move to workspace keys in additionalkeysP of EZConfig? |
| 2022-01-10 14:33:59 | <AIM[m]> | What about for Xinerama Screens using W,E,R? |
| 2022-01-10 14:34:16 | <geekosaur> | not if you didn't change them |
| 2022-01-10 14:34:21 | <AIM[m]> | I'm trying to translate the keybindings in the latest Darc config from Xmonad Archive to additionalKeysP |
| 2022-01-10 14:34:32 | <geekosaur> | oh |
| 2022-01-10 14:34:50 | <geekosaur> | (we need to clean that up a bit, darcs has been dead to us for a decade now :) |
| 2022-01-10 14:34:55 | <AIM[m]> | The Darc Archive config has old style keybindings |
| 2022-01-10 14:35:09 | <AIM[m]> | geekosaur: Uff |
| 2022-01-10 14:35:18 | <AIM[m]> | RIP darcs |
| 2022-01-10 14:35:24 | <geekosaur> | it's just a different version control system |
| 2022-01-10 14:35:36 | <geekosaur> | it's still out there but barely anyone uses it any moe |
| 2022-01-10 14:35:38 | <AIM[m]> | Anyways, so Do I need to specify them? |
| 2022-01-10 14:35:44 | <geekosaur> | lost badly to git |
| 2022-01-10 14:35:51 | <geekosaur> | if you're reimplementing them then yes |
| 2022-01-10 14:35:55 | <AIM[m]> | For additionalKeysP |
| 2022-01-10 14:36:07 | <AIM[m]> | So the default should work aye? |
| 2022-01-10 14:36:17 | <AIM[m]> | Imma remove the old config then |
| 2022-01-10 14:37:01 | <geekosaur> | additionalKeysP, as its name says, is *additional* keys. any keys in the default config will be uinherited unless you override them or explicitly remove them (removeKeysP) |
| 2022-01-10 14:37:50 | <geekosaur> | I specify the workspace keys in my config, but I'm making a change from the default (greedyView replaced by view) |
| 2022-01-10 14:53:08 | <AIM[m]> | What is the command to reset Layout? |
| 2022-01-10 14:53:31 | <AIM[m]> | I mean the code |
| 2022-01-10 14:53:33 | <geekosaur> | mod-shift-space |
| 2022-01-10 14:53:36 | <geekosaur> | oh |
| 2022-01-10 14:53:45 | <AIM[m]> | I'm setting the keybinding for it |
| 2022-01-10 14:53:55 | <geekosaur> | setLayout $ layout conf |
| 2022-01-10 14:54:06 | <geekosaur> | for whatever configuration is as `conf` |
| 2022-01-10 14:54:44 | <AIM[m]> | I tried that but conf isn't defined for additional keys? |
| 2022-01-10 14:54:50 | <geekosaur> | this may be hard to do as an additionalKeys{,P} since it's not passed the layout |
| 2022-01-10 14:55:05 | <AIM[m]> | Yeah |
| 2022-01-10 14:55:14 | <geekosaur> | old-style gets the layout as a parameter so it can use it in the keybinding as well as extracting the modMask from it |
| 2022-01-10 14:55:24 | <AIM[m]> | So, what do I do then |
| 2022-01-10 14:55:32 | <AIM[m]> | In additionalKeysP |
| 2022-01-10 14:55:40 | <geekosaur> | myConf = … |
| 2022-01-10 14:56:01 | <geekosaur> | then use myConf instead of def, and use it also in the keybinding |
| 2022-01-10 14:56:14 | <AIM[m]> | If you have it in your dotfile can ya share iy? |
| 2022-01-10 14:57:12 | <geekosaur> | I don't configure that way since I don't replace that keybinding |
| 2022-01-10 14:58:34 | <geekosaur> | it's just moving the whole `def { … }` to a separate binding so you can use it elsewhere |
| 2022-01-10 15:08:14 | <AIM[m]> | Oh |
| 2022-01-10 15:10:17 | <geekosaur> | although I guess if you already have a myLayout, that's good enough |
| 2022-01-10 15:10:28 | <geekosaur> | just setLayout myLayout |
| 2022-01-10 15:11:32 | <AIM[m]> | Btw any idea on what --on-icon-pattern of Battery in Xmobar does? |
| 2022-01-10 15:11:39 | <AIM[m]> | geekosaur: Ohhh |
| 2022-01-10 15:11:48 | <geekosaur> | I don't use xmobar, so no |
| 2022-01-10 15:12:19 | <AIM[m]> | geekosaur: That's the layout hook right? |
| 2022-01-10 15:12:41 | <geekosaur> | yes |
| 2022-01-10 15:12:48 | <geekosaur> | which is the only part you care about here |
| 2022-01-10 15:13:14 | <geekosaur> | I don't use all those `myWhatever = …`s, so my config won't be helpful here |
| 2022-01-10 15:13:37 | <geekosaur> | beware of having some stuff in a myLayout and some stuff in the {} though, you'll lose the latter |
| 2022-01-10 15:14:04 | <geekosaur> | I see a lot of that in various configs from the web and it's just asking for trouble or at least confusion |
| 2022-01-10 15:15:57 | <geekosaur> | looks like --on-icon-pattern lets you pick an xpm file to display when you're running on battery, in place of text |
| 2022-01-10 15:16:13 | <geekosaur> | (old style icons/pixmaps) |
| 2022-01-10 15:27:20 | × | thunderrd quits (~thunderrd@183.182.110.86) (Remote host closed the connection) |
| 2022-01-10 15:42:03 | → | thunderrd joins (~thunderrd@183.182.110.86) |
| 2022-01-10 16:09:11 | <AIM[m]> | Ahh |
| 2022-01-10 16:09:22 | <AIM[m]> | I kinda have Hack Nerd Fonts |
| 2022-01-10 16:09:38 | <AIM[m]> | Was thinking if that would help me display dynamic battery icon |
| 2022-01-10 16:09:53 | <AIM[m]> | I don't actually wanna use shell script for it |
| 2022-01-10 16:09:59 | → | noex joins (~null@user/noex) |
| 2022-01-10 16:10:13 | <AIM[m]> | If it's haskell then just haskell only |
| 2022-01-10 16:12:31 | <geekosaur> | you can write haskell scripts :) |
| 2022-01-10 16:12:53 | <geekosaur> | but I don't know how you'd do a dynamic battery icon in xmobar |
| 2022-01-10 16:13:58 | <AIM[m]> | That's what I'm currently checking |
| 2022-01-10 16:14:38 | → | ebray187 joins (~ebray187@2800:150:129:17c4:224:1dff:fed5:599e) |
| 2022-01-10 16:18:32 | → | a6a45081-2b83 joins (~aditya@pal-210-106-57.itap.purdue.edu) |
| 2022-01-10 16:27:42 | <Solid> | there are --{low,medium,high}s argument with which to specify different icons: https://github.com/jaor/xmobar/blob/master/doc/plugins.org#batteryp-dirs-args-refreshrate |
| 2022-01-10 16:28:33 | <Solid> | there's also something you can do with -f https://jao.io/blog/2020-08-08-xmobar-a-battery-trick.html |
| 2022-01-10 16:53:12 | → | seschwar joins (~seschwar@user/seschwar) |
| 2022-01-10 16:56:30 | × | a6a45081-2b83 quits (~aditya@pal-210-106-57.itap.purdue.edu) (Remote host closed the connection) |
| 2022-01-10 17:15:49 | <AIM[m]> | Holy cow!!!! |
| 2022-01-10 17:15:54 | <AIM[m]> | Thank you so so much! |
| 2022-01-10 17:15:57 | <AIM[m]> | A lifesaver! |
| 2022-01-10 17:59:27 | → | benin joins (~benin@183.82.176.241) |
| 2022-01-10 18:05:57 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3) |
| 2022-01-10 18:10:50 | → | mvk joins (~mvk@2607:fea8:5cdd:f000::55f8) |
| 2022-01-10 18:47:21 | → | steve__ joins (~steve@ool-182c2b80.dyn.optonline.net) |
| 2022-01-10 19:04:51 | × | dirtcastle quits (~dirtcastl@103.43.203.226) (Ping timeout: 256 seconds) |
| 2022-01-10 19:05:08 | → | dirtcastle joins (~dirtcastl@2409:4072:6e03:b338:54ea:4ff:fe38:5428) |
| 2022-01-10 19:23:17 | × | dirtcastle quits (~dirtcastl@2409:4072:6e03:b338:54ea:4ff:fe38:5428) (Ping timeout: 240 seconds) |
| 2022-01-10 19:55:51 | × | catman quits (~catman@user/catman) (Ping timeout: 256 seconds) |
| 2022-01-10 19:58:23 | MrElendig | is now known as evilop |
| 2022-01-10 20:23:20 | → | catman joins (~catman@user/catman) |
| 2022-01-10 20:36:38 | × | edun quits (~e@user/edun) (Quit: Leaving.) |
| 2022-01-10 20:44:43 | × | benin quits (~benin@183.82.176.241) (Quit: The Lounge - https://thelounge.chat) |
| 2022-01-10 20:55:17 | → | JulienTant joins (~a@ip98-161-150-232.ph.ph.cox.net) |
| 2022-01-10 21:07:45 | × | gdd quits (~gdd@129.199.146.230) (Ping timeout: 250 seconds) |
| 2022-01-10 21:11:55 | → | gdd joins (~gdd@129.199.146.230) |
| 2022-01-10 21:36:39 | × | noex quits (~null@user/noex) (Ping timeout: 268 seconds) |
| 2022-01-10 21:41:09 | Hash | is now known as PCLoadLetter |
| 2022-01-10 21:41:32 | → | noex joins (~null@user/noex) |
All times are in UTC.