AutoYADM commit: 2025-07-08 17:57:02
This commit is contained in:
parent
62e9b93736
commit
267f051541
2 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,6 @@ require-module notes
|
||||||
require-module plugins
|
require-module plugins
|
||||||
require-module yazi
|
require-module yazi
|
||||||
require-module luar
|
require-module luar
|
||||||
require-module clipboard
|
|
||||||
set-option global luar_interpreter luajit
|
set-option global luar_interpreter luajit
|
||||||
# only set to foot if we are on wayland
|
# only set to foot if we are on wayland
|
||||||
hook global ModuleLoaded wayland %{
|
hook global ModuleLoaded wayland %{
|
||||||
|
|
|
@ -15,9 +15,11 @@ define-command -override false fail
|
||||||
|
|
||||||
require-module ui-mode
|
require-module ui-mode
|
||||||
require-module colemak
|
require-module colemak
|
||||||
|
require-module clipboard
|
||||||
|
|
||||||
try %{
|
try %{
|
||||||
%opt{on_server}
|
%opt{on_server}
|
||||||
|
set-option global clipboard_copy_cmd %<base64 | tr -d '\n' | awk '{print "\033]52;c;" $0 "\a"}'>
|
||||||
colorscheme ashen-local
|
colorscheme ashen-local
|
||||||
} catch %{
|
} catch %{
|
||||||
colorscheme ashen
|
colorscheme ashen
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue