6 Commits

Author SHA1 Message Date
vlad doster
eed099b954 Cohesive shell script formatting
- Format all shell scripts using [shfmt]
  (https://github.com/mvdan/sh).

Options used:

* `-bn`: binary ops like && and | may start a line
* `-sr`: redirect operators will be followed by a space
* `-ci`: indent switch cases
* `-i 4`: indent 4 spaces
* `-s`: simplify the code
* `-p`: parse for posix compliance

- Add Github action to lint changes to scripts and enforce formatting
  going forward

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2021-03-15 06:16:20 -05:00
Luke Smith
deecc42707
startx alias 2021-03-07 15:40:43 -05:00
Luke Smith
be67c974a2
absolutely moronic pulseaudio reload error fix 2021-01-20 14:55:26 -05:00
Luke Smith
b30ca735b6
possible PA fix for arch machines 2020-12-03 07:41:32 -05:00
Luke Smith
fbc42104c0
pulseaudio fix for artix 2020-11-29 09:09:30 -05:00
Luke Smith
cba0fcc03d
old stuff removed
many files renamed, possible breakage
2020-11-16 18:06:41 -05:00