Commit graph

3 commits

Author SHA1 Message Date
Jeena
b4fa650685 feat: convert hypr config to Lua and add Chester host
- Add Lua equivalents for hyprland, autostart, keybindings, programs, windowrule
- Add per-host Lua configs (Chester, Rutherford, example) with hostname detection
- Rename old host 'William' to 'Chester'; fix 2x scaling on the 2880x1800 panel
- Update .gitignore to track *.lua host files instead of example-host.conf
2026-08-24 10:11:22 +09:00
94dfc20b24 Fix windowrules and add host-config 2026-01-28 06:39:39 +01:00
46e60f530d Add possibility to have host specific menu lines in tofi
For the Shift+SUPER custom menu I wanted to be able to add some
copy and paste things which I don't want to have everywhere
especially not uploaded and stored in git.

Now it's possible to have a aditional menu-{hostname}.list
where you can put extra things for this specific host. I added
there things like:

Phone=echo "012345678" | wl-copy

because I often need this specific phone number and don't want to need
to start the Contacts app and search for the number and copy it.

I'm planning to add more host specific things.
2025-12-17 11:47:24 +09:00