Update .zshrc

Change attributes of .config/zellij/config.kdl
This commit is contained in:
2023-07-25 14:53:14 +02:00
parent 5b9b3b4d6c
commit 1df1c2c972
2 changed files with 5 additions and 2 deletions

View File

@@ -277,8 +277,11 @@ theme "dracula"
// Examples:
//
// copy_command "xclip -selection clipboard" // x11
// copy_command "wl-copy" // wayland
{{ if (eq .display "wayland") }}
copy_command "wl-copy" // wayland
{{ else }}
copy_command "pbcopy" // osx
{{ end }}
// Choose the destination for copied text
// Allows using the primary selection buffer (on x11/wayland) instead of the system clipboard.