Compare commits
3 Commits
a83acba383
...
c22a4a4a0b
| Author | SHA1 | Date | |
|---|---|---|---|
| c22a4a4a0b | |||
| ff36b11e4f | |||
| 5aa58aaf5f |
@@ -57,6 +57,7 @@
|
||||
yt-dlp
|
||||
waifu2x-converter-cpp
|
||||
libheif
|
||||
upscayl
|
||||
|
||||
# Office & productivity
|
||||
libreoffice-fresh
|
||||
|
||||
@@ -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
10
yazi/yazi.toml
Normal 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" },
|
||||
]
|
||||
Reference in New Issue
Block a user