mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
No commits in common. "ea0f1a1b8584825e05503bc56eb172e506b0b9ce" and "428802a4fdd7c19f07c3f8fe5ae2f5bdd22e1ea6" have entirely different histories.
ea0f1a1b85
...
428802a4fd
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -73,5 +73,3 @@ Windows/** text=auto eol=crlf
|
||||
# provided by git-lfs. https://github.com/git-lfs/git-lfs/wiki/File-Locking
|
||||
LICENSE text lockable
|
||||
CITATION.cff text lockable
|
||||
|
||||
# NOTE! .gitattributes doesn't support the case-insensitive style above!
|
||||
|
@ -122,14 +122,14 @@ repos:
|
||||
|
||||
# prettier, opinionated code formatter
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.1.0"
|
||||
rev: "v3.0.3"
|
||||
hooks:
|
||||
- id: prettier
|
||||
# These are handled by Black below or pretty-format-json above
|
||||
exclude_types: [python, pyi, jupyter, json]
|
||||
additional_dependencies: [
|
||||
# https://www.npmjs.com/package/prettier
|
||||
"prettier@3.1.0",
|
||||
"prettier@3.0.3",
|
||||
# https://www.npmjs.com/package/prettier-plugin-nginx
|
||||
"prettier-plugin-nginx@1.0.3",
|
||||
# https://www.npmjs.com/package/prettier-plugin-toml
|
||||
@ -146,7 +146,7 @@ repos:
|
||||
|
||||
# Shell code formatter, requires Go
|
||||
- repo: https://github.com/scop/pre-commit-shfmt
|
||||
rev: v3.7.0-2
|
||||
rev: v3.7.0-1
|
||||
hooks:
|
||||
- id: shfmt
|
||||
#- id: shfmt-docker
|
||||
|
@ -1 +0,0 @@
|
||||
output * bg #000000 solid_color
|
@ -1,9 +1,3 @@
|
||||
# See `man swaybg` for more information.
|
||||
# Modes: stretch, fill, fit, center, or tile.
|
||||
|
||||
# Set ~/.wallpaper as the background on all displays, fitting it to the
|
||||
# centre of displays and use solid black as fallback colour. As I tend to
|
||||
# prefer AMOLED black wallpapers, it's indistinguishable where the wallpaper
|
||||
# ends and solid colour continues.
|
||||
# Via https://github.com/swaywm/sway/pull/2439
|
||||
output * bg ~/.wallpaper fit #000000
|
||||
# Modes: stretch, fill, fit, center, or tile
|
||||
output * bg ~/.wallpaper stretch
|
||||
|
Loading…
x
Reference in New Issue
Block a user