diff options
author | Guangxiong Lin <[email protected]> | 2023-04-25 23:26:05 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-04-25 23:26:05 +0800 |
commit | 6e0f184e5098970ef31d32472041c6a46247885f (patch) | |
tree | d16af651ef40ec5f59ee1916b386e43946d3b277 | |
parent | 8d0c83b2ed5d1e059462484ebdf0cac0b9a80161 (diff) | |
download | dotfiles-6e0f184e5098970ef31d32472041c6a46247885f.tar.gz dotfiles-6e0f184e5098970ef31d32472041c6a46247885f.tar.bz2 dotfiles-6e0f184e5098970ef31d32472041c6a46247885f.zip |
Add zathura config
-rw-r--r-- | .config/zathura/zathurarc | 1 | ||||
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100644 index 0000000..ea10740 --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1 @@ +set selection-clipboard clipboard diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index b1bb9ef..ca2594d 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -24,7 +24,7 @@ link_all () { .config/i3 .config/polybar .xinitrc .pam_environment \ .zprofile .newsboat .ledgerrc .nnnrc .alacritty.yml .fzfrc .zplugrc \ .env .zrc .config/kitty .wezterm.lua .config/mpv \ - .config/sway .config/swaylock + .config/sway .config/swaylock .config/zathura } main () { |