diff --git a/gtk/.config/gtk-3.0/bookmarks b/gtk/.config/gtk-3.0/bookmarks index 4cac31d..994c0a7 100644 --- a/gtk/.config/gtk-3.0/bookmarks +++ b/gtk/.config/gtk-3.0/bookmarks @@ -1,14 +1,6 @@ -file:///run/media/powellc/KOBOeReader/.adds/koreader/settings KoReader -file:///run/media/powellc/GARMIN/GARMIN/ACTIVITY GPS Activities -file:///run/media/powellc/2E69-7AE3/app PS VIta -file:///run/media/powellc/PAT%20FLINT'S/MUSIC iPod 4G Music -file:///run/media/powellc/Sansa%20c240/SYSTEM/MUSIC C240 Music -file:///run/media/powellc/OWNER'S%20IPO/MUSIC iPod 2G Music -file:///run/media/powellc/SANSA%20CLIPZ/MUSIC Clip Zip Music file:///media/photos/webcams/weather file:///home/powellc/var/inbox file:///home/powellc/var file:///home/powellc/src file:///home/powellc/tmp sftp://root@pandora.unbl.ink/root Pandora -sftp://root@greip.unbl.ink/root Greip diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 3ad0a41..6ecdce8 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -406,9 +406,9 @@ exec --no-startup-id nm-applet exec --no-startup-id copyq # RELOAD -#exec --no-startup-id picom --config ~/.config/compton/compton.conf +exec --no-startup-id picom --config ~/.config/compton/compton.conf exec --no-startup-id dunst -exec --no-startup-id syncthing +#exec --no-startup-id syncthing exec xrdb --merge ~/.Xresoureces diff --git a/rofi/.config/rofi/searx-search.sh b/rofi/.config/rofi/searx-search.sh index ed241fd..0d4886f 100755 --- a/rofi/.config/rofi/searx-search.sh +++ b/rofi/.config/rofi/searx-search.sh @@ -10,7 +10,7 @@ # ----------------------------------------------------------------------------- # Script: -URL="https://search.unbl.ink/?q=" +URL="https://duckduckgo.com/?q=" main() { # Open rofi for prompt query=$(rofi -dmenu -matching fuzzy -location 0 -p "Query > ") diff --git a/rofi/.config/rofi/web-search.sh b/rofi/.config/rofi/web-search.sh index 9cbd765..6a4a421 100755 --- a/rofi/.config/rofi/web-search.sh +++ b/rofi/.config/rofi/web-search.sh @@ -22,23 +22,16 @@ declare -A URLS # https://b-ok.cc/s/?q=" # URLS=( - ["books"]="https://b-ok.cc/s/" + ["search"]="https://duckduckgo.com/?q=" + ["booty"]="https://thepiratebay.zone/search/" + ["books"]="https://libgen.is/fiction/?criteria=&language=English&format=epub&q=" + ["comics"]="https://annas-archive.org/search?lang=en&content=book_comic&ext=&sort=newest&q=" ["amazon"]="https://www.amazon.com/s?k=" ["stackoverflow"]="http://stackoverflow.com/search?q=" ["hoogle"]="https://www.google.com/search?q=" ["code"]="https://searchcode.com/?q=" ["beer"]="https://www.beeradvocate.com/search/?qt=beer&q=" - ["jira"]="https://15five-dev.atlassian.net/plugins/servlet/mobile#issue/" - ["sjira"]="https://15five-dev.atlassian.net/secure/QuickSearch.jspa?searchString=" - ["booty"]="https://thepiratebay.zone/search/" - ["search"]="https://search.unbl.ink/?q=" - ["guru"]="https://app.getguru.com/search?q=" ["ebay"]="https://www.ebay.com/sch/i.html?LH_BIN=1&_nkw=" - ["ffcompany"]="https://admin.cloud100.15five.com/admin/dj/company/company/?q=" - ["ffuser"]="https://admin.cloud100.15five.com/admin/dj/ff/user/?q=" - ["ffsamlconf"]="https://admin.cloud100.15five.com/admin/dj/saml2/saml2config/?q=" - ["mathdisc"]="https://github.com/centerofci/mathesar/discussions/" - ["mathissue"]="https://github.com/centerofci/mathesar/issues/" ["metacritic"]="https://www.metacritic.com/search/all/" ) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 54fe118..fa52cb3 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -15,7 +15,7 @@ Host github.com IdentityFile ~/.ssh/2022_git # Home Gitea account: -Host code.unbl.ink git.service +Host code.unbl.ink git.service gogs* Port 2222 User git IdentityFile ~/.ssh/2022_git @@ -23,9 +23,6 @@ Host code.unbl.ink git.service PasswordAuthentication no IdentitiesOnly yes -Host gogs* - Port 2222 - # Mailinabox uses root by default Host box.unbl.ink IdentityFile ~/.ssh/box_unbl_ink @@ -56,7 +53,8 @@ Host tilde.club User secstate IdentityFile ~/.ssh/powellc -Host bastion1.local +Host bastion* + Port 33 User powellc Host snap2*.local @@ -124,70 +122,17 @@ Host skathi.local Host tarvos.local User powellc -# ??? -Host telesto.local - User root - IdentityFile ~/.ssh/1904_powellc - # PBP uses root user Host penobscotbaypress.com User root +Host bastion.unbl.ink + Port 33 + IdentityFile ~/.ssh/2022_h2_powellc + ## Jail hosts all need a jump Host *.local 192.168.1.* *.service User root IdentityFile ~/.ssh/jails Hostname %h #ProxyJump bastion.unbl.ink - -# 15Five environments -Host *.cloud51 - HostName %h - User colin - IdentityFile ~/.ssh/ff_cloud51_rsa - ProxyJump bastion.cloud51.15five.com - LocalForward 127.0.0.1:5437 db.mirror0.cloud51:5432 - Port 155 - ServerAliveInterval 30 - ServerAliveCountMax 3 - AddKeysToAgent yes - -Host bastion.cloud51.15five.com - User colin - IdentityFile ~/.ssh/ff_cloud51_rsa - Port 155 - AddKeysToAgent yes - -Host *.cloud100 - HostName %h - User colin - IdentityFile ~/.ssh/ff_cloud100_rsa_2022q3 - ProxyJump bastion.cloud100.15five.com - LocalForward 127.0.0.1:5437 db.mirror0.cloud100:5432 - Port 155 - ServerAliveInterval 30 - ServerAliveCountMax 3 - AddKeysToAgent yes - -Host bastion.cloud100.15five.com - User colin - IdentityFile ~/.ssh/ff_cloud100_rsa_2022q3 - Port 155 - AddKeysToAgent yes - -Host *.cloud101 - HostName %h - User colin - IdentityFile ~/.ssh/ff_cloud101_rsa_2022q3 - ProxyJump bastion.cloud101.15five.com - LocalForward 127.0.0.1:5437 db.mirror0.cloud101:5432 - Port 155 - ServerAliveInterval 30 - ServerAliveCountMax 3 - AddKeysToAgent yes - -Host bastion.cloud101.15five.com - User colin - IdentityFile ~/.ssh/ff_cloud101_rsa_2022q3 - Port 155 - AddKeysToAgent yes