Piotr Marendowski marendowski
marendowski pushed to main at marendowski/dotfiles 2025年08月31日 12:20:54 +02:00
dacd710c93 Update distrobox.ini, delete Alacritty from nix
marendowski pushed to main at marendowski/dotfiles 2025年08月24日 22:16:43 +02:00
06ce5d31bb Update distrobox.ini
marendowski pushed to main at marendowski/dotfiles 2025年08月22日 00:37:06 +02:00
b49a74f8da Add Alacritty config
marendowski pushed to main at marendowski/dotfiles 2025年08月20日 23:59:21 +02:00
74aa88c90f Add initial dotfiles
marendowski created repository marendowski/dotfiles 2025年08月19日 21:10:15 +02:00
marendowski closed issue tytan652/door-knocker#44 2025年08月17日 14:22:33 +02:00
Implement portals
marendowski commented on issue tytan652/door-knocker#44 2025年08月17日 14:22:32 +02:00
Implement portals

Realized that ASHPD has a demo, so will close it.

marendowski opened issue tytan652/door-knocker#44 2025年08月17日 13:36:21 +02:00
Implement portals
marendowski pushed to master at marendowski/luft 2024年10月08日 14:26:30 +02:00
ad04df242a fix readme
marendowski pushed to master at marendowski/luft 2024年10月08日 14:20:48 +02:00
db93083fe1 Reduce poll() timeout from 1 second to 1 millisecond lol
marendowski pushed to master at marendowski/luft 2024年09月02日 16:07:51 +02:00
f9936228ac Fix dynamic width
marendowski pushed to master at marendowski/luft 2024年09月02日 16:03:47 +02:00
23299e9d18 Change config.h
marendowski pushed to master at marendowski/luft 2024年09月02日 16:00:12 +02:00
46aed8f9fe Add dynamic width
marendowski pushed to master at marendowski/luft 2024年09月01日 18:10:19 +02:00
89f2da54a2 Add arguments
marendowski pushed to master at marendowski/luft 2024年08月22日 09:16:09 +02:00
026ba8dc4b Add luft
marendowski created repository marendowski/luft 2024年08月22日 09:11:44 +02:00
marendowski opened issue sewn/wgamma#1 2024年07月05日 23:11:50 +02:00
Weird brightness via -b, normal via -c
marendowski created pull request sewn/wtw#2 2024年07月01日 12:34:40 +02:00
Fix width and height not setting
marendowski commented on pull request sewn/wlock#1 2024年06月02日 10:42:05 +02:00
Add crypt flag

Now it compiles after I reinstalled cryptsetup and libgcrypt.

marendowski commented on pull request sewn/wlock#1 2024年06月02日 10:32:26 +02:00
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: ...