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";