2019-11-09T02:38:35 #kisslinux pfetch palette doesn't work 2019-11-09T07:14:54 #kisslinux nestman: more info? 2019-11-09T07:46:07 #kisslinux Hi o/ 2019-11-09T07:59:42 #kisslinux Is therey any info. about how to execute scripts after boot, before login on kiss linux? Like those in /etc/rc.d/rc.local in other distros? 2019-11-09T08:11:05 #kisslinux You can use runit services. 2019-11-09T08:11:27 #kisslinux Or: ::once:/path/to/script 2019-11-09T08:11:43 #kisslinux (Second line goes in /etc/inittab) 2019-11-09T08:19:18 #kisslinux dylanaraps: im not sure now. it's working on st 0.8.2 2019-11-09T08:19:25 #kisslinux and on tty as well 2019-11-09T08:19:43 #kisslinux but not on my patched st (master) 2019-11-09T08:21:57 #kisslinux update: works on st master (unpatched) 2019-11-09T08:22:25 #kisslinux What patches do you use? 2019-11-09T08:23:03 #kisslinux clipboard, scrollback, and selectioncolors 2019-11-09T08:23:18 #kisslinux I have a feeling it's selectioncolors. 2019-11-09T08:23:45 #kisslinux > This removes the default 2019-11-09T08:23:46 #kisslinux i'll check 2019-11-09T08:23:48 #kisslinux behaviour which would simply reverse the colors. 2019-11-09T08:23:49 #kisslinux Yup 2019-11-09T08:23:53 #kisslinux It breaks reverse video. 2019-11-09T08:24:02 #kisslinux oh i see 2019-11-09T08:24:05 #kisslinux damn 2019-11-09T08:27:12 #kisslinux it was using the selection bg color 2019-11-09T08:27:35 #kisslinux That's a dumb patch really. 2019-11-09T08:27:35 #kisslinux bummer 2019-11-09T08:27:42 #kisslinux Should be implemented properly. 2019-11-09T08:28:18 #kisslinux do you have pointers on that? 2019-11-09T08:31:55 #kisslinux What does the patch actually do? 2019-11-09T08:32:37 #kisslinux allows to have a different selection bg color instead of reversing bg and fg 2019-11-09T08:33:20 #kisslinux Ah 2019-11-09T08:33:29 #kisslinux And to do so it rips out reverse video. 2019-11-09T08:34:17 #kisslinux yes 2019-11-09T08:37:13 #kisslinux You'd have to write a new patch which doesn't break reverse video. But to me it sounds like selections are built around reverse video by design. 2019-11-09T13:15:25 #kisslinux hi 2019-11-09T13:15:40 #kisslinux anyone around 2019-11-09T13:25:03 #kisslinux ye- 2019-11-09T13:25:07 #kisslinux o 2019-11-09T14:26:40 #kisslinux scx_: hello 2019-11-09T14:39:53 #kisslinux dylanaraps: the kisslinux wiki implementation is sexy 2019-11-09T14:45:41 #kisslinux ty 2019-11-09T14:45:48 #kisslinux The idea popped into my head. 2019-11-09T14:45:52 #kisslinux Worked surprisingly well. 2019-11-09T14:46:38 #kisslinux neeasade: Fixed the palette. https://github.com/dylanaraps/pfetch/pull/35/commits/8dd5981fbc3b47ebd3108360b0278da9561428c6 2019-11-09T14:47:46 #kisslinux neat 2019-11-09T14:48:03 #kisslinux I learned yet another thing emacs shell does not support is the inverse esc code 2019-11-09T14:48:03 #kisslinux Time to try and rid it of 'r'. 2019-11-09T14:48:13 #kisslinux so I did like a:out=$(printf "$out" | sed 's/[3/[4/g') 2019-11-09T14:48:16 #kisslinux but ehhh 2019-11-09T14:48:20 #kisslinux Well, it's not really a terminal. 2019-11-09T14:48:23 #kisslinux That's the issue. 2019-11-09T14:48:27 #kisslinux right, it's a shell 2019-11-09T14:48:50 #kisslinux It should really support 'r' though.. 2019-11-09T14:48:59 #kisslinux It's such a basic "feature". 2019-11-09T14:49:09 #kisslinux (Support it properly I mean) 2019-11-09T14:49:43 #kisslinux sure -- and I could change it locally or PR it upstream but cbf -- the git blame where r cutoff is touched is like 18 years old 2019-11-09T14:49:54 #kisslinux oof 2019-11-09T14:51:01 #kisslinux This is interesting: https://emacs.stackexchange.com/a/41417 2019-11-09T14:53:19 #kisslinux that is interesting 2019-11-09T14:54:31 #kisslinux Does comint-inhibit-carriage-motion fix it? I wonder 2019-11-09T14:56:09 #kisslinux no -- it just makes it not interpereted if it's t 2019-11-09T14:56:19 #kisslinux oh 2019-11-09T14:56:22 #kisslinux :( 2019-11-09T14:56:28 #kisslinux IE if I set it to the non-default: https://0x0.st/zEZs.png 2019-11-09T14:57:05 #kisslinux so it is interpreted, it's just wrong/deletes to EOL 2019-11-09T14:57:27 #kisslinux Back to the drawing board. 2019-11-09T14:57:56 #kisslinux was my solution just ehh because of the subshell/ 2019-11-09T14:57:58 #kisslinux ? 2019-11-09T15:00:21 #kisslinux Your solution uses multiple subshells and pipes. 2019-11-09T15:00:27 #kisslinux I think there's a simpler solution. 2019-11-09T15:01:35 #kisslinux coolio -- a-ok with me just was not sure 2019-11-09T20:04:57 #kisslinux https://u.teknik.io/cOhuq.jpg 2019-11-09T20:05:02 #kisslinux It's beautiful. 2019-11-09T23:02:19 #kisslinux I'm particularly fond of how you're running your web browser as another user. It's a good practice people don't leverage enough. Also, naming things is a famously hard problem in computer science and you nailed this one. 2019-11-09T23:10:16 #kisslinux Thanks. It works really well. gemini://gemini.ctrl-c.club/~phoebos/logs/freenode-kisslinux-2019-11-09.txt

-- Leo's gemini proxy

-- Connecting to gemini.ctrl-c.club:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/plain; charset=utf-8

-- Response ended

-- Page fetched on Sun Jun 2 09:16:28 2024