mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-11 04:42:55 +01:00
Compare commits
5 Commits
ded7313de9
...
a661fbdb3c
Author | SHA1 | Date | |
---|---|---|---|
a661fbdb3c | |||
b8759096fa | |||
1f1474ede9 | |||
edadd1f453 | |||
3aa962024e |
@ -16,11 +16,12 @@ exec --no-startup-id foot
|
|||||||
exec --no-startup-id foot --title=htop htop
|
exec --no-startup-id foot --title=htop htop
|
||||||
# In similar series system and service logs
|
# In similar series system and service logs
|
||||||
exec --no-startup-id foot --title=system\ journal journalctl -f
|
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=unbound\ log journalctl -u unbound -f
|
||||||
exec --no-startup-id foot --title=chronyd\ log journalctl -u chronyd -f
|
exec --no-startup-id foot --title=chronyd\ log journalctl -u chronyd -f
|
||||||
|
|
||||||
# NetworkManager Applet
|
# NetworkManager Applet
|
||||||
exec --no-startup-id nm-applet --indicator
|
#exec --no-startup-id nm-applet --indicator
|
||||||
|
|
||||||
# Mullvad GUI/tray
|
# Mullvad GUI/tray
|
||||||
#exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-gui"
|
#exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-gui"
|
||||||
|
@ -8,3 +8,4 @@
|
|||||||
|
|
||||||
[device]
|
[device]
|
||||||
wifi.backend=iwd
|
wifi.backend=iwd
|
||||||
|
wifi.iwd.autoconnect=true
|
||||||
|
6
etc/iwd/main.conf
Normal file
6
etc/iwd/main.conf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[General]
|
||||||
|
# legacy compatibility, at least on Lumina?
|
||||||
|
use_default_interface=true
|
||||||
|
# build-in DHCP client
|
||||||
|
EnableNetworkConfiguration=true
|
||||||
|
EnableIPv6=true
|
4
var/lib/iwd/README.md
Normal file
4
var/lib/iwd/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
iwd network configuration lives in this directory
|
||||||
|
|
||||||
|
See also `../../../etc/iwd/main.conf` especially in standalone iwd without
|
||||||
|
NetworkManager
|
5
var/lib/iwd/openwireless.org.open
Normal file
5
var/lib/iwd/openwireless.org.open
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[Settings]
|
||||||
|
AutoConnect=true
|
||||||
|
|
||||||
|
[IPv6]
|
||||||
|
Enabled=true
|
5
var/lib/iwd/openwireless.org_nomap.open
Normal file
5
var/lib/iwd/openwireless.org_nomap.open
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[Settings]
|
||||||
|
AutoConnect=true
|
||||||
|
|
||||||
|
[IPv6]
|
||||||
|
Enabled=true
|
9
var/lib/iwd/private-wifi-sample.psk
Normal file
9
var/lib/iwd/private-wifi-sample.psk
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# This SSID is "private-wifi-sample", it comes from the filename
|
||||||
|
[Settings]
|
||||||
|
AutoConnect=true
|
||||||
|
|
||||||
|
[IPv6]
|
||||||
|
Enabled=true
|
||||||
|
|
||||||
|
[Security]
|
||||||
|
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
|
Loading…
Reference in New Issue
Block a user