- Poland
- https://marendowski.github.io/
-
Hacking on GNU/Linux and doing other fun things
My other projects are on Github
-
Joined on
2023年12月07日
dacd710c93
Update distrobox.ini, delete Alacritty from nix
06ce5d31bb
Update distrobox.ini
b49a74f8da
Add Alacritty config
74aa88c90f
Add initial dotfiles
Implement portals
Implement portals
Realized that ASHPD has a demo, so will close it.
Implement portals
ad04df242a
fix readme
db93083fe1
Reduce poll() timeout from 1 second to 1 millisecond lol
f9936228ac
Fix dynamic width
23299e9d18
Change config.h
46aed8f9fe
Add dynamic width
89f2da54a2
Add arguments
026ba8dc4b
Add luft
Weird brightness via
-b, normal via -c
Fix width and height not setting
Add crypt flag
Now it compiles after I reinstalled cryptsetup and libgcrypt.
Add crypt flag
The thing is that putting it in LDLIBS:
LDLIBS = `$(PKG_CONFIG) --libs $(PKGS)` -lcrypt
# or
LDLIBS = `$(PKG_CONFIG) --libs crypt $(PKGS)` # or in $(PKGS)
produces: ...