Initial commit

This commit is contained in:
Breadway 2026-07-02 20:59:21 +08:00
commit 69bc67e29a
16 changed files with 2376 additions and 0 deletions

View file

@ -0,0 +1,19 @@
[Unit]
Description=breadclip clipboard daemon
Documentation=https://git.breadway.dev/breadway/breadclip
# Start after the graphical session is ready so WAYLAND_DISPLAY is set
After=graphical-session.target
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=%h/.cargo/bin/breadclipd
Restart=on-failure
RestartSec=2
# Forward stdout/stderr to the journal so `journalctl --user -u breadclipd` works
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=graphical-session.target

10
contrib/hyprland.conf Normal file
View file

@ -0,0 +1,10 @@
# breadclip — add these to your hyprland.conf
#
# Blur: blurs what's behind the transparent window, giving the frosted-glass look.
# ignorezero: skips blurring fully-transparent pixels (outside the panel) for
# a cleaner result.
layerrule = blur, breadclip
layerrule = ignorezero, breadclip
# Keybind: Super+V opens the clipboard history popup.
bind = $mainMod, V, exec, breadclip