added transmission configs
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"lastUpdate": 1595060143320
|
"lastUpdate": 1595485823082
|
||||||
}
|
}
|
||||||
+2
@@ -10,6 +10,8 @@ In your vim/neovim, run command:
|
|||||||
:CocInstall coc-vimtex
|
:CocInstall coc-vimtex
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or add this plugin's folder to your vim's runtimepath.
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
- `coc.source.vimtex.disableSyntaxes` disabled syntax names.
|
- `coc.source.vimtex.disableSyntaxes` disabled syntax names.
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "coc-vimtex",
|
"name": "coc-vimtex",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "vimtex integration for coc.nvim",
|
"description": "vimtex integration for coc.nvim",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"publisher": "chemzqm",
|
"publisher": "chemzqm",
|
||||||
|
|||||||
-1
@@ -10,7 +10,6 @@ exports.activate = async context => {
|
|||||||
workspace.showMessage('vimtex not loaded', 'error')
|
workspace.showMessage('vimtex not loaded', 'error')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
regex = regex.slice(2, regex.length)
|
|
||||||
let pattern = new RegExp(convertRegex(regex) + '$')
|
let pattern = new RegExp(convertRegex(regex) + '$')
|
||||||
|
|
||||||
function convertItems(list) {
|
function convertItems(list) {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"coc-json": ">=1.2.6",
|
"coc-json": ">=1.2.6",
|
||||||
"coc-vimtex": ">=1.0.3"
|
"coc-vimtex": ">=1.0.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
https://security.stackexchange.com/questions/220068/using-local-port-forwarding-from-raspberrypi-to-vps-in-order-to-be-able-to-acces ssh - Using local port forwarding from RaspberryPI to VPS in order to be able to access the PI from anywhere on the Internet, security considerations? - Information Security Stack Exchange
|
https://security.stackexchange.com/questions/220068/using-local-port-forwarding-from-raspberrypi-to-vps-in-order-to-be-able-to-acces ssh - Using local port forwarding from RaspberryPI to VPS in order to be able to access the PI from anywhere on the Internet, security considerations? - Information Security Stack Exchange
|
||||||
https://gist.github.com/attacus/cb5c8a53380ca755b10a5b37a636a0b9 Create your own encrypted chat server with Riot and Matrix
|
https://gist.github.com/attacus/cb5c8a53380ca755b10a5b37a636a0b9 Create your own encrypted chat server with Riot and Matrix
|
||||||
https://twitter.com/intent/tweet?original_referer=https%3A%2F%2Fmy.vultr.com%2F&ref_src=twsrc%5Etfw&text=I%20just%20deployed%20a%20high%20performance%20cloud%20server%20on%20Vultr.com%20!%20%23ILoveVultr%20%23Cloud&tw_p=tweetbutton&url=http%3A%2F%2Fgoo.gl%2FZLou61 Home / Twitter
|
https://twitter.com/intent/tweet?original_referer=https%3A%2F%2Fmy.vultr.com%2F&ref_src=twsrc%5Etfw&text=I%20just%20deployed%20a%20high%20performance%20cloud%20server%20on%20Vultr.com%20!%20%23ILoveVultr%20%23Cloud&tw_p=tweetbutton&url=http%3A%2F%2Fgoo.gl%2FZLou61 Home / Twitter
|
||||||
|
https://translate.google.com/#view=home&op=translate&sl=de&tl=ja&text=Generation Google Translate
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
gre https://www.prepscholar.com/gre/a/dashboard
|
gre https://www.prepscholar.com/gre/a/dashboard
|
||||||
ys https://www.youtube.com/feed/subscriptions
|
ys https://www.youtube.com/feed/subscriptions
|
||||||
moo https://moodle-app2.let.ethz.ch/
|
moo https://moodle-app2.let.ethz.ch/
|
||||||
riot https://riot.im/app/#/room/!TVGuLdRkkENrCZonlF:matrix.org
|
|
||||||
fit https://boards.4channel.org/fit/
|
fit https://boards.4channel.org/fit/
|
||||||
wsg https://boards.4channel.org/wsg/
|
wsg https://boards.4channel.org/wsg/
|
||||||
mad https://www.cse-lab.ethz.ch/teaching/mad_fs20/
|
mad https://www.cse-lab.ethz.ch/teaching/mad_fs20/
|
||||||
|
kanji https://kanji.sljfaq.org/
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,68 @@
|
|||||||
|
{
|
||||||
|
"alt-speed-down": 50,
|
||||||
|
"alt-speed-enabled": false,
|
||||||
|
"alt-speed-time-begin": 540,
|
||||||
|
"alt-speed-time-day": 127,
|
||||||
|
"alt-speed-time-enabled": false,
|
||||||
|
"alt-speed-time-end": 1020,
|
||||||
|
"alt-speed-up": 50,
|
||||||
|
"bind-address-ipv4": "0.0.0.0",
|
||||||
|
"bind-address-ipv6": "::",
|
||||||
|
"blocklist-enabled": false,
|
||||||
|
"blocklist-url": "http://www.example.com/blocklist",
|
||||||
|
"cache-size-mb": 4,
|
||||||
|
"dht-enabled": true,
|
||||||
|
"download-dir": "/home/alex/dl",
|
||||||
|
"download-queue-enabled": true,
|
||||||
|
"download-queue-size": 5,
|
||||||
|
"encryption": 1,
|
||||||
|
"idle-seeding-limit": 30,
|
||||||
|
"idle-seeding-limit-enabled": false,
|
||||||
|
"incomplete-dir": "/home/alex/dl",
|
||||||
|
"incomplete-dir-enabled": false,
|
||||||
|
"lpd-enabled": false,
|
||||||
|
"message-level": 2,
|
||||||
|
"peer-congestion-algorithm": "",
|
||||||
|
"peer-id-ttl-hours": 6,
|
||||||
|
"peer-limit-global": 200,
|
||||||
|
"peer-limit-per-torrent": 50,
|
||||||
|
"peer-port": 51413,
|
||||||
|
"peer-port-random-high": 65535,
|
||||||
|
"peer-port-random-low": 49152,
|
||||||
|
"peer-port-random-on-start": false,
|
||||||
|
"peer-socket-tos": "default",
|
||||||
|
"pex-enabled": true,
|
||||||
|
"port-forwarding-enabled": true,
|
||||||
|
"preallocation": 1,
|
||||||
|
"prefetch-enabled": true,
|
||||||
|
"queue-stalled-enabled": true,
|
||||||
|
"queue-stalled-minutes": 30,
|
||||||
|
"ratio-limit": 2,
|
||||||
|
"ratio-limit-enabled": false,
|
||||||
|
"rename-partial-files": true,
|
||||||
|
"rpc-authentication-required": false,
|
||||||
|
"rpc-bind-address": "0.0.0.0",
|
||||||
|
"rpc-enabled": true,
|
||||||
|
"rpc-host-whitelist": "",
|
||||||
|
"rpc-host-whitelist-enabled": true,
|
||||||
|
"rpc-password": "{3d07ccc105cd3fb50502a091e4636a21569d1b0ekXDsxTuV",
|
||||||
|
"rpc-port": 9091,
|
||||||
|
"rpc-url": "/transmission/",
|
||||||
|
"rpc-username": "",
|
||||||
|
"rpc-whitelist": "127.0.0.1,::1",
|
||||||
|
"rpc-whitelist-enabled": true,
|
||||||
|
"scrape-paused-torrents-enabled": true,
|
||||||
|
"script-torrent-done-enabled": false,
|
||||||
|
"script-torrent-done-filename": "",
|
||||||
|
"seed-queue-enabled": false,
|
||||||
|
"seed-queue-size": 10,
|
||||||
|
"speed-limit-down": 100,
|
||||||
|
"speed-limit-down-enabled": false,
|
||||||
|
"speed-limit-up": 100,
|
||||||
|
"speed-limit-up-enabled": false,
|
||||||
|
"start-added-torrents": true,
|
||||||
|
"trash-original-torrent-files": false,
|
||||||
|
"umask": 18,
|
||||||
|
"upload-slots-per-torrent": 14,
|
||||||
|
"utp-enabled": true
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"downloaded-bytes": 49144363857,
|
||||||
|
"files-added": 42,
|
||||||
|
"seconds-active": 60346,
|
||||||
|
"session-count": 4,
|
||||||
|
"uploaded-bytes": 9233520240
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,99 @@
|
|||||||
|
{
|
||||||
|
"alt-speed-down": 50,
|
||||||
|
"alt-speed-enabled": false,
|
||||||
|
"alt-speed-time-begin": 540,
|
||||||
|
"alt-speed-time-day": 127,
|
||||||
|
"alt-speed-time-enabled": false,
|
||||||
|
"alt-speed-time-end": 1020,
|
||||||
|
"alt-speed-up": 50,
|
||||||
|
"bind-address-ipv4": "0.0.0.0",
|
||||||
|
"bind-address-ipv6": "::",
|
||||||
|
"blocklist-enabled": false,
|
||||||
|
"blocklist-updates-enabled": true,
|
||||||
|
"blocklist-url": "http://www.example.com/blocklist",
|
||||||
|
"cache-size-mb": 4,
|
||||||
|
"compact-view": false,
|
||||||
|
"details-window-height": 755,
|
||||||
|
"details-window-width": 898,
|
||||||
|
"dht-enabled": true,
|
||||||
|
"download-dir": "/home/alex",
|
||||||
|
"download-queue-enabled": true,
|
||||||
|
"download-queue-size": 5,
|
||||||
|
"encryption": 1,
|
||||||
|
"idle-seeding-limit": 30,
|
||||||
|
"idle-seeding-limit-enabled": false,
|
||||||
|
"incomplete-dir": "/home/alex/dl",
|
||||||
|
"incomplete-dir-enabled": false,
|
||||||
|
"inhibit-desktop-hibernation": false,
|
||||||
|
"lpd-enabled": false,
|
||||||
|
"main-window-height": 1747,
|
||||||
|
"main-window-is-maximized": 0,
|
||||||
|
"main-window-width": 3194,
|
||||||
|
"main-window-x": 0,
|
||||||
|
"main-window-y": 47,
|
||||||
|
"message-level": 2,
|
||||||
|
"open-dialog-dir": "/home/alex",
|
||||||
|
"peer-congestion-algorithm": "",
|
||||||
|
"peer-id-ttl-hours": 6,
|
||||||
|
"peer-limit-global": 200,
|
||||||
|
"peer-limit-per-torrent": 50,
|
||||||
|
"peer-port": 51413,
|
||||||
|
"peer-port-random-high": 65535,
|
||||||
|
"peer-port-random-low": 49152,
|
||||||
|
"peer-port-random-on-start": false,
|
||||||
|
"peer-socket-tos": "default",
|
||||||
|
"pex-enabled": true,
|
||||||
|
"port-forwarding-enabled": true,
|
||||||
|
"preallocation": 1,
|
||||||
|
"prefetch-enabled": true,
|
||||||
|
"queue-stalled-enabled": true,
|
||||||
|
"queue-stalled-minutes": 30,
|
||||||
|
"ratio-limit": 2,
|
||||||
|
"ratio-limit-enabled": false,
|
||||||
|
"recent-download-dir-1": "/home/alex",
|
||||||
|
"rename-partial-files": true,
|
||||||
|
"rpc-authentication-required": false,
|
||||||
|
"rpc-bind-address": "0.0.0.0",
|
||||||
|
"rpc-enabled": false,
|
||||||
|
"rpc-host-whitelist": "",
|
||||||
|
"rpc-host-whitelist-enabled": true,
|
||||||
|
"rpc-password": "{aba01cb2975d64d146c5dfb84f2458b01063cc55NiUxAaqs",
|
||||||
|
"rpc-port": 9091,
|
||||||
|
"rpc-url": "/transmission/",
|
||||||
|
"rpc-username": "",
|
||||||
|
"rpc-whitelist": "127.0.0.1",
|
||||||
|
"rpc-whitelist-enabled": true,
|
||||||
|
"scrape-paused-torrents-enabled": true,
|
||||||
|
"script-torrent-done-enabled": false,
|
||||||
|
"script-torrent-done-filename": "",
|
||||||
|
"seed-queue-enabled": false,
|
||||||
|
"seed-queue-size": 10,
|
||||||
|
"show-backup-trackers": false,
|
||||||
|
"show-extra-peer-details": true,
|
||||||
|
"show-filterbar": true,
|
||||||
|
"show-notification-area-icon": false,
|
||||||
|
"show-options-window": true,
|
||||||
|
"show-statusbar": true,
|
||||||
|
"show-toolbar": true,
|
||||||
|
"show-tracker-scrapes": true,
|
||||||
|
"sort-mode": "sort-by-name",
|
||||||
|
"sort-reversed": false,
|
||||||
|
"speed-limit-down": 100,
|
||||||
|
"speed-limit-down-enabled": false,
|
||||||
|
"speed-limit-up": 100,
|
||||||
|
"speed-limit-up-enabled": false,
|
||||||
|
"start-added-torrents": true,
|
||||||
|
"statusbar-stats": "session-transfer",
|
||||||
|
"torrent-added-notification-enabled": true,
|
||||||
|
"torrent-complete-notification-enabled": true,
|
||||||
|
"torrent-complete-sound-command": "canberra-gtk-play -i complete-download -d 'transmission torrent downloaded'",
|
||||||
|
"torrent-complete-sound-enabled": true,
|
||||||
|
"trash-can-enabled": true,
|
||||||
|
"trash-original-torrent-files": false,
|
||||||
|
"umask": 18,
|
||||||
|
"upload-slots-per-torrent": 14,
|
||||||
|
"user-has-given-informed-consent": true,
|
||||||
|
"utp-enabled": true,
|
||||||
|
"watch-dir": "/home/alex",
|
||||||
|
"watch-dir-enabled": false
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"downloaded-bytes": 8816381636,
|
||||||
|
"files-added": 51,
|
||||||
|
"seconds-active": 9627,
|
||||||
|
"session-count": 7,
|
||||||
|
"uploaded-bytes": 482195634
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-1
@@ -22,6 +22,7 @@ dwmblocks &
|
|||||||
xset r rate 300 50 & # Speed xrate up
|
xset r rate 300 50 & # Speed xrate up
|
||||||
unclutter --timeout 2 --ignore-scrolling & # Remove mouse when idle
|
unclutter --timeout 2 --ignore-scrolling & # Remove mouse when idle
|
||||||
insync start &
|
insync start &
|
||||||
riot-desktop --hidden &
|
element-desktop --hidden &
|
||||||
|
transmission-daemon &
|
||||||
echo "$HOME/.config/mpd/state" | entr -np pkill -RTMIN+11 dwmblocks &
|
echo "$HOME/.config/mpd/state" | entr -np pkill -RTMIN+11 dwmblocks &
|
||||||
xrandr --listactivemonitors | grep -q '1920.*x1080.*HDMI-1$' && ( xrandr --output HDMI-1 --scale 1.5 && setbg ) # set scale for 2nd monitor if connected
|
xrandr --listactivemonitors | grep -q '1920.*x1080.*HDMI-1$' && ( xrandr --output HDMI-1 --scale 1.5 && setbg ) # set scale for 2nd monitor if connected
|
||||||
|
|||||||
Reference in New Issue
Block a user