do not track binary files
This commit is contained in:
parent
86a9fd9a8c
commit
d75f6e484e
7 changed files with 6 additions and 40 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,2 +1,8 @@
|
|||
broot
|
||||
dwm
|
||||
dwmc
|
||||
lf
|
||||
slock
|
||||
st
|
||||
surf
|
||||
youtube-dl
|
||||
|
|
|
|||
BIN
broot
BIN
broot
Binary file not shown.
BIN
dwm
BIN
dwm
Binary file not shown.
40
dwmc
40
dwmc
|
|
@ -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
BIN
slock
Binary file not shown.
BIN
st
BIN
st
Binary file not shown.
BIN
surf
BIN
surf
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue