Logs: liberachat/#xmonad
| 2022-09-19 21:10:57 | → | mestre joins (~mestre@191.177.181.194) |
| 2022-09-19 21:40:23 | OpenSource | is now known as QNX |
| 2022-09-19 21:42:25 | × | ^[ quits (~user@user//x-8473491) (Ping timeout: 250 seconds) |
| 2022-09-19 22:00:14 | → | ^[ joins (~user@user//x-8473491) |
| 2022-09-19 22:13:27 | → | sogens joins (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) |
| 2022-09-19 22:13:30 | × | sogens quits (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Client Quit) |
| 2022-09-19 22:13:55 | → | sogens joins (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) |
| 2022-09-19 22:15:19 | × | sogens quits (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Client Quit) |
| 2022-09-19 22:15:41 | → | sogens joins (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) |
| 2022-09-19 22:16:44 | × | sogens quits (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Client Quit) |
| 2022-09-19 22:17:02 | → | sogens joins (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) |
| 2022-09-19 22:18:34 | × | sogens quits (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Client Quit) |
| 2022-09-19 22:18:56 | → | sogens joins (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) |
| 2022-09-19 22:29:24 | × | mestre quits (~mestre@191.177.181.194) (Quit: Lost terminal) |
| 2022-09-19 22:42:43 | <mesaoptimizer> | well, for me I'm a bit unsatisfied by the startup time due to xmonad rebuilding everytime I execute it during startup |
| 2022-09-19 22:43:28 | <mesaoptimizer> | I rarely reboot my machine and the startup time <1min so I don't care much though |
| 2022-09-19 23:41:50 | → | mvk joins (~mvk@2607:fea8:5ce3:8500::c9e3) |
| 2022-09-20 00:18:53 | × | sogens quits (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Ping timeout: 244 seconds) |
| 2022-09-20 00:20:12 | → | sogens joins (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) |
| 2022-09-20 00:31:16 | × | xacktm quits (xacktm@user/xacktm) (Ping timeout: 244 seconds) |
| 2022-09-20 00:37:28 | × | sogens quits (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Ping timeout: 244 seconds) |
| 2022-09-20 00:39:46 | → | sogens joins (sogens@gateway/vpn/protonvpn/sogens) |
| 2022-09-20 00:48:23 | × | sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.6) |
| 2022-09-20 00:48:53 | → | sogens joins (sogens@gateway/vpn/protonvpn/sogens) |
| 2022-09-20 01:26:09 | → | xacktm joins (~xacktm@user/xacktm) |
| 2022-09-20 02:02:48 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 268 seconds) |
| 2022-09-20 02:19:15 | × | mvk quits (~mvk@2607:fea8:5ce3:8500::c9e3) (Ping timeout: 244 seconds) |
| 2022-09-20 02:25:24 | × | td_ quits (~td@muedsl-82-207-238-061.citykom.de) (Ping timeout: 265 seconds) |
| 2022-09-20 02:25:35 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-09-20 02:26:45 | → | td_ joins (~td@muedsl-82-207-238-164.citykom.de) |
| 2022-09-20 02:32:59 | <Spiker01[m]> | Greetings. I want to execute a bash command on autostart, but this command has quotes "", how do I pass that value to SpawnOnce? |
| 2022-09-20 02:32:59 | <Spiker01[m]> | `exec setxkbmap "us,ru" ",winkeys" "grp:alt_shift_toggle"` |
| 2022-09-20 02:32:59 | <Spiker01[m]> | `spawnOnce "exec setxkbmap "us,ru" ",winkeys" "grp:alt_shift_toggle""` |
| 2022-09-20 02:36:40 | <Spiker01[m]> | I can't figure out where I should escape the quotes: In Haskeell itself or inside the quotes (the expression itself) or all the quotes? |
| 2022-09-20 03:48:42 | × | sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Remote host closed the connection) |
| 2022-09-20 03:54:50 | → | sogens joins (sogens@gateway/vpn/protonvpn/sogens) |
| 2022-09-20 04:15:09 | <mesaoptimizer> | Spiker01[m]: can you just use ' for the bash-based quotes and " for the haskell parsed quotes? That's what I do |
| 2022-09-20 04:17:17 | <Spiker01[m]> | mesaoptimizer: Ok. Good. What should it look like then? |
| 2022-09-20 05:22:18 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 265 seconds) |
| 2022-09-20 05:41:46 | <Solid> | mesaoptimizer: you can prevent xmonad from recompiling every time by executing not the `xmonad`, but the `xmonad-ARCH` executable |
| 2022-09-20 05:42:42 | <Solid> | Spiker01[m]: something like `spawnOnce "exec setxkbmap 'us,ru' ',winkeys' 'grp:alt_shift_toggle'"` |
| 2022-09-20 06:12:20 | → | c209e6dc-4d76-47 joins (~aditya@2601:249:4300:1296:195:dac6:592c:a55a) |
| 2022-09-20 06:12:25 | × | c209e6dc-4d76-47 quits (~aditya@2601:249:4300:1296:195:dac6:592c:a55a) (Client Quit) |
| 2022-09-20 07:01:15 | → | cfricke joins (~cfricke@user/cfricke) |
| 2022-09-20 07:15:00 | ← | Solid parts (~slot@xmonad/slotThe) (Using Circe, the loveliest of all IRC clients) |
| 2022-09-20 07:15:11 | → | Solid joins (~slot@xmonad/slotThe) |
| 2022-09-20 07:19:17 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 265 seconds) |
| 2022-09-20 07:19:29 | → | werneta joins (~werneta@128.149.247.231) |
| 2022-09-20 07:19:47 | → | chomwitt joins (~chomwitt@2a02:587:dc14:f500:e65d:4675:cb8a:d759) |
| 2022-09-20 07:31:31 | × | chomwitt quits (~chomwitt@2a02:587:dc14:f500:e65d:4675:cb8a:d759) (Ping timeout: 268 seconds) |
| 2022-09-20 07:35:14 | × | werneta quits (~werneta@128.149.247.231) (Ping timeout: 265 seconds) |
| 2022-09-20 07:36:54 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2022-09-20 08:57:19 | × | ft quits (~ft@p3e9bc57b.dip0.t-ipconnect.de) (Quit: Lost terminal) |
| 2022-09-20 09:00:14 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 2022-09-20 09:57:55 | <xmonadtrack> | xmonad-contrib Tony Zorman * v0.17.1-14-gea16598a: X.U.Scratchpad: Deprecate (2 days ago, 2 files, 7+ 1-) https://github.com/xmonad/xmonad-contrib/commit/ea16598a78b2 |
| 2022-09-20 09:57:55 | <xmonadtrack> | xmonad-contrib Tony Zorman {GitHub} * v0.17.1-17-ga267fed2: Merge pull request #757 from slotThe/deprecate-sp (3 minutes ago, 0 files, 0+ 0-) https://github.com/xmonad/xmonad-contrib/commit/a267fed24ff5 |
| 2022-09-20 09:58:08 | → | liskin[m] joins (~liskinmat@2001:470:69fc:105::768) |
| 2022-09-20 10:26:01 | → | thyriaen joins (~thyriaen@178.165.182.51.wireless.dyn.drei.com) |
| 2022-09-20 10:32:07 | × | thyriaen quits (~thyriaen@178.165.182.51.wireless.dyn.drei.com) (Ping timeout: 265 seconds) |
| 2022-09-20 10:39:30 | × | xacktm quits (~xacktm@user/xacktm) (Ping timeout: 268 seconds) |
| 2022-09-20 10:47:24 | → | thyriaen joins (~thyriaen@178.165.182.51.wireless.dyn.drei.com) |
| 2022-09-20 10:50:46 | <thyriaen> | whenever i try to use a compositor ( i tried compton, picom, xcompmgr ) i get a strange behavior: even though i have turned off transparency everywhere - the border of chrome ( all other windows are fine ) are transparent for some reason I don't understand |
| 2022-09-20 10:52:25 | × | sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Ping timeout: 265 seconds) |
| 2022-09-20 10:53:17 | → | sogens joins (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) |
| 2022-09-20 11:02:17 | <thyriaen> | this is my xprop on that window https://termbin.com/g8ye |
| 2022-09-20 11:08:52 | × | sogens quits (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Ping timeout: 265 seconds) |
| 2022-09-20 11:10:38 | → | sogens joins (sogens@gateway/vpn/protonvpn/sogens) |
| 2022-09-20 11:17:43 | × | terrorjack quits (~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat) |
| 2022-09-20 11:18:20 | → | xacktm joins (~xacktm@user/xacktm) |
| 2022-09-20 11:20:17 | → | terrorjack joins (~terrorjac@2a01:4f8:1c1e:509a::1) |
| 2022-09-20 11:27:13 | × | sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Ping timeout: 265 seconds) |
| 2022-09-20 11:28:58 | → | sogens joins (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) |
| 2022-09-20 11:33:59 | × | sogens quits (~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Ping timeout: 265 seconds) |
| 2022-09-20 11:35:25 | → | sogens joins (sogens@gateway/vpn/protonvpn/sogens) |
| 2022-09-20 11:42:38 | × | burp quits (~quassel@hedgewars/sysadmin/burp) (Ping timeout: 255 seconds) |
| 2022-09-20 11:45:02 | × | piele quits (~piele@tbonesteak.creativeserver.net) (Quit: No Ping reply in 180 seconds.) |
| 2022-09-20 11:51:15 | → | samhh_ joins (7569f027cf@2604:bf00:561:2000::e4) |
| 2022-09-20 11:51:15 | → | piele_ joins (~piele@tbonesteak.creativeserver.net) |
| 2022-09-20 11:51:15 | × | jsoo quits (~znc@irc.refl.club) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2022-09-20 11:51:15 | × | hrberg quits (~quassel@171.79-160-161.customer.lyse.net) (Quit: No Ping reply in 180 seconds.) |
| 2022-09-20 11:51:15 | → | Lears joins (~Leary]@user/Leary/x-0910699) |
| 2022-09-20 11:51:15 | <Solid> | thyriaen: AFAIK this has been fixed in 0.17.0 |
| 2022-09-20 11:51:15 | → | jsoo_ joins (~znc@irc.refl.club) |
| 2022-09-20 11:51:15 | × | xacktm quits (~xacktm@user/xacktm) (Quit: fBNC - https://bnc4free.com) |
| 2022-09-20 11:51:15 | × | Rockj quits (~rockj@chromie.geekrevolution.net) (Ping timeout: 240 seconds) |
| 2022-09-20 11:51:16 | × | spider_ quits (~spider@vps-951ce37a.vps.ovh.ca) (Ping timeout: 240 seconds) |
| 2022-09-20 11:51:16 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (*.net *.split) |
| 2022-09-20 11:51:16 | × | samhh quits (7569f027cf@2604:bf00:561:2000::e4) (*.net *.split) |
| 2022-09-20 11:51:16 | × | [Leary] quits (~Leary]@user/Leary/x-0910699) (*.net *.split) |
| 2022-09-20 11:51:16 | × | sibi quits (~sibi@2001:470:69fc:105::8ab) (*.net *.split) |
| 2022-09-20 11:51:16 | × | yuu[m] quits (~yuum]@2001:470:69fc:105::8a6) (*.net *.split) |
| 2022-09-20 11:51:16 | → | hrberg_ joins (~quassel@171.79-160-161.customer.lyse.net) |
| 2022-09-20 11:51:16 | → | burp_ joins (~quassel@hedgewars/sysadmin/burp) |
| 2022-09-20 11:51:16 | <geekosaur> | actually 0.17.0 was when it was unfixed because of the WindowNavigation bug, and it was re-fixed in 0.17.1 along with that bug |
| 2022-09-20 11:51:16 | <Solid> | oh, right, that's the correct timeline |
| 2022-09-20 11:51:16 | samhh_ | is now known as samhh |
| 2022-09-20 11:51:16 | × | burp_ quits (~quassel@hedgewars/sysadmin/burp) (*.net *.split) |
| 2022-09-20 11:51:16 | × | ^[ quits (~user@user//x-8473491) (*.net *.split) |
| 2022-09-20 11:51:16 | × | MrElendig quits (~Urist@archlinux/op/MrElendig) (*.net *.split) |
| 2022-09-20 11:51:16 | × | aaronv quits (~aaronv@user/aaronv) (*.net *.split) |
All times are in UTC.