mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 20:32:35 +01:00
Compare commits
3 Commits
b4c663db73
...
404c899059
Author | SHA1 | Date | |
---|---|---|---|
404c899059 | |||
d2bbe52a21 | |||
809eb42cb2 |
@ -1,7 +1,3 @@
|
||||
# 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
|
||||
|
3
conf/sway/config.d/autostart-p2p-communication.conf
Normal file
3
conf/sway/config.d/autostart-p2p-communication.conf
Normal file
@ -0,0 +1,3 @@
|
||||
# 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,6 +21,9 @@ 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
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
[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
|
10
etc/yum.repos.d/protonvpn-stable.repo
Normal file
10
etc/yum.repos.d/protonvpn-stable.repo
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# 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