mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-06 06:07:21 +02:00
Compare commits
No commits in common. "17ce1537d1d3f6dd515379ac4712fff3eafb9837" and "3ade14828a082d9d4ec9ddf86b8b9f4244eafe29" have entirely different histories.
17ce1537d1
...
3ade14828a
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.1
|
||||
rev: 6.0.0
|
||||
hooks:
|
||||
- id: isort
|
||||
name: isort (python)
|
||||
|
1
bash/usr-local-bin/.gitignore
vendored
1
bash/usr-local-bin/.gitignore
vendored
@ -11,5 +11,4 @@ chrome
|
||||
iwd-wifi
|
||||
iwd-wifi.bash
|
||||
vim
|
||||
vivaldi-snapshot
|
||||
yay
|
||||
|
@ -1,8 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -x
|
||||
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
|
||||
/usr/bin/vivaldi --ozone-platform=wayland --enable-features=WaylandWindowDecorations "$@"
|
||||
set +x
|
||||
|
@ -1 +0,0 @@
|
||||
vivaldi
|
@ -8,6 +8,6 @@
|
||||
"prettier-plugin-sh": "0.15.0",
|
||||
"prettier-plugin-toml": "2.0.2"
|
||||
},
|
||||
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
|
||||
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
|
||||
"prettier": "@aminda/global-prettier-config"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user