feat: yazi extra shortcuts
# Changes ## docs: - Add extra tutorial docs ## Features: - Add `pdf combine` to yazi - Add `pdf normalization` to yazi - Add `Markdown to html` to yazi ## Breaking Changes: - Rename sops secret `wireguard/conf` to `wireguard/wg0.conf`: Make sure update your `sops-conf.nix` and secrets file.
This commit is contained in:
parent
dc8f796e18
commit
54ab4d4181
17 changed files with 266 additions and 34 deletions
|
|
@ -3,10 +3,6 @@ let
|
|||
top = "60";
|
||||
right = "100%-w-10";
|
||||
notransTag = "notrans";
|
||||
noTransList = [
|
||||
"title:(.*)( - YouTube — Mozilla Firefox)"
|
||||
"title:(.*)( - 巴哈姆特動畫瘋 — Mozilla Firefox)"
|
||||
];
|
||||
in
|
||||
{
|
||||
windowrule = [
|
||||
|
|
@ -109,13 +105,7 @@ in
|
|||
# Disable Tansparent
|
||||
"opacity 1.0 override 1.0 override, tag:${notransTag}"
|
||||
"noblur, tag: ^(${notransTag})$"
|
||||
]
|
||||
++ (concatLists (
|
||||
map (w: [
|
||||
"opacity 1.0 override 1.0 override, ${w}"
|
||||
"noblur, ${w}"
|
||||
]) noTransList
|
||||
));
|
||||
];
|
||||
|
||||
layerrule = [
|
||||
"blur, waybar"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue