Compare commits

..

No commits in common. "c9cad77caf654c3bd30d22d4e8fe4f666f76c800" and "9b528a0f8f1da9932c29d411d418ce0c20f493d6" have entirely different histories.

50 changed files with 122 additions and 392 deletions

View File

@ -1,4 +1,6 @@
{
"AdditionalDnsQueryTypesEnabled": true,
"BuiltInDnsClientEnabled": true,
"EnableOnlineRevocationChecks": true,
"EncryptedClientHelloEnabled": true
}

View File

@ -7,6 +7,3 @@
# used in my scripts and nordvpn.service.d and yggdrasil.service.d to ensure
# it works
%nordvpn ALL=NOPASSWD: /bin/systemctl restart yggdrasil.service
# used in my scripts of disconnecting from nordvpn and restoring IPv6
%nordvpn ALL=NOPASSWD: /bin/systemctl restart iwd.service
%nordvpn ALL=NOPASSWD: /bin/systemctl restart systemd-networkd.service

View File

@ -1,18 +0,0 @@
server:
# Tells Firefox to not automatically use Cloudflare as TRR thus bypassing
# local encrypted DNS.
# Encrypted Client Hello (ECH) does require DoH, but that should be
# configured separately in browser policy and/or autoconfig.js
local-zone: "use-application-dns.net." always_nxdomain
# One of the most prevalent trackers, also the most blocked one.
local-zone: "google-analytics.com." always_refuse
# Theoretically breaks nothing as clients should handle it.
# https://aminda.eu/matrix/#why-do-you-use-matrix-uri-scheme-instead-of-matrixto
# https://matrix.to/#/!KMbEUhVQHLwZHmwzKX:matrix.org/$jvB1PAivkIzRKQdlU_KFAtyPW_8Gv9o5tygud_09CRY?via=pikaviestin.fi&via=grin.hu&via=tchncs.de
local-zone: "matrix.to." always_refuse
# A lot of apps integrating Facebook in any form on mobile call this domain
# in particular, likely websites too.
local-zone: "graph.facebook.com." always_refuse

View File

@ -1,56 +0,0 @@
# The point of this file is to have these domains just work without having
# to send queries, even if they are queried by web browser.
server:
# Quad9 Secure
local-data: "dns.quad9.net. A 9.9.9.9"
local-data: "dns.quad9.net. A 149.112.112.112"
local-data: "dns.quad9.net. AAAA 2620:fe::fe"
local-data: "dns.quad9.net. AAAA 2620:fe::9"
# Quad9 No Threat Blocking
local-data: "dns10.quad9.net. A 9.9.9.10"
local-data: "dns10.quad9.net. A 149.112.112.10"
local-data: "dns10.quad9.net. AAAA 2620:fe::10"
local-data: "dns10.quad9.net. AAAA 2620:fe::fe:10"
# Quad9 Secure + ECS
local-data: "dns11.quad9.net. A 9.9.9.11"
local-data: "dns11.quad9.net. A 149.112.112.11"
local-data: "dns11.quad9.net. AAAA 2620:fe::11"
local-data: "dns11.quad9.net. AAAA 2620:fe::fe:11"
# Quad9 No Threat Blocking + ECS
local-data: "dns12.quad9.net. A 9.9.9.12"
local-data: "dns12.quad9.net. A 149.112.112.12"
local-data: "dns12.quad9.net. AAAA 2620:fe::12"
local-data: "dns12.quad9.net. AAAA 2620:fe::fe:12"
# DNS0 default
local-data: "dns0.eu. A 193.110.81.0"
local-data: "dns0.eu. A 185.253.5.0"
local-data: "dns0.eu. AAAA 2a0f:fc80::"
local-data: "dns0.eu. AAAA 2a0f:fc81::"
# Cloudflare
local-data: "cloudflare-dns.com. A 1.1.1.1"
local-data: "cloudflare-dns.com. A 1.0.0.1"
local-data: "cloudflare-dns.com. AAAA 2606:4700:4700::1111"
local-data: "cloudflare-dns.com. AAAA 2606:4700:4700::1001"
# Cloudflare Malware blocking
local-data: "security.cloudflare-dns.com. A 1.1.1.2"
local-data: "security.cloudflare-dns.com. A 1.0.0.2"
local-data: "security.cloudflare-dns.com. AAAA 2606:4700:4700::1112"
local-data: "security.cloudflare-dns.com. AAAA 2606:4700:4700::1002"
# Mullvad ad, tracker & malware block
local-data: "base.dns.mullvad.net. A 194.242.2.4"
local-data: "base.dns.mullvad.net. AAAA 2a07:e340::4"
# AdGuard Default
local-data: "dns.adguard-dns.com. A 94.140.14.14"
local-data: "dns.adguard-dns.com. A 94.140.15.15"
local-data: "dns.adguard-dns.com. AAAA 2a10:50c0::ad1:ff"
local-data: "dns.adguard-dns.com. AAAA 2a10:50c0::ad2:ff"
# Google DNS
local-data: "dns.google. A 8.8.8.8"
local-data: "dns.google. A 8.8.4.4"
local-data: "dns.google. AAAA 2001:4860:4860::8888"
local-data: "dns.google. AAAA 2001:4860:4860::8844"
# Google DNS64
local-data: "dns64.dns.google. AAAA 2001:4860:4860::6464"
local-data: "dns64.dns.google. AAAA 2001:4860:4860::64"
# vim: filetype=unbound.conf

1
etc/xdg/.gitignore vendored
View File

@ -1 +0,0 @@
autostart

View File

@ -1 +0,0 @@
../../local/share/applications

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=Nextcloud
Exec=/usr/bin/nextcloud
Icon=nextcloud
Type=Application

View File

@ -0,0 +1,9 @@
# System-wide autostart files
_Note: this directory is also being used as `~/.local/share/applications`
which populates the app menu, my autostart is thankfully not this
populated._
- redshift - app that changes screen temperature along the sun
- telegramdesktop - IM app, based on telegram-desktop package
- com.wire.WireDesktop - Wire flatpak based on the flatpak of the same name

View File

@ -0,0 +1 @@
../../../submodules/SteamDeckScreenLock/screenlock.desktop

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Exec=chromium --no-startup-window
Hidden=false
X-MATE-Autostart-enabled=true
Name[fi_FI]=Chromium
Name=Chromium
Comment[fi_FI]=
Comment=

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=ClipIt
Icon=clipit-trayicon
Exec=/usr/bin/clipit
Terminal=false
Type=Application

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=Wire
Exec=/usr/bin/flatpak run com.wire.WireDesktop --startup
Type=Application
Icon=com.wire.WireDesktop

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Exec=google-chrome-stable --no-startup-window
Hidden=false
X-MATE-Autostart-enabled=true
Name[fi_FI]=chrome-stable
Name=chrome-stable
Comment[fi_FI]=autostart Google Chome to tray (Arch)
Comment=autostart Google Chome to tray (Arch)

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=Dino
Exec=dino
Icon=dino
Type=Application

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Comment=chatterino in Firejail
Terminal=false
Name=Firejailed chatterino
Exec=sh -c 'mkdir -p ~/.config/firejailed/chatterino/ && firejail --noprofile --appimage --private=~/.config/firejailed/chatterino/ ~/.local/bin/chatterino'
Type=Application

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Comment=mirage in Firejail
Terminal=false
Name=Firejailed mirage
Exec=sh -c 'mkdir -p ~/.config/firejailed/mirage/ && firejail --noprofile --appimage --private=~/.config/firejailed/mirage/ ~/.local/bin/mirage'
Type=Application

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Comment=patchwork in Firejail
Terminal=false
Name=Firejailed patchwork
Exec=sh -c 'mkdir -p ~/.config/firejailed/patchwork/ && firejail --noprofile --appimage --private=~/.config/firejailed/patchwork/ ~/.local/bin/patchwork --no-sandbox'
Type=Application

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Comment=Pomotroid in Firejail
Terminal=false
Name=Firejailed Pomotroid
Exec=sh -c 'mkdir -p ~/.config/firejailed/pomotroid/ && firejail --appimage --private=~/.config/firejailed/pomotroid/ ~/.local/bin/pomotroid --no-sandbox'
Type=Application

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=Element
Exec=/usr/bin/flatpak run im.riot.Riot --hidden
Type=Application
Icon=im.riot.Riot

View File

@ -0,0 +1,7 @@
[Desktop Entry]
Comment=IPFS Desktop (AppImage)
Terminal=false
Name=IPFS Desktop (AppImage)
Exec=~/.local/bin/ipfs-desktop
Type=Application
Icon=/ipfs/QmdaoXCCXaXE1MMcFF3mB93CZLZqG7qKrdG5XQcbLRpQjX/ipfs.ico.png

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=Jami
Exec=jami-gnome -r
Icon=jami
Type=Application

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=Mullvad VPN
Exec="/opt/Mullvad VPN/mullvad-vpn" %U
Type=Application
Icon=mullvad-vpn

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=Gajim
Exec=/usr/bin/flatpak run org.gajim.Gajim
Type=Application
Icon=org.gajim.Gajim

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=Signal Tray
Exec=/usr/bin/flatpak run org.signal.Signal --start-in-tray
Type=Application
Icon=org.signal.Signal

View File

@ -0,0 +1,7 @@
[Desktop Entry]
Type=Application
# Kotka: 60.467306:26.945833
# Lauttasaari: 60.158611:24.875
Exec=redshift -l 60.158611:24.875
Name=redshift
Icon=redshift

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=Telegram Desktop
Exec=env LANG=en telegram-desktop -startintray
Icon=telegram
Type=Application

1
local/share/applications Symbolic link
View File

@ -0,0 +1 @@
../../etc/xdg/autostart

View File

@ -1,21 +0,0 @@
# `.desktop` entries
These can be used for many things such as
- `~/.local/share/applications` (graphical desktop environments populate app
menu from here)
- `~/.config/autostart` (graphical desktop environments read user autostarts
here)
- `/usr/local/share/applications` (global version of above)
- `/etc/xdg/autostart` (global version of the above)
## `a-*.desktop`
These files are companions to my script repos `bash/usr-local-bin/*` belonging
to `/usr/local/share/applications` and are named so to
avoid masking package manager. They have clearly different names such as using
all caps. To refresh them:
```bash
sudo update-desktop-database -v /usr/local/share/applications
```

View File

@ -1,26 +0,0 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=BRAVE BETA
Exec=/usr/local/bin/brave-beta %U
StartupNotify=true
Terminal=false
Icon=brave-browser-beta
Categories=Network;WebBrowser;
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ipfs;x-scheme-handler/ipns;
Actions=new-window;new-private-window;Guest;
[Desktop Action new-window]
Name=New Window
Name[fi]=Uusi ikkuna
Exec=/usr/local/bin/brave-beta
[Desktop Action new-private-window]
Name=New Incognito Window
Name[fi]=Uusi incognito-ikkuna
Exec=/usr/local/bin/brave-beta --incognito
[Desktop Action Guest]
Name=Guest session
Name[fi]=Vierasistunto
Exec=/usr/local/bin/brave-beta --guest

View File

@ -1,27 +0,0 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=BRAVE NIGHTLY
Name[fi]=BRAVE EPÄVAKAIN
Exec=/usr/local/bin/brave-nightly %U
StartupNotify=true
Terminal=false
Icon=brave-browser-nightly
Categories=Network;WebBrowser;
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ipfs;x-scheme-handler/ipns;
Actions=new-window;new-private-window;Guest;
[Desktop Action new-window]
Name=New Window
Name[fi]=Uusi ikkuna
Exec=/usr/local/bin/brave-nightly
[Desktop Action new-private-window]
Name=New Incognito Window
Name[fi]=Uusi incognito-ikkuna
Exec=/usr/local/bin/brave-nightly --incognito
[Desktop Action Guest]
Name=Guest session
Name[fi]=Vierasistunto
Exec=/usr/local/bin/brave-nightly --guest

View File

@ -1,26 +0,0 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=BRAVE
Exec=/usr/local/bin/brave %U
StartupNotify=true
Terminal=false
Icon=brave-browser
Categories=Network;WebBrowser;
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ipfs;x-scheme-handler/ipns;
Actions=new-window;new-private-window;Guest;
[Desktop Action new-window]
Name=New Window
Name[fi]=Uusi ikkuna
Exec=/usr/local/bin/brave
[Desktop Action new-private-window]
Name=New Incognito Window
Name[fi]=Uusi incognito-ikkuna
Exec=/usr/local/bin/brave --incognito
[Desktop Action Guest]
Name=Guest session
Name[fi]=Vierasistunto
Exec=/usr/local/bin/brave --guest

View File

@ -1,22 +0,0 @@
[Desktop Entry]
Version=1.0
Name=FIREFOX
Exec=/usr/local/bin/firefox %U
Icon=firefox
Terminal=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
StartupNotify=true
Categories=Network;WebBrowser;
Actions=new-window;new-private-window;
StartupWMClass=firefox
[Desktop Action new-window]
Name=Open a New Window
Name[fi]=Uusi ikkuna
Exec=/usr/local/bin/firefox --new-window %U
[Desktop Action new-private-window]
Name=Open a New Private Window
Name[fi]=Uusi yksityinen ikkuna
Exec=/usr/local/bin/firefox --private-window %U

View File

@ -1,26 +0,0 @@
[Desktop Entry]
Version=1.0
Name=GOOGLE CHROME
Exec=/usr/local/bin/google-chrome %U
StartupNotify=true
Terminal=false
Icon=google-chrome
Type=Application
Categories=Network;WebBrowser;
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
Actions=new-window;new-private-window;Guest;
[Desktop Action new-window]
Name=New Window
Name[fi]=Uusi ikkuna
Exec=/usr/local/bin/google-chrome
[Desktop Action new-private-window]
Name=New Incognito Window
Name[fi]=Uusi incognito-ikkuna
Exec=/usr/local/bin/google-chrome --incognito
[Desktop Action Guest]
Name=Guest session
Name[fi]=Vierasistunto
Exec=/usr/local/bin/google-chrome --guest

View File

@ -1,5 +0,0 @@
[Desktop Entry]
Name=JAMI
Exec=flatpak run --env=TZ=UTC net.jami.Jami
Icon=net.jami.Jami
Type=Application

View File

@ -1,26 +0,0 @@
[Desktop Entry]
Version=1.0
Name=MICROSOFT EDGE
Exec=/usr/local/bin/microsoft-edge %U
StartupNotify=true
Terminal=false
Icon=microsoft-edge
Type=Application
Categories=Network;WebBrowser;
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
Actions=new-window;new-private-window;Guest;
[Desktop Action new-window]
Name=New Window
Name[fi]=Uusi ikkuna
Exec=/usr/local/bin/microsoft-edge
[Desktop Action new-private-window]
Name=New InPrivate Window
Name[fi]=Uusi InPrivate-ikkuna
Exec=/usr/local/bin/microsoft-edge --inprivate
[Desktop Action Guest]
Name=Guest session
Name[fi]=Vierasistunto
Exec=/usr/local/bin/microsoft-edge --guest

View File

@ -1,10 +0,0 @@
[Desktop Entry]
Type=Application
Name=MPV
Icon=mpv
Exec=/usr/local/bin/mpv -- %U
Terminal=true
Categories=AudioVideo;Audio;Video;Player;TV;
MimeType=application/ogg;application/x-ogg;application/mxf;application/sdp;application/smil;application/x-smil;application/streamingmedia;application/x-streamingmedia;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/aac;audio/x-aac;audio/vnd.dolby.heaac.1;audio/vnd.dolby.heaac.2;audio/aiff;audio/x-aiff;audio/m4a;audio/x-m4a;application/x-extension-m4a;audio/mp1;audio/x-mp1;audio/mp2;audio/x-mp2;audio/mp3;audio/x-mp3;audio/mpeg;audio/mpeg2;audio/mpeg3;audio/mpegurl;audio/x-mpegurl;audio/mpg;audio/x-mpg;audio/rn-mpeg;audio/musepack;audio/x-musepack;audio/ogg;audio/scpls;audio/x-scpls;audio/vnd.rn-realaudio;audio/wav;audio/x-pn-wav;audio/x-pn-windows-pcm;audio/x-realaudio;audio/x-pn-realaudio;audio/x-ms-wma;audio/x-pls;audio/x-wav;video/mpeg;video/x-mpeg2;video/x-mpeg3;video/mp4v-es;video/x-m4v;video/mp4;application/x-extension-mp4;video/divx;video/vnd.divx;video/msvideo;video/x-msvideo;video/ogg;video/quicktime;video/vnd.rn-realvideo;video/x-ms-afs;video/x-ms-asf;audio/x-ms-asf;application/vnd.ms-asf;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvxvideo;video/x-avi;video/avi;video/x-flic;video/fli;video/x-flc;video/flv;video/x-flv;video/x-theora;video/x-theora+ogg;video/x-matroska;video/mkv;audio/x-matroska;application/x-matroska;video/webm;audio/webm;audio/vorbis;audio/x-vorbis;audio/x-vorbis+ogg;video/x-ogm;video/x-ogm+ogg;application/x-ogm;application/x-ogm-audio;application/x-ogm-video;application/x-shorten;audio/x-shorten;audio/x-ape;audio/x-wavpack;audio/x-tta;audio/AMR;audio/ac3;audio/eac3;audio/amr-wb;video/mp2t;audio/flac;audio/mp4;application/x-mpegurl;video/vnd.mpegurl;application/vnd.apple.mpegurl;audio/x-pn-au;video/3gp;video/3gpp;video/3gpp2;audio/3gpp;audio/3gpp2;video/dv;audio/dv;audio/opus;audio/vnd.dts;audio/vnd.dts.hd;audio/x-adpcm;application/x-cue;audio/m3u;
X-KDE-Protocols=ftp,http,https,mms,rtmp,rtsp,sftp,smb,srt,rist,webdav,webdavs
StartupWMClass=mpv

View File

@ -1,5 +0,0 @@
[Desktop Entry]
Name=SIGNAL
Exec=/usr/local/bin/signal
Type=Application
Icon=org.signal.Signal

View File

@ -1,55 +0,0 @@
[Desktop Entry]
Name=STEAM
Exec=/usr/local/bin/steam %U
Icon=steam
Terminal=false
Type=Application
Categories=Game;
MimeType=x-scheme-handler/steam;x-scheme-handler/steamlink;
Actions=Store;Community;Library;Servers;Screenshots;News;Settings;BigPicture;Friends;
PrefersNonDefaultGPU=true
[Desktop Action Store]
Name=Store
Name[fi]=Kauppa
Exec=/usr/local/bin/steam steam://store
[Desktop Action Community]
Name=Community
Name[fi]=Yhteisö
Exec=/usr/local/bin/steam steam://url/SteamIDControlPage
[Desktop Action Library]
Name=Library
Name[fi]=Kokoelma
Exec=/usr/local/bin/steam steam://open/games
[Desktop Action Servers]
Name=Servers
Name[fi]=Palvelimet
Exec=/usr/local/bin/steam steam://open/servers
[Desktop Action Screenshots]
Name=Screenshots
Name[fi]=Kuvankaappaukset
Exec=/usr/local/bin/steam steam://open/screenshots
[Desktop Action News]
Name=News
Name[fi]=Uutiset
Exec=/usr/local/bin/steam steam://open/news
[Desktop Action Settings]
Name=Settings
Name[fi]=Asetukset
Exec=/usr/local/bin/steam steam://open/settings
[Desktop Action BigPicture]
Name=Big Picture
Exec=/usr/local/bin/steam steam://open/bigpicture
[Desktop Action Friends]
Name=Friends
Name[fi]=Kaverit
Exec=/usr/local/bin/steam steam://open/friends

View File

@ -1,8 +0,0 @@
[Desktop Entry]
Name=SYNCPLAY
Exec=/usr/local/bin/syncplay %u
Type=Application
Icon=syncplay
Categories=AudioVideo;Audio;Video;
MimeType=audio/ac3;audio/mp4;audio/mpeg;audio/vnd.rn-realaudio;audio/vorbis;audio/x-adpcm;audio/x-matroska;audio/x-mp2;audio/x-mp3;audio/x-ms-wma;audio/x-vorbis;audio/x-wav;audio/mpegurl;audio/x-mpegurl;audio/x-pn-realaudio;audio/x-scpls;video/avi;video/mp4;video/flv;video/mpeg;video/quicktime;video/vnd.rn-realvideo;video/x-matroska;video/x-ms-asf;video/x-msvideo;video/x-ms-wmv;video/x-ogm;video/x-theora;
Keywords=syncplay;media;video;sync;

View File

@ -1,5 +0,0 @@
[Desktop Entry]
Name=TELEGRAM
Exec=/usr/local/bin/telegram-desktop
Icon=telegram
Type=Application

View File

@ -1,10 +0,0 @@
[Desktop Entry]
Version=1.0
Name=THUNDERBIRD
Exec=/usr/local/bin/thunderbird %U
Icon=thunderbird
Terminal=false
Type=Application
MimeType=message/rfc822;x-scheme-handler/mailto;
StartupNotify=true
Categories=Network;Email;

View File

@ -1,29 +0,0 @@
[Desktop Entry]
Type=Application
Name=LibreAwoo
StartupNotify=true
Terminal=false
Type=Application
MimeType=application/json;application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
Comment=LibreAwoo Browser
Comment[fi]=LibreAwoo verkkoselain
Comment[eo]=LibreAwoo retumiulo
Categories=Network;WebBrowser;Security;
StartupWMClass=librewolf-default
Exec=/usr/local/bin/libreawoo %U
Icon=librewolf
Actions=new-window;new-private-window;safe-mode;preferences;
[Desktop Action new-window]
Name=New Window
Exec=/usr/local/bin/libreawoo --new-window %U
[Desktop Action new-private-window]
Name=New Private Window
Exec=/usr/local/bin/libreawoo --private-window %U
[Desktop Action safe-mode]
Name=Start in Safe Mode
Exec=/usr/local/bin/libreawoo --safe-mode
[Desktop Action preferences]
Name=Show Preferences
Exec=/usr/local/bin/libreawoo --preferences

View File

@ -1,6 +1,3 @@
OpenDyslexic
ComicShanns
librebaskerville
arimo
carlito
tinos

View File

@ -1 +0,0 @@
/usr/share/texlive/texmf-dist/fonts/truetype/google/arimo

View File

@ -1 +0,0 @@
/usr/share/texlive/texmf-dist/fonts/truetype/google/carlito

View File

@ -1 +0,0 @@
/usr/share/texlive/texmf-dist/fonts/truetype/google/tinos

View File

@ -148,9 +148,7 @@ if [[ $UNAME == Darwin ]]; then
(last -10 &)
fi
# Tavun OM värähtely poistaa ylpeyttä, MA kateutta, NI takertumista. PE leikkaa tietämättömyyden läpi, ME hälventää ahneuden ja rintakehässä värähtelevä HUNG muuntaa vihan.
# Kuinka asiat ovat (s. 74-75) - Lama Ole Nydahl
(printf "⚧ Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas, kvankam estu vidita kaj aŭdata.\nOM MANI PEME HUNG\n")
(printf "⚧ Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas, kvankam estu vidita kaj aŭdata.\n")
(printf "⚧ Any movement at any time is better than nothing.\n")
(printf "❄️ Take the cold showers, hot ones are a disservice. And walk in cold, which is no excuse just like rain.\n\tOtherwise there will be dry skin and the vagus nerve will be upset leading to anxiety, depression and poor mental health.\n\t\tBesides the environment thanks.\n")
# Tempus Finis - Takeharu Ishimoto

View File

@ -105,9 +105,7 @@ if [[ $UNAME = Darwin ]]; then
(last -10&)
fi
# Tavun OM värähtely poistaa ylpeyttä, MA kateutta, NI takertumista. PE leikkaa tietämättömyyden läpi, ME hälventää ahneuden ja rintakehässä värähtelevä HUNG muuntaa vihan.
# Kuinka asiat ovat (s. 74-75) - Lama Ole Nydahl
(printf "⚧ Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas, kvankam estu vidita kaj aŭdata.\nOM MANI PEME HUNG\n")
(printf "⚧ Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas, kvankam estu vidita kaj aŭdata.\n")
(printf "⚧ Any movement at any time is better than nothing.\n")
(printf "❄️ Take the cold showers, hot ones are a disservice. And walk in cold, which is no excuse just like rain.\n\tOtherwise there will be dry skin and the vagus nerve will be upset leading to anxiety, depression and poor mental health.\n\t\tBesides the environment thanks.\n")
# Tempus Finis - Takeharu Ishimoto