do not track binary files

This commit is contained in:
Ray Elliott 2020-04-21 17:00:07 +01:00
parent 86a9fd9a8c
commit d75f6e484e
7 changed files with 6 additions and 40 deletions

6
.gitignore vendored
View File

@ -1,2 +1,8 @@
broot
dwm
dwmc
lf lf
slock
st
surf
youtube-dl youtube-dl

BIN
broot

Binary file not shown.

BIN
dwm

Binary file not shown.

40
dwmc
View File

@ -1,40 +0,0 @@
#!/usr/bin/env sh
signal() {
xsetroot -name "fsignal:$*"
}
case $# in
1)
case $1 in
setlayout | view | viewall | togglebar | togglefloating | zoom | killclient | quit)
signal $1
;;
*)
echo "Unknown command or missing one argument."
exit 1
;;
esac
;;
2)
case $1 in
view)
signal $1 ui $2
;;
viewex | toggleviewex | tagex | toggletagex | setlayoutex | focusstack | incnmaster | focusmon | tagmon)
signal $1 i $2
;;
setmfact)
signal $1 f $2
;;
*)
echo "Unknown command or one too many arguments."
exit 1
;;
esac
;;
*)
echo "Too many arguments."
exit 1
;;
esac

BIN
slock

Binary file not shown.

BIN
st

Binary file not shown.

BIN
surf

Binary file not shown.