mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-17 20:07:20 +02:00
Compare commits
7 Commits
ef2d9037d5
...
c898406c36
Author | SHA1 | Date | |
---|---|---|---|
c898406c36 | |||
e315c39a95 | |||
bd25f408a0 | |||
d1d5b1bf98 | |||
a27a7488b1 | |||
607d1443d1 | |||
8d2e6137f0 |
@ -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
|
||||
|
@ -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,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"
|
||||
|
@ -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`
|
||||
|
@ -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,
|
||||
|
16
local/share/applications/a-telegram.desktop
Normal file
16
local/share/applications/a-telegram.desktop
Normal 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
|
@ -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
|
||||
|
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 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user