mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-06-13 17:12:54 -04:00
Update sys-net.sh
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
4947dff81f
commit
047b376f9f
1 changed files with 9 additions and 0 deletions
|
@ -18,3 +18,12 @@ echo '[Settings]
|
|||
gtk-theme-name=Arc-Dark
|
||||
gtk-application-prefer-dark-theme=1
|
||||
' | sudo tee /etc/gtk-4.0/settings.ini
|
||||
|
||||
echo '[device]
|
||||
wifi.scan-rand-mac-address=yes
|
||||
|
||||
[connection]
|
||||
wifi.cloned-mac-address=random
|
||||
ethernet.cloned-mac-address=random
|
||||
connection.stable-id=${CONNECTION}/${BOOT}
|
||||
' | sudo tee /etc/NetworkManager/conf.d/00-macrandomize.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue