chore(hyprland): add clipboard-sync to sync xwayland and wayland clipboards
This commit is contained in:
parent
194f04fda5
commit
8334109245
3 changed files with 12 additions and 1 deletions
|
@ -56,4 +56,9 @@ pkgs.writeShellScriptBin "start_services" ''
|
|||
# Clipboard manager
|
||||
#
|
||||
${pkgs.wl-clipboard}/bin/wl-paste --watch cliphist store &
|
||||
|
||||
#
|
||||
# Service that syncs X11 and Wayland clipboards
|
||||
#
|
||||
clipboard-sync
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue