💾 Archived View for thatit.be › 2024-04-01-16-11-39.gmi captured on 2024-06-20 at 11:50:25. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Just some scribblings from beginning to configure Hyprland.
I want to bind the “Search” button to a clipboard manager.
Maybe something like this:
bind = ,XF86Search,exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
Listen for clipboard changes:
wl-paste --watch cliphist store
But I’ll need it on startup:
exec-once = wl-paste --watch cliphist store
Look up an older entry and make it the current thing:
cliphist list | rofi -dmenu | cliphist decode | wl-copy
Delete clipboard content:
cliphist list | rofi -dmenu | cliphist delete
Clear the history
cliphist wipe
Maybe I’ll just:
bind = $mainMod,XF86Search,exec, cliphist wipe
For clearing clipboard content.
2024-06-16 - Hyprland is not terrible
updated: 2024-04-02 07:08:12
generated: 2024-06-17