config/doom: add xclip for wayland
Needs wl-clipboard https://github.com/doomemacs/doomemacs/issues/5219
This commit is contained in:
parent
ef52d65629
commit
7355c4397f
|
@ -191,6 +191,7 @@ Version 2019-11-04 2021-02-16"
|
|||
|
||||
;; Treat clipboard input as UTF-8 string first; compound text next, etc.
|
||||
(setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))
|
||||
(add-hook 'window-setup-hook #'xclip-mode)
|
||||
|
||||
;;; Data Preservation
|
||||
|
||||
|
|
|
@ -4,6 +4,5 @@ $XDG_CONFIG_HOME/git
|
|||
$XDG_CONFIG_HOME/nvim
|
||||
$XDG_CONFIG_HOME/espanso
|
||||
$XDG_CONFIG_HOME/zsh/completion
|
||||
$XDG_CONFIG_HOME/sway/*.d/*.conf
|
||||
$CONFIG_SHELLS
|
||||
$HOME/.local/bin/*/
|
||||
|
|
Loading…
Reference in New Issue