Add clipboard persistence + manager

This commit is contained in:
David Heinemeier Hansson
2025-06-17 21:37:20 +02:00
parent d8ba7d7eb6
commit 7b0da0f79f
4 changed files with 11 additions and 0 deletions

View File

@ -97,3 +97,6 @@ bindl = , XF86AudioPrev, exec, playerctl previous
bind = , PRINT, exec, hyprshot -m region
bind = SHIFT, PRINT, exec, hyprshot -m window
bind = CTRL, PRINT, exec, hyprshot -m output
# Clipse
bind = CTRL SUPER, V, exec, alacritty --class clipse -e clipse

View File

@ -14,4 +14,10 @@ windowrule = opacity 0.85 0.85, class:^(Spotify)$
# Fix some dragging issues with XWayland
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
# Proper background blur for wofi
layerrule = blur,wofi
# Float in the middle for clipse clipboard manager
windowrule = float, class:(clipse)
windowrule = size 622 652, class:(clipse)
windowrule = stayfocused, class:(clipse)