Compare commits

...

2 Commits

5 changed files with 9 additions and 3 deletions

View File

@ -60,7 +60,7 @@ repos:
additional_dependencies: [types-tabulate] additional_dependencies: [types-tabulate]
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 6.0.0 rev: 6.0.1
hooks: hooks:
- id: isort - id: isort
name: isort (python) name: isort (python)

View File

@ -11,4 +11,5 @@ chrome
iwd-wifi iwd-wifi
iwd-wifi.bash iwd-wifi.bash
vim vim
vivaldi-snapshot
yay yay

View File

@ -1,4 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -x set -x
/usr/bin/vivaldi --ozone-platform=wayland --enable-features=WaylandWindowDecorations "$@" if [[ -d "$HOME/.config/vivaldi-snapshot" && -d "$HOME/.cache/vivaldi-snapshot" ]]; then
/usr/bin/vivaldi-snapshot --ozone-platform=wayland --disk-cache-dir='/dev/null' --enable-features=WaylandWindowDecorations "$@"
else
/usr/bin/vivaldi --ozone-platform=wayland --disk-cache-dir='/dev/null' --enable-features=WaylandWindowDecorations "$@"
fi
set +x set +x

View File

@ -0,0 +1 @@
vivaldi

View File

@ -8,6 +8,6 @@
"prettier-plugin-sh": "0.15.0", "prettier-plugin-sh": "0.15.0",
"prettier-plugin-toml": "2.0.2" "prettier-plugin-toml": "2.0.2"
}, },
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af", "packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"prettier": "@aminda/global-prettier-config" "prettier": "@aminda/global-prettier-config"
} }