move bin to /usr/local/bin and configs to .config
This commit is contained in:
parent
b77d701595
commit
f74f5b88b7
6
Makefile
6
Makefile
@ -1,11 +1,9 @@
|
|||||||
# bthandler
|
# bthandler
|
||||||
# See LICENSE file for copyright and license details.
|
# See LICENSE file for copyright and license details.
|
||||||
|
|
||||||
VERSION = 1.1
|
|
||||||
|
|
||||||
# paths
|
# paths
|
||||||
DESTDIR= ~/.local/bin
|
DESTDIR = /usr/local/bin
|
||||||
DATA_DIR = ~/.local/share/bt#if changed, needs adjustment in bt as well (defined in the beginning)
|
DATA_DIR = ~/.config/bt#if changed, needs adjustment in bt as well (defined in the beginning)
|
||||||
SRC = bt
|
SRC = bt
|
||||||
|
|
||||||
|
|
||||||
|
6
bt
6
bt
@ -7,9 +7,9 @@ bar="dwmblocks"
|
|||||||
barsignal="4"
|
barsignal="4"
|
||||||
|
|
||||||
#locations of blacklist and hard coded list of paired devices (watch out, need to modify Makefile as well if you want to change these values and still use make install)
|
#locations of blacklist and hard coded list of paired devices (watch out, need to modify Makefile as well if you want to change these values and still use make install)
|
||||||
BLACKLIST=${XDG_DATA_HOME:-$HOME/.local/share}/bt/blacklist
|
BLACKLIST=${XDG_CONFIG_HOMe:-$HOME/.config}/bt/blacklist
|
||||||
PAIRLIST=${XDG_DATA_HOME:-$HOME/.local/share}/bt/paired
|
PAIRLIST=${XDG_CONFIG_HOME:-$HOME/.config}/bt/paired
|
||||||
ALIASLIST=${XDG_DATA_HOME:-$HOME/.local/share}/bt/alias
|
ALIASLIST=${XDG_CONFIG_HOME:-$HOME/.config}/bt/alias
|
||||||
|
|
||||||
actions="$(printf 'pair\nunpair\n')"
|
actions="$(printf 'pair\nunpair\n')"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user