mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-02 04:07:20 +02:00
Compare commits
5 Commits
c4eb9081fe
...
01c30a381f
Author | SHA1 | Date | |
---|---|---|---|
01c30a381f | |||
d41bbcb11b | |||
9ee292c9ee | |||
b635d61bd5 | |||
69d8f8a1d3 |
@ -4,7 +4,22 @@
|
|||||||
LockOnStart=true
|
LockOnStart=true
|
||||||
|
|
||||||
[Greeter]
|
[Greeter]
|
||||||
WallpaperPlugin=org.kde.color
|
#WallpaperPlugin=org.kde.color
|
||||||
|
WallpaperPlugin=org.kde.potd
|
||||||
|
|
||||||
[Greeter][Wallpaper][org.kde.color][General]
|
[Greeter][Wallpaper][org.kde.color][General]
|
||||||
Color=0,0,0
|
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
|
||||||
|
@ -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=mdns --permanent --zone=home
|
||||||
ExecStart=-firewall-cmd --add-service=kdeconnect --permanent
|
ExecStart=-firewall-cmd --add-service=kdeconnect --permanent
|
||||||
ExecStart=-firewall-cmd --add-service=kdeconnect --permanent --zone=home
|
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
|
||||||
ExecStart=-firewall-cmd --permanent --add-port=9001/udp --zone=home
|
ExecStart=-firewall-cmd --permanent --add-port=9001/udp --zone=home
|
||||||
ExecStart=-firewall-cmd --permanent --add-port=6771/udp
|
ExecStart=-firewall-cmd --permanent --add-port=6771/udp
|
||||||
|
8
install
8
install
@ -193,6 +193,14 @@ if [ "$(id -u)" == "0" ]; then
|
|||||||
|
|
||||||
if hash systemctl 2> /dev/null; then
|
if hash systemctl 2> /dev/null; then
|
||||||
systemctl daemon-reload
|
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
|
fi
|
||||||
|
|
||||||
# Enables laziness on checking whether or not apt is installed
|
# Enables laziness on checking whether or not apt is installed
|
||||||
|
@ -657,6 +657,8 @@ alias nordvpn-off2=nordvpn-offf
|
|||||||
|
|
||||||
# Consistency in flatpak commands
|
# Consistency in flatpak commands
|
||||||
alias flatpak="LANG=C.UTF-8 flatpak"
|
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
|
if hash homebrew 2> /dev/null; then
|
||||||
alias brew=homebrew
|
alias brew=homebrew
|
||||||
|
2
rc/zshrc
2
rc/zshrc
@ -645,6 +645,8 @@ alias nordvpn-off2=nordvpn-offf
|
|||||||
|
|
||||||
# Consistency in flatpak commands
|
# Consistency in flatpak commands
|
||||||
alias flatpak="LANG=C.UTF-8 flatpak"
|
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
|
if hash homebrew 2> /dev/null; then
|
||||||
alias brew=homebrew
|
alias brew=homebrew
|
||||||
|
Loading…
x
Reference in New Issue
Block a user