mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
misc: Small fixes
Some minor things I noticed that don't warrant their own commits.
This commit is contained in:
parent
440324f99c
commit
ede159908c
@ -1,8 +1,9 @@
|
|||||||
pkgname=tari-util-xeventbind
|
pkgname=tari-util-xeventbind
|
||||||
pkgver=0.1.0
|
pkgver=0.1.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Run a script on resolution change"
|
pkgdesc="Run a script on resolution change"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
license=('MIT')
|
||||||
provides=('xeventbind')
|
provides=('xeventbind')
|
||||||
conflicts=('xeventbind')
|
conflicts=('xeventbind')
|
||||||
depends=('libx11')
|
depends=('libx11')
|
||||||
@ -10,7 +11,7 @@ source=('xeb_event_types.h' 'xeb_handler.c' 'xeb_handler.h' 'main.c' 'Makefile'
|
|||||||
sha256sums=('5e55b56bc1fc281d2549bb892a1a7e93f5eb7cb7ff88d3216345907456d02801'
|
sha256sums=('5e55b56bc1fc281d2549bb892a1a7e93f5eb7cb7ff88d3216345907456d02801'
|
||||||
'9a26c895d79244c76e3c9b5842dab6e6d4b628842f6f63a3001d4563c253a28b'
|
'9a26c895d79244c76e3c9b5842dab6e6d4b628842f6f63a3001d4563c253a28b'
|
||||||
'b57396a210fde7858928c1e44febd1cecc2aa715b58ca11590afddc5aa3d7a75'
|
'b57396a210fde7858928c1e44febd1cecc2aa715b58ca11590afddc5aa3d7a75'
|
||||||
'86352dc57e084a0e3ddf1b31a06b57d9d267f39618d6de077150da720cc3728c'
|
'1d44006d8e14ebd062415a8f20d746fe8771eacf5165d3064f20401b9ddca32d'
|
||||||
'420ee5dc1349c226423bf009a71a3f0b0b33456ffdf35d682fc12ee5b4dd207f'
|
'420ee5dc1349c226423bf009a71a3f0b0b33456ffdf35d682fc12ee5b4dd207f'
|
||||||
'e219b161877df1f1986c4e79794fde8b6cb209da7bc4b4442b925da0d7fd93ee')
|
'e219b161877df1f1986c4e79794fde8b6cb209da7bc4b4442b925da0d7fd93ee')
|
||||||
|
|
||||||
|
@ -105,4 +105,3 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
return xeb_loop() ? EXIT_FAILURE : EXIT_SUCCESS;
|
return xeb_loop() ? EXIT_FAILURE : EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,13 +1,6 @@
|
|||||||
# This .stow-local-ignore file is used to prevent stow from
|
# This .stow-local-ignore file is used to prevent stow from
|
||||||
# ignoring the .gitignore file by default.
|
# ignoring the .gitignore file by default.
|
||||||
#
|
#
|
||||||
# Since the root of this repository is also the package directory,
|
|
||||||
# it is also used to ignore things that aren't dotfiles.
|
|
||||||
#
|
|
||||||
# https://www.gnu.org/software/stow/manual/stow.html#Ignore-Lists
|
# https://www.gnu.org/software/stow/manual/stow.html#Ignore-Lists
|
||||||
|
|
||||||
README.md
|
README.md
|
||||||
LICENSE
|
|
||||||
Makefile
|
|
||||||
.git/*
|
|
||||||
.directory
|
|
||||||
|
@ -18,7 +18,7 @@ You should not use vim if:
|
|||||||
- [fzf][fzf] - Fuzzy search support
|
- [fzf][fzf] - Fuzzy search support
|
||||||
- [ripgrep][ripgrep] - Jump between lines in files
|
- [ripgrep][ripgrep] - Jump between lines in files
|
||||||
- [git][git] - Git diff support
|
- [git][git] - Git diff support
|
||||||
- [texlive][texlive]) - TeX support
|
- [texlive][texlive] - TeX support
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user