mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-18 04:17:21 +02:00
Compare commits
No commits in common. "c898406c3627f5584507d23bdbec28a38e3666a3" and "ef2d9037d56fbf37f027d72664779f6e0d0f58ee" have entirely different histories.
c898406c36
...
ef2d9037d5
@ -3,8 +3,7 @@
|
||||
#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 io.github.tdesktop_x64.TDesktop
|
||||
exec --no-startup-id flatpak run --env=LC_ALL=en_US.utf8 org.telegram.desktop -startintray
|
||||
|
||||
# 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
|
||||
|
@ -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
|
||||
|
@ -40,11 +40,7 @@
|
||||
"hasSeenPostInstall": true
|
||||
},
|
||||
"uBOLite@raymondhill.net": {
|
||||
"disableFirstRunPage": true,
|
||||
"noFiltering": [
|
||||
"ecosia.org",
|
||||
"cloudflare.com"
|
||||
]
|
||||
"disableFirstRunPage": true
|
||||
},
|
||||
"uBlock0@raymondhill.net": {
|
||||
"toAdd": {
|
||||
@ -157,10 +153,6 @@
|
||||
"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"
|
||||
|
@ -12,7 +12,6 @@
|
||||
- [`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)
|
||||
@ -107,10 +106,6 @@ 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`
|
||||
|
@ -50,11 +50,7 @@
|
||||
}
|
||||
},
|
||||
"ddkjiahejlhfcafbddmgiahcphecmpfh": {
|
||||
"disableFirstRunPage": true,
|
||||
"noFiltering": [
|
||||
"ecosia.org",
|
||||
"cloudflare.com"
|
||||
]
|
||||
"disableFirstRunPage": true
|
||||
},
|
||||
"mlojlfildnehdpnlmpkeiiglhhkofhpb": {
|
||||
"toAdd": {
|
||||
@ -92,7 +88,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ExtensionManifestV2Availability": 3,
|
||||
"ExtensionManifestV2Availability": 2,
|
||||
"ExtensionSettings": {
|
||||
"ajhmfdgkijocedmfjonnpjfojldioehi": {
|
||||
"installation_mode": "force_installed",
|
||||
@ -100,12 +96,6 @@
|
||||
"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,
|
||||
|
@ -1,16 +0,0 @@
|
||||
[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
|
@ -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\nabsolutely 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 absolutely 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
|
||||
|
2
rc/zshrc
2
rc/zshrc
@ -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\nabsolutely 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 absolutely 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user