diff --git a/Makefile b/Makefile index 9a3bf4a..4c753ab 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ remove: pamac-installer --remove tromjaro-fixes clean: - $(RM) -rf src/ pkg/ *.tar.xz \ No newline at end of file + $(RM) -rf src/ pkg/ *.tar.xz diff --git a/PKGBUILD b/PKGBUILD index ace5805..69b88ea 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -55,4 +55,4 @@ package() { install -d ${pkgdir}/etc/profile.d/ install -Dm644 ${srcdir}/tromjaro-fixes.sh ${pkgdir}/etc/profile.d/ -} \ No newline at end of file +} diff --git a/alpm-hooks/chaotic-keyring-refresh.hook b/alpm-hooks/chaotic-keyring-refresh.hook index 3a36988..5b36b6e 100644 --- a/alpm-hooks/chaotic-keyring-refresh.hook +++ b/alpm-hooks/chaotic-keyring-refresh.hook @@ -8,4 +8,4 @@ Target = * [Action] Description = Refreshing the chaotic-aur keyring... When = PreTransaction -Exec = /usr/bin/fix-chaotic-keyring \ No newline at end of file +Exec = /usr/bin/fix-chaotic-keyring diff --git a/bin/standalone/fix-chaotic-keyring b/bin/standalone/fix-chaotic-keyring index cd02b13..fab9994 100755 --- a/bin/standalone/fix-chaotic-keyring +++ b/bin/standalone/fix-chaotic-keyring @@ -1,2 +1,2 @@ #!/bin/bash -pacman-key --populate chaotic \ No newline at end of file +pacman-key --populate chaotic diff --git a/flatpak-overrides/global b/flatpak-overrides/global index 4e047e9..87db4b5 100644 --- a/flatpak-overrides/global +++ b/flatpak-overrides/global @@ -1,2 +1,2 @@ [Context] -filesystems=~/.themes; \ No newline at end of file +filesystems=~/.themes; diff --git a/tromjaro-fixes.sh b/tromjaro-fixes.sh index 3005cdb..1581eeb 100644 --- a/tromjaro-fixes.sh +++ b/tromjaro-fixes.sh @@ -14,4 +14,4 @@ export LESS_TERMCAP_us=$'\e[1;32m' export LESS_TERMCAP_ue=$'\e[0m' # Disable the beep sound -xset b off \ No newline at end of file +xset b off