mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-05 05:37:20 +02:00
Compare commits
2 Commits
3ade14828a
...
17ce1537d1
Author | SHA1 | Date | |
---|---|---|---|
17ce1537d1 | |||
910e1df6f6 |
2
.pre-commit-config.yaml
vendored
2
.pre-commit-config.yaml
vendored
@ -60,7 +60,7 @@ repos:
|
||||
additional_dependencies: [types-tabulate]
|
||||
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 6.0.0
|
||||
rev: 6.0.1
|
||||
hooks:
|
||||
- id: isort
|
||||
name: isort (python)
|
||||
|
1
bash/usr-local-bin/.gitignore
vendored
1
bash/usr-local-bin/.gitignore
vendored
@ -11,4 +11,5 @@ chrome
|
||||
iwd-wifi
|
||||
iwd-wifi.bash
|
||||
vim
|
||||
vivaldi-snapshot
|
||||
yay
|
||||
|
@ -1,4 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
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
|
||||
|
1
bash/usr-local-bin/vivaldi-snapshot
Symbolic link
1
bash/usr-local-bin/vivaldi-snapshot
Symbolic link
@ -0,0 +1 @@
|
||||
vivaldi
|
@ -8,6 +8,6 @@
|
||||
"prettier-plugin-sh": "0.15.0",
|
||||
"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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user