AutoYADM commit: 2025-07-08 18:12:09

This commit is contained in:
Daniel Fichtinger 2025-07-08 18:12:10 -04:00
parent 267f051541
commit 08b0c00bd6
3 changed files with 12 additions and 2 deletions

View file

@ -17,6 +17,12 @@ 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"}'>