2023/08/08

2023-08-08 00:15:59 +0200 <jabuxas> how could i put `LD_PRELOAD="$LD_PRELOAD:/usr/\$LIB/libgamemodeauto.so.0" XL_SECRET_PROVIDER=FILE xivlauncher` inside a spawn in EZConfig?
2023-08-08 00:16:14 +0200 <jabuxas> xmonad doesn't like the $ inside the command
2023-08-08 00:17:18 +0200 <geekosaur> what it really doesn't like are the double quotes; you need to escape them
2023-08-08 00:18:10 +0200 <geekosaur> `spawn "LD_PRELOAD=\"$LD_PRELOAD:/usr/\$LIB/libgamemodeauto.so.0\" XL_SECRET_PROVIDER=FILE xivlauncher"`
2023-08-08 00:18:56 +0200 <fizzie> Does that really need a \ in \$LIB?
2023-08-08 00:20:36 +0200 <fizzie> Or rather, if it needs a \ in the command, it'd presuambly need a \\ in the Haskell, since \$ is no escape sequence.
2023-08-08 00:23:02 +0200 <geekosaur> true
2023-08-08 00:23:18 +0200 <geekosaur> but I'm not sure what's going on thereā€¦
2023-08-08 00:27:01 +0200 <geekosaur> assuming it came out of a shell script or shell command line, it'd be `spawn "LD_PRELOAD=\"$LD_PRELOAD:/usr/\\$LIB/libgamemodeauto.so.0\" XL_SECRET_PROVIDER=FILE xivlauncher"`
2023-08-08 01:07:52 +0200 <jabuxas> yea it was a shell command, I had tried changing " to ' but didn't have success. didn't try to escape it. ty both
2023-08-08 01:08:34 +0200 <geekosaur> right, '' in shell causes `$LD_PRELOAD` to not expand
2023-08-08 01:08:56 +0200 <geekosaur> and you can't wrap a string in `''` in Haskell
2023-08-08 04:33:12 +0200td_(~td@i53870914.versanet.de) (Ping timeout: 246 seconds)
2023-08-08 04:35:19 +0200td_(~td@i53870913.versanet.de)
2023-08-08 05:46:01 +0200Rydwxz_(~rw@cpe-75-82-51-90.socal.res.rr.com)
2023-08-08 05:47:13 +0200Rydwxz(~Rydwxz@cpe-75-82-51-90.socal.res.rr.com)
2023-08-08 05:49:17 +0200Rydwxz_(~rw@cpe-75-82-51-90.socal.res.rr.com) ()
2023-08-08 05:53:20 +0200Rydwxz(~Rydwxz@cpe-75-82-51-90.socal.res.rr.com) (Quit: Quit)
2023-08-08 05:55:50 +0200Rydwxz(~rw@cpe-75-82-51-90.socal.res.rr.com)
2023-08-08 07:50:25 +0200Maeda(~Maeda@91-161-10-149.subs.proxad.net)
2023-08-08 08:02:02 +0200telser(~quassel@user/telser) (Ping timeout: 245 seconds)
2023-08-08 08:07:22 +0200Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (Remote host closed the connection)
2023-08-08 08:07:31 +0200vrs_(~vrs@user/vrs)
2023-08-08 08:09:14 +0200_qw_(~eqw@31.134.178.99)
2023-08-08 08:12:59 +0200_qw(~eqw@31.134.178.99) (*.net *.split)
2023-08-08 08:12:59 +0200Solid(~slot@xmonad/slotThe) (*.net *.split)
2023-08-08 08:12:59 +0200vrs(~vrs@user/vrs) (*.net *.split)
2023-08-08 08:12:59 +0200burp(~quassel@hedgewars/sysadmin/burp) (*.net *.split)
2023-08-08 08:12:59 +0200liskin(~liskin@xmonad/liskin) (*.net *.split)
2023-08-08 08:19:21 +0200burp(~quassel@hedgewars/sysadmin/burp)
2023-08-08 08:19:32 +0200Solid(~slot@xmonad/slotThe)
2023-08-08 08:20:38 +0200liskin(~liskin@xmonad/liskin)
2023-08-08 08:56:29 +0200thyriaen(~thyriaen@2a01:aea0:dd4:6a18:6245:cbff:fe9f:48b1)
2023-08-08 08:57:09 +0200 <thyriaen> i would like to use smartBorders, but only the 2nd condition ( so only no borders on fullscreen, if i only have one application open i still want a border )
2023-08-08 08:58:02 +0200 <thyriaen> is that possible ? alternatively can i combine a doFullFloat in my ManageHook to also remove the border on a specific window ?
2023-08-08 09:04:29 +0200 <Solid> thyriaen: I guess that should be the `OnlyScreenFloat' ambiguity
2023-08-08 09:04:34 +0200 <thyriaen> yes
2023-08-08 09:04:39 +0200 <thyriaen> i just found the same solution
2023-08-08 09:04:59 +0200 <thyriaen> i am using lessBorders OnlyScreenFloat $... now
2023-08-08 09:05:00 +0200 <thyriaen> thanks
2023-08-08 09:29:05 +0200cfricke(~cfricke@user/cfricke)
2023-08-08 09:33:46 +0200tv(~tv@user/tv) (Ping timeout: 245 seconds)
2023-08-08 09:35:46 +0200tv(~tv@user/tv)
2023-08-08 10:04:10 +0200vrs_vrs
2023-08-08 10:27:35 +0200Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se)
2023-08-08 10:29:37 +0200Rydwxz(~rw@cpe-75-82-51-90.socal.res.rr.com) (Ping timeout: 260 seconds)
2023-08-08 10:35:27 +0200Hmmf(~Hmmf@2a01:e0a:582:bb40:e5c6:f484:7015:1722)
2023-08-08 11:00:18 +0200thaumavorio(~thaumavor@thaumavor.io) (Quit: ZNC 1.8.2 - https://znc.in)
2023-08-08 11:02:01 +0200thaumavorio(~thaumavor@thaumavor.io)
2023-08-08 11:12:03 +0200thunderrd(~thunderrd@183.182.115.138)
2023-08-08 11:31:07 +0200ft(~ft@p3e9bcd02.dip0.t-ipconnect.de) (Quit: leaving)
2023-08-08 11:37:10 +0200Hmmf(~Hmmf@2a01:e0a:582:bb40:e5c6:f484:7015:1722) (Quit: Client closed)
2023-08-08 11:37:22 +0200Hmmf(~Hmmf@2a01:e0a:582:bb40:e5c6:f484:7015:1722)
2023-08-08 11:52:25 +0200incertia(~incertia@209.122.71.127) (*.net *.split)
2023-08-08 11:52:25 +0200joshproehl(~quassel@user/joshproehl) (*.net *.split)
2023-08-08 11:52:25 +0200ghormoon(~ghormoon@ghorland.net) (*.net *.split)
2023-08-08 11:52:25 +0200bsima(~bsima@143.198.118.179) (*.net *.split)
2023-08-08 11:52:25 +0200pl(sid98063@id-98063.helmsley.irccloud.com) (*.net *.split)
2023-08-08 11:52:25 +0200dexter1(dexter@2a01:7e00::f03c:91ff:fe86:59ec) (*.net *.split)
2023-08-08 11:59:51 +0200Hmmf(~Hmmf@2a01:e0a:582:bb40:e5c6:f484:7015:1722) (Quit: Client closed)
2023-08-08 12:04:25 +0200incertia(~incertia@209.122.71.127)
2023-08-08 12:04:25 +0200joshproehl(~quassel@user/joshproehl)
2023-08-08 12:04:25 +0200ghormoon(~ghormoon@ghorland.net)
2023-08-08 12:04:25 +0200bsima(~bsima@143.198.118.179)
2023-08-08 12:04:25 +0200pl(sid98063@id-98063.helmsley.irccloud.com)
2023-08-08 12:04:25 +0200dexter1(dexter@2a01:7e00::f03c:91ff:fe86:59ec)
2023-08-08 14:27:00 +0200mc47(~mc47@xmonad/TheMC47)
2023-08-08 16:26:56 +0200cfricke(~cfricke@user/cfricke) (Quit: WeeChat 4.0.1)
2023-08-08 16:39:38 +0200hrberg(~quassel@171.79-160-161.customer.lyse.net) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2023-08-08 16:39:59 +0200hrberg(~quassel@171.79-160-161.customer.lyse.net)
2023-08-08 16:58:15 +0200thunderrd(~thunderrd@183.182.115.138) (Remote host closed the connection)
2023-08-08 17:05:37 +0200Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (Remote host closed the connection)
2023-08-08 17:46:59 +0200Rydwxz(~rw@cpe-75-82-51-90.socal.res.rr.com)
2023-08-08 18:02:08 +0200Rydwxz(~rw@cpe-75-82-51-90.socal.res.rr.com) (Ping timeout: 256 seconds)
2023-08-08 19:10:22 +0200thyriaen(~thyriaen@2a01:aea0:dd4:6a18:6245:cbff:fe9f:48b1) (Remote host closed the connection)
2023-08-08 19:55:50 +0200ft(~ft@p3e9bcd02.dip0.t-ipconnect.de)
2023-08-08 20:13:18 +0200 <xmonadtrack> xmonad-contrib Tony Zorman * v0.17.1-168-g0ca3ce7a: X.U.Run: Add toInput (13 minutes ago, 2 files, 7+ 0-) https://github.com/xmonad/xmonad-contrib/commit/0ca3ce7a18e8
2023-08-08 20:13:20 +0200 <xmonadtrack> xmonad-contrib Tony Zorman * v0.17.1-169-g1b7fd6d8: X.U.Run: Add >&&> and >||> (9 minutes ago, 2 files, 25+ 0-) https://github.com/xmonad/xmonad-contrib/commit/1b7fd6d8c99e
2023-08-08 22:16:01 +0200jabuxas(~jabuxas@user/jabuxas) (Ping timeout: 260 seconds)
2023-08-08 22:55:07 +0200mc47(~mc47@xmonad/TheMC47) (Quit: Leaving)