💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2019-10-17.txt captured on 2024-05-26 at 16:29:56.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
2019-10-17T04:56:22 #kisslinux <dylanaraps> About udev: 2019-10-17T04:56:24 #kisslinux <dylanaraps> Back in 2014, these quirks were stored in the udev hardware database (hwdb), which is a simple-to-use key/value store that is available on every system. 2019-10-17T04:56:31 #kisslinux <dylanaraps> > available on every system 2019-10-17T04:56:33 #kisslinux <dylanaraps> :( 2019-10-17T08:10:35 #kisslinux <nestman> @dylanaraps : sowm doesn't respect options like --geometry in mpv 2019-10-17T08:14:09 #kisslinux <dylanaraps> nestman: Try master, it works for me. 2019-10-17T08:14:29 #kisslinux <nestman> size works, coordinates doesn't 2019-10-17T08:14:53 #kisslinux <dylanaraps> Oh yeah. 2019-10-17T08:15:05 #kisslinux <dylanaraps> Of course. 2019-10-17T08:15:24 #kisslinux <dylanaraps> All windows are forced to center on open. 2019-10-17T08:15:45 #kisslinux <dylanaraps> However, it _should_ still work. 2019-10-17T08:16:21 #kisslinux <dylanaraps> Will fix it. 2019-10-17T08:17:00 #kisslinux <nestman> Thanks. :D 2019-10-17T08:17:24 #kisslinux <nestman> off-topic? how did you create getkiss.org? 2019-10-17T08:17:36 #kisslinux <nestman> i want to make a simple static site for myself 2019-10-17T08:22:07 #kisslinux <dylanaraps> It just uses pandoc really. 2019-10-17T08:22:19 #kisslinux <dylanaraps> https://github.com/kisslinux/website 2019-10-17T08:22:46 #kisslinux <dylanaraps> Each markdown file is just inserted into this file once it is converted into HTML: https://github.com/kisslinux/website/blob/master/site/templates/default.html 2019-10-17T08:29:10 #kisslinux <dylanaraps> nestman: fixed. 2019-10-17T08:29:28 #kisslinux <nestman> is pandoc in the repos? 2019-10-17T08:29:41 #kisslinux <dylanaraps> It's in my personal repo. 2019-10-17T08:29:54 #kisslinux <dylanaraps> https://github.com/dylanaraps/dylan-kiss/ 2019-10-17T08:30:22 #kisslinux <nestman> greater thanks :D 2019-10-17T08:30:34 #kisslinux <dylanaraps> https://github.com/dylanaraps/sowm/commit/fa5526c842908e26709416476610995d07785821 2019-10-17T08:30:39 #kisslinux <dylanaraps> Fix was super simple. 2019-10-17T08:30:50 #kisslinux <dylanaraps> Or at least the _way_ I fixed it. 2019-10-17T08:31:07 #kisslinux <dylanaraps> Windows opened at x=0 and y=0 are centered. 2019-10-17T08:31:15 #kisslinux <dylanaraps> Anywhere else on the screen and their position isn't changed 2019-10-17T08:57:54 #kisslinux <nestman> im trying to wrap my head around netlify 2019-10-17T08:58:02 #kisslinux <nestman> i can't seem to get it 2019-10-17T09:02:40 #kisslinux <nestman> ohhh 2019-10-17T09:07:49 #kisslinux <nestman> dylanaraps: did you use any static site generator? 2019-10-17T09:12:43 #kisslinux <dylanaraps> no 2019-10-17T09:14:33 #kisslinux <nestman> do you use netlify? 2019-10-17T10:04:18 #kisslinux <dylanaraps> nestman: yes 2019-10-17T10:04:41 #kisslinux <dylanaraps> netlify hosts the site and runs the `make.sh` build script on each git commit. 2019-10-17T10:31:25 #kisslinux <dylanaraps> This is beautiful: https://web.archive.org/web/20190617214524/https://raw.githubusercontent.com/kfish/xsel/1a1c5edf0dc129055f7764c666da2dd468df6016/rant.txt 2019-10-17T12:13:23 #kisslinux <tracer> What is netlify? 2019-10-17T13:18:52 #kisslinux <dylanaraps> tracer: It's a free web host and it works similar to github-pages. 2019-10-17T13:19:20 #kisslinux <dylanaraps> Only it supports more than jekyll (can run any software on site build). 2019-10-17T13:19:32 #kisslinux <dylanaraps> It supports custom domain names with https (uses lets encrypt). 2019-10-17T13:24:06 #kisslinux <tracer> I already offered you webspace. Well I dislike MS very much. It's not good that is has overtaken Github. 2019-10-17T13:28:06 #kisslinux <dylanaraps> Yeah, I know and I'm very grateful! 2019-10-17T13:28:37 #kisslinux <tracer> I currently have 4 VMs I'm playing with, Debian, Gentoo, Kiss and "roxx" :) It's much fun. 2019-10-17T13:28:53 #kisslinux <dylanaraps> Heh, nice. 2019-10-17T13:29:42 #kisslinux <tracer> Ah, weil I just made a repo, https://git.24unix.net/tracer/roxx/src/branch/master/repos work is progressing slowly … Some packages are borrowed from kiss, some from kissd, and some are by me with the help from LFS/BLFS. 2019-10-17T13:31:03 #kisslinux <tracer> I'll be away for about two hours, get my car back home, it was at the varnisher. cu. 2019-10-17T13:54:13 #kisslinux <dylanaraps> Ok 2019-10-17T15:57:39 #kisslinux <tracer> re 2019-10-17T16:00:10 #kisslinux <dylanaraps> Down to 240 LOC. https://github.com/dylanaraps/sowm/blob/master/sowm.c 2019-10-17T16:00:12 #kisslinux <dylanaraps> ;) 2019-10-17T16:00:48 #kisslinux <dylanaraps> Shaved 10~ lines by storing workspaces in a simple array instead of a typedef struct with a child. 2019-10-17T16:09:54 #kisslinux <z3bra> dylanaraps, you could even use an integer 2019-10-17T16:10:12 #kisslinux <z3bra> and use bitwise ops 2019-10-17T16:10:39 #kisslinux <z3bra> this way you'd have to possibility to map multiple workspaces at the same time 2019-10-17T16:10:52 #kisslinux <z3bra> that's how cwm groups work for example 2019-10-17T16:14:14 #kisslinux <dylanaraps> Would that really fit here? 2019-10-17T16:15:03 #kisslinux <dylanaraps> The array stores the value of 'list' which is the first window on the workspace (if it exists) and is indexed by 0-9. 2019-10-17T16:15:22 #kisslinux <dylanaraps> (first client to be more specific) 2019-10-17T16:19:30 #kisslinux <dylanaraps> Are you sure about cwm using an int? https://github.com/leahneukirchen/cwm/blob/linux/group.c 2019-10-17T18:51:53 #kisslinux <HiddenOne> do you need sxhkd for sowm? 2019-10-17T18:52:26 #kisslinux <HiddenOne> on the README it looks like some keybindings are built straight into the WM 2019-10-17T19:21:13 #kisslinux <dylanaraps> No need for sxhkd though you could use it for the program hotkeys if you like. 2019-10-17T19:23:23 #kisslinux <HiddenOne> ok, thanks 2019-10-17T21:00:45 #kisslinux <z3bra> well cwm probably doesn't use an int. What I mean is that it would be rather easy to implement groups using an int 2019-10-17T21:00:57 #kisslinux <z3bra> (or even a char, if you limit to 8 groups)