AutoYADM commit: 2025-07-09 14:22:03

This commit is contained in:
Daniel Fichtinger 2025-07-09 14:22:03 -04:00
parent 0947338afb
commit ee833820f0
3 changed files with 17 additions and 9 deletions

View file

@ -17,18 +17,11 @@ require-module ui-mode
require-module colemak
require-module clipboard
try %{
colorscheme ashen
} catch %{
colorscheme ashen-local
}
try %{
%opt{on_server}
set-option global clipboard_copy_cmd %<base64 | tr -d '\n' | awk '{print "\033]52;c;" $0 "\a"}'>
colorscheme ashen-local
} catch %{
colorscheme ashen
source %exp{%val{config}/extra.kak}
}