mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
4 Commits
428802a4fd
...
ea0f1a1b85
Author | SHA1 | Date | |
---|---|---|---|
ea0f1a1b85 | |||
e322b50e73 | |||
954632896c | |||
2c37d11603 |
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -73,3 +73,5 @@ Windows/** text=auto eol=crlf
|
|||||||
# provided by git-lfs. https://github.com/git-lfs/git-lfs/wiki/File-Locking
|
# provided by git-lfs. https://github.com/git-lfs/git-lfs/wiki/File-Locking
|
||||||
LICENSE text lockable
|
LICENSE text lockable
|
||||||
CITATION.cff 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
|
# prettier, opinionated code formatter
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: "v3.0.3"
|
rev: "v3.1.0"
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
# These are handled by Black below or pretty-format-json above
|
# These are handled by Black below or pretty-format-json above
|
||||||
exclude_types: [python, pyi, jupyter, json]
|
exclude_types: [python, pyi, jupyter, json]
|
||||||
additional_dependencies: [
|
additional_dependencies: [
|
||||||
# https://www.npmjs.com/package/prettier
|
# https://www.npmjs.com/package/prettier
|
||||||
"prettier@3.0.3",
|
"prettier@3.1.0",
|
||||||
# https://www.npmjs.com/package/prettier-plugin-nginx
|
# https://www.npmjs.com/package/prettier-plugin-nginx
|
||||||
"prettier-plugin-nginx@1.0.3",
|
"prettier-plugin-nginx@1.0.3",
|
||||||
# https://www.npmjs.com/package/prettier-plugin-toml
|
# https://www.npmjs.com/package/prettier-plugin-toml
|
||||||
@ -146,7 +146,7 @@ repos:
|
|||||||
|
|
||||||
# Shell code formatter, requires Go
|
# Shell code formatter, requires Go
|
||||||
- repo: https://github.com/scop/pre-commit-shfmt
|
- repo: https://github.com/scop/pre-commit-shfmt
|
||||||
rev: v3.7.0-1
|
rev: v3.7.0-2
|
||||||
hooks:
|
hooks:
|
||||||
- id: shfmt
|
- id: shfmt
|
||||||
#- id: shfmt-docker
|
#- id: shfmt-docker
|
||||||
|
1
conf/sway/config.d/wallpaper-black.conf
Normal file
1
conf/sway/config.d/wallpaper-black.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
output * bg #000000 solid_color
|
@ -1,3 +1,9 @@
|
|||||||
# See `man swaybg` for more information.
|
# See `man swaybg` for more information.
|
||||||
# Modes: stretch, fill, fit, center, or tile
|
# Modes: stretch, fill, fit, center, or tile.
|
||||||
output * bg ~/.wallpaper stretch
|
|
||||||
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user