diff --git a/.config/clipcat/clipcat-menu.toml b/.config/clipcat/clipcat-menu.toml index 95b1d5e3..9c186347 100644 --- a/.config/clipcat/clipcat-menu.toml +++ b/.config/clipcat/clipcat-menu.toml @@ -1,5 +1,5 @@ server_endpoint = "/run/user/1000/clipcat/grpc.sock" -# finder = "custom" +finder = "custom" preview_length = 80 [rofi] diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 29a39b9a..74be4279 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -128,7 +128,6 @@ C-u = ["page_cursor_half_up", "align_view_center"] [keys.normal."["] x = "extend_line_above" [keys.normal.space] -# finally it works! p = ''' :append-output clipcat-menu --finder custom --custom-finder-program-path fuzzel --custom-finder-arguments=--dmenu,--placeholder=Clipboard --config <(printf "[log]\nemit_stdout = true\n") | grep -q 'Nothing is selected' && exit 1 || wl-paste''' P = '''