So I had labored my means by way of and obtained Zathura to work on my mac. I used to be making an attempt to repeat textual content, however i’m unable to take action. So naturally, I went to google to repair the issue. I had utilized the given setting set selection-clipboard clipboard
, but it surely didn’t work. I am on a M2 Macbook Air.
~/.config/zathura/zathurarc:
# GENERAL SETTINGS
# --------------------------------------------- #
set selection-clipboard clipboard
set window-title-basename true
set statusbar-home-tilde true
# set recolor true
# NORD THEME
# https://github.com/arcticicestudio/nord/points/143
# --------------------------------------------- #
# nord0: #2e3440;
# nord1: #3b4252;
# nord2: #434c5e;
# nord3: #4c566a;
# nord4: #d8dee9;
# nord5: #e5e9f0;
# nord6: #eceff4;
# nord7: #8fbcbb;
# nord8: #88c0d0;
# nord9: #81a1c1;
# nord10: #5e81ac;
# nord11: #bf616a;
# nord12: #d08770;
# nord13: #ebcb8b;
# nord14: #a3be8c;
# nord15: #b48ead;
set default-bg "#2e3440" # nord0
set default-fg "#d8dee9" # nord4
set statusbar-bg "#2e3440" # nord0
set statusbar-fg "#d8dee9" # nord4
set inputbar-bg "#2e3440" # nord0
set inputbar-fg "#a3be8c" # nord14
set completion-bg "#2e3440" # nord0
set completion-fg "#d8dee9" # nord4
set completion-group-bg "#2e3440" # nord0
set completion-group-fg "#d8dee9" # nord4
set completion-highlight-bg "#434c5e" # nord2
set completion-highlight-fg "#d8dee9" # nord4
set notification-bg "#3b4252" # nord2
set notification-fg "#eceff4" # nord6
set notification-error-bg "#bf616a" # nord11
set notification-error-fg "#eceff4" # nord6
set notification-warning-bg "#ebcb8b" # nord13
set notification-warning-fg "#2e3440" # nord0
set highlight-color "rgba(136, 192, 208, 0.5)" # nord8
set highlight-active-color "rgba(136, 192, 208, 0.5)" # nord8
set index-bg "#2e3440" # nord0
set index-fg "#d8dee9" # nord4
set index-active-bg "#434c5e" # nord2
set index-active-fg "#d8dee9" # nord4
set recolor-darkcolor "#d8dee9" # nord4
set recolor-lightcolor "#2e3440" # nord0
set render-loading-bg "#2e3440" # nord0
set render-loading-fg "#d8dee9" # nord4
# # Lower spotlight prominence (e.g. after Vim ahead search)
# set highlight-transparency 0.8
# Gentle
set recolor-lightcolor "#fbfbfc" # markdown physique background
set recolor-darkcolor "#2e3440" # nord0
set default-bg "#fbfbfc" # markdown physique background
# Darkish
set recolor-lightcolor "#2e3440" # markdown physique background
set recolor-darkcolor "#fbfbfc" # nord0
set default-bg "#2e3440" # markdown physique background
# Change to gentle recolored mode
map L feedkeys ':set recolor-lightcolor "#fbfbfc"<Return>:set recolor-darkcolor "#2e3440"<Return>:set default-bg "#fbfbfc"<Return>:set recolor true<Return>'
# Change to darkish recolored mode
map D feedkeys ':set recolor-lightcolor "#2e3440"<Return>:set recolor-darkcolor "#fbfbfc"<Return>:set default-bg "#2e3440"<Return>:set recolor true<Return>'
# See additionally https://unix.stackexchange.com/questions/456837/zathura-shortcut-feedkeys-configuration-for-recolouring