Compare commits

...

3 Commits

Author SHA1 Message Date
c22a4a4a0b fix vs code transparency 2025-12-29 14:37:28 +01:00
ff36b11e4f change default yazi editor and other programs 2025-12-29 14:37:09 +01:00
5aa58aaf5f add upscayl 2025-12-29 14:36:41 +01:00
3 changed files with 12 additions and 1 deletions

View File

@@ -57,6 +57,7 @@
yt-dlp
waifu2x-converter-cpp
libheif
upscayl
# Office & productivity
libreoffice-fresh

View File

@@ -110,7 +110,7 @@ window-rule {
}
window-rule {
match app-id="Code"
match app-id="code"
opacity 0.9
}

10
yazi/yazi.toml Normal file
View File

@@ -0,0 +1,10 @@
[opener]
play = [
{ run = 'vlc "$@"', orphan = true, for = "unix" },
]
edit = [
{ run = 'nvim "$@"', block = true, for = "unix" },
]
open = [
{ run = 'xdg-open "$@"', desc = "Open" },
]