forked from Shinonome/dots-hyprland
search: add /wipeclipboard action
This commit is contained in:
@@ -81,6 +81,12 @@ Item { // Wrapper
|
||||
GlobalStates.wallpaperSelectorOpen = true;
|
||||
}
|
||||
},
|
||||
{
|
||||
action: "wipeclipboard",
|
||||
execute: () => {
|
||||
Cliphist.wipe();
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
function focusFirstItem() {
|
||||
|
||||
Reference in New Issue
Block a user