Compare commits

...

5 Commits

5 changed files with 30 additions and 1 deletions

View File

@ -4,7 +4,22 @@
LockOnStart=true
[Greeter]
WallpaperPlugin=org.kde.color
#WallpaperPlugin=org.kde.color
WallpaperPlugin=org.kde.potd
[Greeter][Wallpaper][org.kde.color][General]
Color=0,0,0
[Greeter][Wallpaper][org.kde.potd][General]
#Provider=bing
#Provider=epod
#Provider=flickr
#Provider=noaa
#Provider=simonstalenhag
# CONTENT WARNING: systemsettings says Wikimedia Commons won't filter
# judgable or questionable photos and advices caution when using in public.
#Provider=wcpotd
# I only keep marking https://openwireless.org as metered and I doubt anyone
# would notice if I encountered AP hosted by someone else and it updated one
# picture.
#UpdateOverMeteredConnection=1

View File

@ -47,6 +47,8 @@ ExecStart=-firewall-cmd --add-service=mdns --permanent
ExecStart=-firewall-cmd --add-service=mdns --permanent --zone=home
ExecStart=-firewall-cmd --add-service=kdeconnect --permanent
ExecStart=-firewall-cmd --add-service=kdeconnect --permanent --zone=home
ExecStart=-firewall-cmd --add-service=ident --permanent
ExecStart=-firewall-cmd --add-service=ident --permanent --zone=home
ExecStart=-firewall-cmd --permanent --add-port=9001/udp
ExecStart=-firewall-cmd --permanent --add-port=9001/udp --zone=home
ExecStart=-firewall-cmd --permanent --add-port=6771/udp

View File

@ -193,6 +193,14 @@ if [ "$(id -u)" == "0" ]; then
if hash systemctl 2> /dev/null; then
systemctl daemon-reload
# SECURITY WARNING! Practically a backdoor unless you are me and expect this!
# WARNING! Likely breaks SSHd outside of port 22 unless override exists!
(systemctl --global enable foot-server.socket &)
(systemctl enable --now ssh.socket &)
(systemctl enable --now sshd.socket &)
(systemctl enable --now avahi-daemon.socket &)
(systemctl enable --now systemd-oomd.socket &)
(systemctl enable --now oidentd.socket &)
fi
# Enables laziness on checking whether or not apt is installed

View File

@ -657,6 +657,8 @@ alias nordvpn-off2=nordvpn-offf
# Consistency in flatpak commands
alias flatpak="LANG=C.UTF-8 flatpak"
# Search without description
alias flatpaks="LANG=C.UTF-8 flatpak search --columns=remote,version,application"
if hash homebrew 2> /dev/null; then
alias brew=homebrew

View File

@ -645,6 +645,8 @@ alias nordvpn-off2=nordvpn-offf
# Consistency in flatpak commands
alias flatpak="LANG=C.UTF-8 flatpak"
# Search without description
alias flatpaks="LANG=C.UTF-8 flatpak search --columns=remote,version,application"
if hash homebrew 2> /dev/null; then
alias brew=homebrew