Compare commits

...

7 Commits

8 changed files with 47 additions and 7 deletions

View File

@ -3,7 +3,8 @@
#exec --no-startup-id flatpak run org.signal.Signal --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --use-tray-icon
# Telegram
exec --no-startup-id flatpak run --env=LC_ALL=en_US.utf8 org.telegram.desktop -startintray
#exec --no-startup-id flatpak run --env=LC_ALL=en_US.utf8 org.telegram.desktop -startintray
exec --no-startup-id io.github.tdesktop_x64.TDesktop
# Nheko nightly (Matrix protocol). Sleeping for the keyrings once again.
#exec --no-startup-id sleep 15 && foot --title=default\ nheko flatpak run im.nheko.Nheko//master --profile default

View File

@ -11,7 +11,7 @@ set -g status-fg white
#set-window-option -g window-status-current-bg red
# Shows current time on statusbar. ( Made better suitable for me from nyuszika7h's .tmux.conf http://nyuszika7h.dyndns.org/~nyuszika7h/.tmux.conf )
set -g status-right '#[fg=yellow,bold]#h ⚧ %F %H:%M %Z#[fg=black,bold]#[fg=black,bold]'
set -g status-right '#[fg=yellow,bold]#h ⚧ %F %H:%M %Z#[fg=black,bold]#[fg=black,bold]'
# Sets automatic renaming of windows. (copied from comment by André Laszlo http://goo.gl/2V0Lz )
setw -g automatic-rename on

View File

@ -40,7 +40,11 @@
"hasSeenPostInstall": true
},
"uBOLite@raymondhill.net": {
"disableFirstRunPage": true
"disableFirstRunPage": true,
"noFiltering": [
"ecosia.org",
"cloudflare.com"
]
},
"uBlock0@raymondhill.net": {
"toAdd": {
@ -153,6 +157,10 @@
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi",
"installation_mode": "force_installed"
},
"offline-qr-code@rugk.github.io": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/offline-qr-code-generator/latest.xpi",
"installation_mode": "force_installed"
},
"plasma-browser-integration@kde.org": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/plasma-integration/latest.xpi",
"installation_mode": "force_installed"

View File

@ -12,6 +12,7 @@
- [`aminda-extensions.json`](#aminda-extensionsjson)
- [3rdparty](#3rdparty)
- [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser)
- [QR Code](#qr-code)
- [Plasma Integration](#plasma-integration)
- [uBlock Origin](#ublock-origin)
- [LocalCDN](#localcdn)
@ -106,6 +107,10 @@ To intentionally trigger it and what should be allowed in NoScript:
- https://captcha.website
- https://issuance.privacypass.cloudflare.com
### [QR Code](https://chromewebstore.google.com/detail/qr-code/cbimgpnbgalffiohilfglgkkhpegpjlo)
- `cbimgpnbgalffiohilfglgkkhpegpjlo`
### [Plasma Integration](https://chrome.google.com/webstore/detail/cimiefiiaegbelhefglklhhakcgmhkai)
- `cimiefiiaegbelhefglklhhakcgmhkai`

View File

@ -50,7 +50,11 @@
}
},
"ddkjiahejlhfcafbddmgiahcphecmpfh": {
"disableFirstRunPage": true
"disableFirstRunPage": true,
"noFiltering": [
"ecosia.org",
"cloudflare.com"
]
},
"mlojlfildnehdpnlmpkeiiglhhkofhpb": {
"toAdd": {
@ -88,7 +92,7 @@
}
}
},
"ExtensionManifestV2Availability": 2,
"ExtensionManifestV2Availability": 3,
"ExtensionSettings": {
"ajhmfdgkijocedmfjonnpjfojldioehi": {
"installation_mode": "force_installed",
@ -96,6 +100,12 @@
"toolbar_pin": "default_unpinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"cbimgpnbgalffiohilfglgkkhpegpjlo": {
"installation_mode": "normal_installed",
"override_update_url": true,
"toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"cimiefiiaegbelhefglklhhakcgmhkai": {
"installation_mode": "force_installed",
"override_update_url": true,

View File

@ -0,0 +1,16 @@
[Desktop Entry]
Name=TELEGRAM 64GRAM
Exec=/usr/bin/env telegram-desktop %U
Icon=io.github.tdesktop_x64.TDesktop
StartupWMClass=64Gram
Type=Application
Categories=Chat;Network;InstantMessaging;Qt;
MimeType=x-scheme-handler/tg;
Keywords=tg;chat;im;messaging;messenger;sms;tdesktop;
Actions=quit;
[Desktop Action quit]
Exec=/usr/bin/env telegram-desktop --quit
Name=Quit Telegram
Name[fi]=Sulje Telegram
Icon=application-exit

View File

@ -164,7 +164,7 @@ if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]]; then
#(printf "https://en.m.wikipedia.org/wiki/First_they_came_...#Text\n")
elif [[ "$(id -u)" == "0" ]]; then
# This comes from Charybdis IRCd
(printf "\nWe would like to take this moment to remind you that we accept absolutely no liability for the insanity you're about to endure.\n\n")
(printf "\nWe would like to take this moment to remind you that we accept\nabsolutely no liability for the insanity you're about to endure.\n\n")
# And this from sudo + the general advice for auditability
(printf "We trust you have received the usual lecture from the local System\nAdministrator. It usually boils down to these three things:\n\n\t#1) Respect the privacy of others.\n\t#2) Think before you type.\n\t#3) With great power comes great responsibility.\n\nAdditionally you shouldn't be logging in as root directly.\n\n")
fi

View File

@ -128,7 +128,7 @@ if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]]; then
#(printf "https://en.m.wikipedia.org/wiki/First_they_came_...#Text\n")
elif [[ "$(id -u)" == "0" ]]; then
# This comes from Charybdis IRCd
(printf "\nWe would like to take this moment to remind you that we accept absolutely no liability for the insanity you're about to endure.\n\n")
(printf "\nWe would like to take this moment to remind you that we accept\nabsolutely no liability for the insanity you're about to endure.\n\n")
# And this from sudo + the general advice for auditability
(printf "We trust you have received the usual lecture from the local System\nAdministrator. It usually boils down to these three things:\n\n\t#1) Respect the privacy of others.\n\t#2) Think before you type.\n\t#3) With great power comes great responsibility.\n\nAdditionally you shouldn't be logging in as root directly.\n\n")
fi