From e73d320add6f4fd7963796e34fdba009719b4e51 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 9 Mar 2022 11:27:48 +0100 Subject: [PATCH] an2linux: Remove module I have not used an2linux in ages, time to remove. --- an2linux/.config/an2linux/config | 37 -------------------------------- an2linux/README.md | 12 ----------- 2 files changed, 49 deletions(-) delete mode 100644 an2linux/.config/an2linux/config delete mode 100644 an2linux/README.md diff --git a/an2linux/.config/an2linux/config b/an2linux/.config/an2linux/config deleted file mode 100644 index 4c0002a..0000000 --- a/an2linux/.config/an2linux/config +++ /dev/null @@ -1,37 +0,0 @@ -[tcp] -tcp_server = on -tcp_port = 46352 - -[bluetooth] -bluetooth_server = on - -# bluetooth_support_kitkat: enable bluetooth support for android 4.4 kitkat -# this setting is important for everyone using bluetooth -# you need to set this setting correctly otherwise it will not work -# if you are using android 4.4 kitkat this needs to be turned on -# because some cipher versions are not supported until after kitkat -# if you are using android 5.0+ you need to keep this setting off -bluetooth_support_kitkat = off - -[notification] -# notification_timeout: display notification for this many seconds -# set 0 to never expire -# this setting might be completely ignored by your notification server -notification_timeout = 5 - -# list_size_duplicates: number of latest notifications to keep -# integer 0-50, if a notification is in this list it will not be shown -# set to 0 to disable -list_size_duplicates = 0 - -# ignore_duplicates_list_for_titles: notification titles that ignore duplicates list -# comma-separated, case-sensitive -ignore_duplicates_list_for_titles = AN2Linux, title - -# keywords_to_ignore: do not show notifications that include these keywords in the notification titles -# comma-separated, case-sensitive. leading and trailing whitespace will be stripped. -keywords_to_ignore = Updating, Uploading - -# regexes_to_ignore: do not show notifications who's contents or title match the following regexes -regexes_to_ignore_in_title = -regexes_to_ignore_in_content = diff --git a/an2linux/README.md b/an2linux/README.md deleted file mode 100644 index 885ebb1..0000000 --- a/an2linux/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# an2linux - -[an2linux](https://github.com/rootkiwi/an2linuxserver) - mirror your android notifications on the linux desktop - -This module enables the bluetooth server portion of an2linuxserver, while disabling the wi-fi server. -Since these dotfiles are currently primarily running on a laptop, bluetooth is the easiest connection to make. -In order for bluetooth to work on archlinux, you will have to follow the set-up on the [archlinux wiki](https://wiki.archlinux.org/index.php/Bluetooth), as well as on the [`an2linux`](https://github.com/rootkiwi/an2linuxserver) github page. - -If the [services](/services) module is also enabled, `an2linux` will automatically start up on boot. -This is usually desirable, -but for initial pairing you will have to manually shut down the service and run the server manually with `an2linuxserver.py`. -The initial pairing needs interactive inputs and can not be done automatically -- once that is done, you can restart the service and everything should work perfectly.