mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
fix: Fixes windowctl to handle when ctrl-c is hit from the window-picker, when not launched in a new terminal window. Adds a few more options to that allow to return to the window picker after performing certain actions on a selected window.
This commit is contained in:
2
env/.config/utils-launcher/config.json
vendored
2
env/.config/utils-launcher/config.json
vendored
@@ -12,7 +12,7 @@
|
||||
{
|
||||
"name": "Clipboard - clear history",
|
||||
"description": "Clear the clipboard history file.",
|
||||
"exec": "$SCRIPTS/hypr/clear-clipboard-history && echo Done"
|
||||
"exec": "$SCRIPTS/hypr/clear-clipboard-history --notify-complete"
|
||||
},
|
||||
{
|
||||
"name": "Monitors - stats / picker",
|
||||
|
||||
Reference in New Issue
Block a user