mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-03-29 02:56:46 +01:00
Compare commits
No commits in common. "a661fbdb3cc3a226af37054974cd916059e59f0d" and "ded7313de9b4f1db74b730f29108429ca7bc22f2" have entirely different histories.
a661fbdb3c
...
ded7313de9
@ -16,12 +16,11 @@ exec --no-startup-id foot
|
||||
exec --no-startup-id foot --title=htop htop
|
||||
# In similar series system and service logs
|
||||
exec --no-startup-id foot --title=system\ journal journalctl -f
|
||||
exec --no-startup-id foot --title=iwd\ log journalctl -u iwd -f
|
||||
exec --no-startup-id foot --title=unbound\ log journalctl -u unbound -f
|
||||
exec --no-startup-id foot --title=chronyd\ log journalctl -u chronyd -f
|
||||
|
||||
# NetworkManager Applet
|
||||
#exec --no-startup-id nm-applet --indicator
|
||||
exec --no-startup-id nm-applet --indicator
|
||||
|
||||
# Mullvad GUI/tray
|
||||
#exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-gui"
|
||||
|
@ -8,4 +8,3 @@
|
||||
|
||||
[device]
|
||||
wifi.backend=iwd
|
||||
wifi.iwd.autoconnect=true
|
||||
|
@ -1,6 +0,0 @@
|
||||
[General]
|
||||
# legacy compatibility, at least on Lumina?
|
||||
use_default_interface=true
|
||||
# build-in DHCP client
|
||||
EnableNetworkConfiguration=true
|
||||
EnableIPv6=true
|
@ -1,4 +0,0 @@
|
||||
iwd network configuration lives in this directory
|
||||
|
||||
See also `../../../etc/iwd/main.conf` especially in standalone iwd without
|
||||
NetworkManager
|
@ -1,5 +0,0 @@
|
||||
[Settings]
|
||||
AutoConnect=true
|
||||
|
||||
[IPv6]
|
||||
Enabled=true
|
@ -1,5 +0,0 @@
|
||||
[Settings]
|
||||
AutoConnect=true
|
||||
|
||||
[IPv6]
|
||||
Enabled=true
|
@ -1,9 +0,0 @@
|
||||
# This SSID is "private-wifi-sample", it comes from the filename
|
||||
[Settings]
|
||||
AutoConnect=true
|
||||
|
||||
[IPv6]
|
||||
Enabled=true
|
||||
|
||||
[Security]
|
||||
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
|
Loading…
x
Reference in New Issue
Block a user