mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-04 21:27:20 +02:00
Compare commits
No commits in common. "01c30a381f25c562ffe3edc17b74cf63ebb6664c" and "c4eb9081fe94cd1cf400ca7897125782fcaf9355" have entirely different histories.
01c30a381f
...
c4eb9081fe
@ -4,22 +4,7 @@
|
|||||||
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,8 +47,6 @@ 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,14 +193,6 @@ 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,8 +657,6 @@ 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,8 +645,6 @@ 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