From 516aba40620fff0d9bda52b234caff344b00415f Mon Sep 17 00:00:00 2001 From: elig0n <31196036+elig0n@users.noreply.github.com> Date: Sat, 23 Dec 2023 12:09:56 +0200 Subject: [PATCH] Update README.md Fix list of available configuration constants --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index db3696d..9ed4719 100644 --- a/README.md +++ b/README.md @@ -69,12 +69,10 @@ Once you're inside tmux-url-select, keybindings: There's a bunch of constants near the top of the file, you can modify them to your liking. - use constant COMMAND => 'xdg-open %s'; - use constant YANK_COMMAND => 'echo %s | xclip -i'; - use constant SHOW_STATUS_BAR => 1; use constant VERBOSE_MESSAGES => 0; use constant TMUX_WINDOW_TITLE => 'Select URL'; + use constant TMUX_WINDOW_ID => 9999; use constant PROMPT_COLOR => "\033[42;30m"; use constant ACTIVE_LINK_HIGHLIGHT => "\033[44;4m";