Update .zshrc
Change attributes of .config/zellij/config.kdl
This commit is contained in:
@@ -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.
|
Reference in New Issue
Block a user