Replace Walker clipboard with native Quickshell clipboard picker

This commit is contained in:
David Heinemeier Hansson
2026-05-17 10:49:53 +02:00
parent d81589e2be
commit 2713d43f35
6 changed files with 412 additions and 1 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ end
o.bind("SUPER + C", "Universal copy", send_shortcut_once("CTRL", "Insert"))
o.bind("SUPER + V", "Universal paste", send_shortcut_once("SHIFT", "Insert"))
o.bind("SUPER + X", "Universal cut", send_shortcut_once("CTRL", "X"))
o.bind("SUPER + CTRL + V", "Clipboard manager", { omarchy = "walker -m clipboard" })
o.bind("SUPER + CTRL + V", "Clipboard manager", { omarchy = "omarchy-shell-ipc shell toggle omarchy.clipboard-picker \"{}\"" })