added profile pic swap command
This commit is contained in:
parent
c26f8bb04e
commit
0458cd4a1e
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ sudo rm /usr/share/applications/avahi-discover.desktop 2>/dev/null
|
|||
sudo rm /usr/share/applications/bssh.desktop 2>/dev/null
|
||||
sudo rm /usr/share/applications/bvnc.desktop 2>/dev/null
|
||||
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
echo "[User]
|
||||
Session=
|
||||
Icon=/usr/share/backgrounds/rave-pp.png
|
||||
SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER 2>/dev/null
|
||||
|
||||
# Steam GPU Grep from Lordify
|
||||
# nVidia=$(lspci -P | grep "NVIDIA" -c)
|
||||
|
|
Loading…
Reference in a new issue