d30d5a8884
grammar 👍
2024-10-19 17:52:33 +02:00
a0b68491ba
chore: implement vectors
...
also seems to address several of these:
https://github.com/javalsai/lidm/issues/3#issuecomment-2423933131
not sure about the issue itself, might be permission stuff
2024-10-19 17:50:50 +02:00
01ddd62852
chore: make specific vector (heap stack) impl
2024-10-18 21:54:39 +02:00
c586a48320
chore: remove make as it's part of base-devel
2024-10-13 13:54:56 +02:00
c4a996c1e8
ci: add AUR pkg updates PRs on release
2024-09-15 21:12:16 +02:00
9f32ce274b
update: bump pkgbuild versions up
...
also added scripts to automate this better
2024-09-15 21:11:57 +02:00
8071694d1c
Merge pull request #22 from javalsai/misc-chores
...
Misc chores
v0.1.0
2024-09-10 02:38:01 +02:00
2ba49042ab
chore: better error handling print on chdir
2024-09-07 16:34:13 +02:00
ed80b4b7c4
fix(oops): wayland = wayland and xorg = xorg
2024-09-07 16:31:15 +02:00
4415cca2fe
docs: upate index
2024-09-07 16:29:47 +02:00
a223b47777
docs: use bigger theme images (and gif)
2024-09-07 00:04:32 +02:00
e746d6351e
feat: update pkgbuilds
...
hmm, manpages and not much more
untested changes, needs a release
2024-09-06 22:39:12 +02:00
f1f9d6b0a6
ci(feat): add riscv64 build
2024-09-06 22:14:14 +02:00
c9d52d2f96
ci(feat): add armv7 build
2024-09-06 22:09:33 +02:00
69ee14ff92
ci(feat): add aarch64 build
2024-09-06 22:05:08 +02:00
4bb8563e4d
ci(feat): add clang-format checks
2024-09-06 21:48:27 +02:00
a2b2434445
ci: lots of ci features
2024-09-06 21:33:49 +02:00
aa70fc8090
fix: shellcheck warnings
2024-09-06 17:58:40 +02:00
d3138aa594
docs: fix typos
2024-09-06 17:32:45 +02:00
286cd01c2d
themes: add kanagawa themes and organize themes
...
removed old-blue-thick and pure-tastelessness
renamed tastelessness to nothing
2024-09-05 22:08:10 +02:00
2284ab017d
chore: remove config inconsistencies
2024-09-05 21:20:09 +02:00
dbbab78e23
format: let clang-format run ._.
...
(won't even talk about clang-tidy)
2024-09-05 20:26:58 +02:00
b34528d1cb
format: add clang-format config
2024-09-05 20:26:28 +02:00
72858a9c96
format: markdown files
2024-09-05 19:07:08 +02:00
b18ed23d4d
docs: add separate install guide
2024-09-05 19:05:44 +02:00
7ca864f1d9
feat: add LIDM_CONF config path override
2024-09-05 17:36:56 +02:00
730e6db100
fix: grammar (codespell)
2024-09-05 17:23:18 +02:00
462d1fd337
chore: remove unnecessary pam header uses
...
those actually cause issues when trying to cross-compile
2024-09-05 17:14:42 +02:00
1a8aa1a14e
fix: ui bugs introduced in last commit
2024-09-04 22:07:49 +02:00
grialion
64e101eafa
fix: compiler warnings
...
Fix compiler warnings by
- replacing raw write() calls with printf()
- error checking chdir()
- printing '\x1b[H\x1b[J' instead of calling system(clear)
- using sys/reboot.h to power off and reboot instead of using system
2024-09-04 21:15:30 +02:00
aba3b493bc
chore: proper default theme strings 😔
2024-09-04 21:04:14 +02:00
f9a3c67c0b
fix: sysd service file (moved to tty7)
2024-09-04 20:57:45 +02:00
6d3c3cbb57
feat: add s6 suport
2024-09-04 20:36:50 +02:00
2fb0e0e0de
oops: add openrc install detection
2024-09-04 20:30:41 +02:00
ae4e4df7cd
feat: add openrc support
2024-09-04 19:40:49 +02:00
grialion
b4fbe68542
fix: Makefile paths on Nix
...
Makefile installed the binary as /bin instead of copying it to the
folder which was not present.
Also use PREFIX for man pages too.
2024-09-04 17:14:43 +02:00
9de4551f4c
feat: add manpages and improve service docs
2024-09-04 16:12:47 +02:00
1bab69f5f4
Merge remote-tracking branch 'origin/fix-warnings' into misc-chores
2024-09-03 20:34:12 +02:00
50c251318a
feat: add runit support
2024-09-03 20:33:47 +02:00
2ccfc039d5
fix: unexpected remove on make clean
...
idk how that ended up there 👀 , nobody saw nothing
2024-08-29 16:49:00 +02:00
98ef611434
fix(flake️): ❄️ name mismatch & version dump
2024-08-29 16:44:23 +02:00
43c67ee317
Merge pull request #21 from javalsai/aur-fixes
...
fix: misc aur pkg fixes
2024-08-29 12:28:29 +02:00
06548710dd
update: aur pkgs for 0.0.2
2024-08-29 12:25:50 +02:00
31828c56a7
Merge branch 'master' into aur-fixes
2024-08-29 11:38:20 +02:00
6d85276946
chore: add aur makepkg build test script
...
and did you know that makepkg updates stuff like the -git pkg version? :o
2024-08-29 11:31:18 +02:00
0ec046740e
forgot: make .srcinfo
2024-08-29 11:27:04 +02:00
e4e946a7d1
chore: add aur pkg gitignore
2024-08-29 11:26:15 +02:00
0ec08db8f8
fix: lidm package (tag tarball now) & config permissions
2024-08-29 11:09:25 +02:00
a1167f7f5f
fix: make(-Wall) warnings
2024-08-27 14:37:17 +02:00
e3052ec5bc
Merge pull request #20 from javalsai/nix-flake
...
feat: add Nix flake
0.0.2
2024-08-27 14:06:43 +02:00