mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-04 08:34:33 +01:00
Compare commits
No commits in common. "404c8990590d2d0f40063e5b797c1c7359e05f8b" and "b4c663db73fa45d20520a9ea48de354ec60bab51" have entirely different histories.
404c899059
...
b4c663db73
@ -1,3 +1,7 @@
|
||||
# Very Important Communication Programs, P2P, not expected to get sold
|
||||
exec --no-startup-id flatpak run net.jami.Jami
|
||||
exec --no-startup-id flatpak run org.briarproject.Briar
|
||||
|
||||
# Signal in wayland and tray
|
||||
# --disable-gpu - https://github.com/signalapp/Signal-Desktop/issues/2567#issuecomment-457282578
|
||||
# --start-in-tray - would be nice, but then I cannot open it from there, trus --use-tray-icon
|
||||
|
@ -1,3 +0,0 @@
|
||||
# Very Important Communication Programs, P2P, not expected to get sold
|
||||
exec --no-startup-id flatpak run net.jami.Jami
|
||||
exec --no-startup-id flatpak run org.briarproject.Briar
|
@ -21,9 +21,6 @@ exec --no-startup-id nm-applet --indicator
|
||||
# Mullvad GUI/tray
|
||||
exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-gui"
|
||||
|
||||
# ProtonVPN in background (no tray?)
|
||||
#exec --no-startup-id protonvpn --gapplication-service
|
||||
|
||||
# see also pam_environment https://wiki.archlinux.org/index.php/Fcitx#Non_desktop_environment
|
||||
#exec --no-startup-id fcitx
|
||||
|
||||
|
7
etc/yum.repos.d/fedora-protonvpn-unstable.repo
Normal file
7
etc/yum.repos.d/fedora-protonvpn-unstable.repo
Normal file
@ -0,0 +1,7 @@
|
||||
[proton-fedora-unstable]
|
||||
name="proton-fedora-unstable"
|
||||
baseurl=https://repo.protonvpn.com/fedora-$releasever-unstable/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
repo_gpgcheck=1
|
||||
gpgkey=https://repo.protonvpn.com/fedora-$releasever-unstable/public_key.asc
|
@ -1,10 +0,0 @@
|
||||
#
|
||||
# ProtonVPN stable release
|
||||
#
|
||||
[protonvpn-fedora-stable]
|
||||
name = ProtonVPN Fedora Stable repository
|
||||
baseurl = https://repo.protonvpn.com/fedora-$releasever-stable
|
||||
enabled = 1
|
||||
gpgcheck = 1
|
||||
repo_gpgcheck=1
|
||||
gpgkey = https://repo.protonvpn.com/fedora-$releasever-stable/public_key.asc
|
Loading…
Reference in New Issue
Block a user