diff --git a/dot_config/zellij/config.kdl b/dot_config/zellij/config.kdl.tmpl similarity index 99% rename from dot_config/zellij/config.kdl rename to dot_config/zellij/config.kdl.tmpl index 5858bee..7cb0ced 100644 --- a/dot_config/zellij/config.kdl +++ b/dot_config/zellij/config.kdl.tmpl @@ -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. diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index a20ab98..8580d3e 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -39,7 +39,7 @@ export BITEME_ROOT="$HOME/Documents/vaults/kjuulh" alias devshuttle="$HOME/go/bin/shuttle" alias kitty="kitty --config ~/.config/kitty/kitty.conf" alias lg="lazygit" - +alias hx="helix" export LW_DEFAULT_THEME='false' export EDITOR=hx