diff options
| author | silly <u65487754@gmail.com> | 2026-04-05 05:22:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-05 05:22:02 +0000 |
| commit | a94c4a966838a0373c75c9f8a87057098fdb7e2f (patch) | |
| tree | a666582469a982283f0410d88d7976bfe217b2cf | |
| parent | 278c5c45c7de76f95d66fe8e8a716dd17748ad4a (diff) | |
Update silly.sh
| -rw-r--r-- | silly.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -76,7 +76,8 @@ install() { xdg-mime default imv.desktop image/jpeg image/png image/gif image/webp image/bmp image/tiff xdg-mime default mpv.desktop video/mp4 video/x-matroska video/webm video/quicktime video/x-msvideo video/x-flv xdg-mime default dev.zed.Zed.desktop text/plain text/markdown text/x-shellscript text/x-python text/x-lua text/x-perl text/x-ruby text/x-yaml text/css text/html application/json application/xml text/x-csrc text/x-chdr text/x-c++src text/x-rust text/x-go - + gsettings set org.gnome.nautilus.window-state sort-column 'type' + pkill -x firefox && sleep 1 || true firefox --headless --no-remote 2>/dev/null & sleep 3 |
