From a311b99875a5d2457732685c569aa322289755be Mon Sep 17 00:00:00 2001 From: Michael Savedra <99875823+savedra1@users.noreply.github.com> Date: Sat, 13 Jul 2024 21:36:49 +0100 Subject: [PATCH] Clipboard-managers: update clipse advice after new release (#714) --- pages/Useful Utilities/Clipboard-Managers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/Useful Utilities/Clipboard-Managers.md b/pages/Useful Utilities/Clipboard-Managers.md index 5d6e6b1..8f7de35 100644 --- a/pages/Useful Utilities/Clipboard-Managers.md +++ b/pages/Useful Utilities/Clipboard-Managers.md @@ -23,7 +23,7 @@ To fix this problem, you can use `wl-clip-persist` which will preserve the data in the clipboard after the application is closed. [Github](https://github.com/Linus789/wl-clip-persist) -`clipse` - Utilizes Wayland with `wl-clipboard` support and runs from a single binary. Stores text and images indefinitely, accessible via a nice TUI that can be bound to floating window in your Hyprland config. Allows custom themes, image/text previews, multi-select, pinned items and more. +`clipse` - Utilizes Wayland with `wl-clipboard` support and runs from a single binary. Stores text and images indefinitely, accessible via a nice TUI that can be bound to a floating window in your Hyprland config. Allows custom themes, image/text previews, multi-select, pinned items and more. [GitHub](https://github.com/savedra1/clipse) ## copyq @@ -127,10 +127,10 @@ You can bind the TUI to a something nice like this: windowrulev2 = float,class:(clipse) windowrulev2 = size 622 652,class:(clipse) -bind = SUPER, V, exec, alacritty --class clipse -e zsh -c 'clipse' +bind = SUPER, V, exec, alacritty --class clipse -e clipse ``` -Replace `alacritty` and `zsh` with your terminal/shell environments. The class is optional, but it's recommended to use a floating window to achieve more GUI-like behavior. +Replace `alacritty` with the terminal environment you use if necessary. The class is optional, but it's recommended to use a floating window to achieve more GUI-like behavior. For more details on `clipse`, please refer to its GitHub repo linked at the top of the page.