Logs: liberachat/#xmonad
| 2022-02-04 15:26:01 | → | catman joins (~catman@user/catman) |
| 2022-02-04 15:31:03 | → | jludwig joins (~justin@user/jludwig) |
| 2022-02-04 15:32:21 | × | sogens quits (~sogens@pa49-197-72-150.pa.qld.optusnet.com.au) (Ping timeout: 256 seconds) |
| 2022-02-04 15:44:42 | → | sogens joins (~sogens@pa49-197-132-249.pa.qld.optusnet.com.au) |
| 2022-02-04 15:44:57 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 240 seconds) |
| 2022-02-04 17:09:10 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3) |
| 2022-02-04 17:31:29 | × | desantra quits (~skykanin@user/skykanin) (Quit: WeeChat 3.3) |
| 2022-02-04 18:35:39 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-02-04 18:56:55 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-02-04 19:06:22 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-02-04 19:19:38 | → | steve__ joins (~steve@ool-182c2b80.dyn.optonline.net) |
| 2022-02-04 19:37:58 | <jakeStateless-Fa> | I'm attempting to make a function that toggles a tag on a window from `X.A.TagWindows` - `withFocused (\x -> if hasTag "FS" x then delTag "FS" x else addTag "FS" x)` it needs Bool, but is getting X Bool, is there a way to pull it out of that state? Or an if statement/function for that? |
| 2022-02-04 19:38:28 | <jakeStateless-Fa> | if statement method* |
| 2022-02-04 19:40:56 | <geekosaur> | hasTag "FS" x >>= \case True -> delTag "FS" x; False -> addTag "FS" x |
| 2022-02-04 19:41:15 | <geekosaur> | there are cleverer ways but that's probably clearest |
| 2022-02-04 19:43:00 | <geekosaur> | there's a "whenX" but it doesn't give you an "else" |
| 2022-02-04 19:51:24 | <Solid> | there is `ifM` X.ManageHook |
| 2022-02-04 19:51:29 | <Solid> | (and yes this also always surprised me :) |
| 2022-02-04 19:52:14 | <jakeStateless-Fa> | Man, I've really to start using >>=, it's been the solution to literally all my recent hurdles 😆 |
| 2022-02-04 19:55:18 | → | chomwitt joins (~chomwitt@2a02:587:dc07:dd00:12c3:7bff:fe6d:d374) |
| 2022-02-04 20:49:49 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-02-04 20:51:40 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-02-04 21:43:29 | × | catman quits (~catman@user/catman) (Read error: Connection reset by peer) |
| 2022-02-04 21:50:10 | → | catman joins (~catman@user/catman) |
| 2022-02-04 22:03:19 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-02-04 22:05:06 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-02-04 22:49:35 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2022-02-04 22:58:08 | → | ctx[m] joins (~ctxkungfu@2001:470:69fc:105::1:95dd) |
| 2022-02-04 23:21:20 | × | catman quits (~catman@user/catman) (Read error: Connection reset by peer) |
| 2022-02-04 23:27:08 | → | catman joins (~catman@user/catman) |
| 2022-02-04 23:54:06 | × | Czernobog quits (~Czernobog@user/czernobog) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2022-02-05 00:25:35 | → | Czernobog joins (~Czernobog@user/czernobog) |
| 2022-02-05 01:19:56 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2022-02-05 02:43:18 | × | catman quits (~catman@user/catman) (Read error: Connection reset by peer) |
| 2022-02-05 02:47:28 | → | catman joins (~catman@user/catman) |
| 2022-02-05 03:04:49 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
| 2022-02-05 03:14:10 | → | mojavve joins (~anima@99-70-101-130.lightspeed.rcsntx.sbcglobal.net) |
| 2022-02-05 03:20:31 | × | srk quits (~sorki@user/srk) (Remote host closed the connection) |
| 2022-02-05 03:20:49 | → | srk joins (~sorki@user/srk) |
| 2022-02-05 03:22:20 | <jakeStateless-Fa> | Could someone explain to me what `wrs` is supposed to be in relation to `modifiedLayout`s? In specific - `X.L.Magnifier`s use of it. |
| 2022-02-05 03:22:44 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-02-05 03:33:55 | × | mojavve quits (~anima@99-70-101-130.lightspeed.rcsntx.sbcglobal.net) (Quit: Lost terminal) |
| 2022-02-05 03:36:53 | × | steve__ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 256 seconds) |
| 2022-02-05 03:41:25 | × | td_ quits (~td@muedsl-82-207-238-085.citykom.de) (Ping timeout: 256 seconds) |
| 2022-02-05 03:42:52 | → | td_ joins (~td@muedsl-82-207-238-241.citykom.de) |
| 2022-02-05 04:05:34 | <jakeStateless-Fa> | nvm, not relevant, figured stuff out! |
| 2022-02-05 04:25:35 | × | thunderrd quits (~thunderrd@183.182.111.73) (Remote host closed the connection) |
| 2022-02-05 04:36:31 | → | thunderrd joins (~thunderrd@183.182.111.73) |
| 2022-02-05 04:37:56 | × | thunderrd quits (~thunderrd@183.182.111.73) (Remote host closed the connection) |
| 2022-02-05 04:38:25 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 256 seconds) |
| 2022-02-05 04:48:02 | → | thunderrd joins (~thunderrd@183.182.111.73) |
| 2022-02-05 04:50:06 | × | thunderrd quits (~thunderrd@183.182.111.73) (Remote host closed the connection) |
| 2022-02-05 04:50:38 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-02-05 04:51:04 | → | thunderrd joins (~thunderrd@183.182.111.73) |
| 2022-02-05 04:55:57 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 240 seconds) |
| 2022-02-05 05:01:31 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-02-05 05:44:08 | × | thunderrd quits (~thunderrd@183.182.111.73) (Remote host closed the connection) |
| 2022-02-05 06:05:32 | → | Guest77 joins (~Guest77@47.153.196.157) |
| 2022-02-05 06:06:27 | <Guest77> | Hi I am using fedora and I have compiled xmobar and xmonad/xmoad-contrib from source: I have the following flags built: flags: |
| 2022-02-05 06:06:27 | <Guest77> | xmobar: |
| 2022-02-05 06:06:28 | <Guest77> | with_alsa: false |
| 2022-02-05 06:06:28 | <Guest77> | with_dbus: true |
| 2022-02-05 06:06:29 | <Guest77> | with_threaded: true |
| 2022-02-05 06:06:29 | <Guest77> | with_utf8: true |
| 2022-02-05 06:06:30 | <Guest77> | with_xft: true |
| 2022-02-05 06:06:31 | <Guest77> | with_xpm: true |
| 2022-02-05 06:06:31 | <Guest77> | with_weather: true |
| 2022-02-05 06:06:31 | <Guest77> | with_datezone: true |
| 2022-02-05 06:06:32 | <Guest77> | with_mpris: true |
| 2022-02-05 06:06:32 | <Guest77> | However, when I try to run xmobar I get an error saying xft is not enabled...? |
| 2022-02-05 06:06:44 | <Guest77> | ^^ that is in my stack.yaml |
| 2022-02-05 06:07:15 | <Guest77> | also does anyone now how to get trayer working on fedora, I built from source, however it only seems to run in a grey box |
| 2022-02-05 06:10:33 | <Guest77> | "Warning: Xmobar must be built with the with_xft flag to support font 'xft:iosevka:weight=bold:pixelsize=14:antialias=true:hinting=true.' Falling back on default." However, it is built with the xft flag i alos have libXft-devel installed |
| 2022-02-05 06:12:38 | → | Guest7749 joins (~Guest77@47.153.196.157) |
| 2022-02-05 06:26:23 | <jakeStateless-Fa> | <jakeStateless-Fa> "Could someone explain to me what..." <- Uh, actually, turns out I still need that explanation, how do I know which window's focused within this context? |
| 2022-02-05 06:27:17 | <jakeStateless-Fa> | I was just pullilng the first item, and that's just a toggle for if the master window is fullscreened, make everything that way... |
| 2022-02-05 06:27:28 | <jakeStateless-Fa> | s/pullilng/pulling/ |
| 2022-02-05 06:27:54 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-02-05 06:29:56 | <jakeStateless-Fa> | which's pretty much useless |
| 2022-02-05 06:35:31 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-02-05 06:39:18 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-02-05 06:41:30 | × | Guest7749 quits (~Guest77@47.153.196.157) (Quit: Client closed) |
| 2022-02-05 06:41:30 | × | Guest77 quits (~Guest77@47.153.196.157) (Quit: Client closed) |
| 2022-02-05 07:00:58 | → | thunderrd joins (~thunderrd@183.182.111.73) |
| 2022-02-05 07:05:52 | × | Czernobog quits (~Czernobog@user/czernobog) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2022-02-05 07:12:32 | → | Guest7768 joins (~Guest77@47.153.196.157) |
| 2022-02-05 07:12:48 | <Guest7768> | Hi I have xprop installed but it does not seem to work on fedora for trayer? as in it is not expanding, this works great on arch, any ideas? |
| 2022-02-05 07:13:01 | <Guest7768> | script gives no errors and makes xpm |
| 2022-02-05 07:15:05 | <Solid> | jakeStateless-Fa: the underlying layout (which should be there, since we're talking layout modifiers) arranges the windows on the screen on some way; i.e., it assigns windows to "rectangles" |
| 2022-02-05 07:15:32 | <Solid> | If you want to filter for some condition you'll need the current stack (which is why `redoLayout` gets that as well) |
| 2022-02-05 07:15:54 | <Guest7768> | sorry i figured out xprop issue, my issue is my flags in my stack.yaml are not being followed |
| 2022-02-05 07:16:15 | <Solid> | see e.g. how applyMagnifier is written; it basically filters the list of (window, rectangle) pairs for the focused window, which we get from the stack |
| 2022-02-05 07:16:40 | <Guest7768> | https://pastebin.com/7z0irW23 anyone have any idea why my xmobar flags won't compile properly? |
| 2022-02-05 07:16:42 | <Solid> | Guest7768: how are you building xmobar? do you have a repo up somewhere? |
| 2022-02-05 07:18:00 | <Guest7768> | solid from source, I'm pulling my files from arch to try fedora out, it works if i do stack install --flag xmobar:with_xft but the stack.yaml is not followed currently |
| 2022-02-05 07:18:45 | <Guest7768> | or the stack.yaml is from my arch system sorry, xmobar is from jaor source |
| 2022-02-05 07:19:02 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-02-05 07:19:21 | <Guest7768> | it seems to ignore the xft rule |
| 2022-02-05 07:20:00 | → | Rue joins (~rue@2001-b011-1000-1c39-cdcc-c9c1-11c3-6370.dynamic-ip6.hinet.net) |
| 2022-02-05 07:20:16 | <Solid> | ` |
All times are in UTC.