Compare commits

..

No commits in common. "556f431f017979ef9b406320c7ecea0629be7ab3" and "0c238c199097d2c4ae523c7888506c0924474582" have entirely different histories.

12 changed files with 14 additions and 53 deletions

View File

@ -309,12 +309,12 @@
"Value": false
},
"browser.cache.disk.enable": {
"Status": "user",
"Status": "default",
"Type": "boolean",
"Value": false
},
"browser.cache.memory.enable": {
"Status": "user",
"Status": "default",
"Type": "boolean",
"Value": true
},

View File

@ -5,15 +5,18 @@
# This is all adapted from /usr/share/doc/darkman/examples/dark-mode.d/
# GTK Theme
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
gsettings set org.gnome.desktop.interface gtk-theme Adwaita-dark
dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.kde.GtkConfig.setGtkTheme "string:Adwaita-dark"
sleep 3 && gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
sleep 1 && gsettings set org.gnome.desktop.interface gtk-theme Breeze
sleep 2 && gsettings set org.gnome.desktop.interface gtk-theme Breeze-dark
sleep 1 && dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.kde.GtkConfig.setGtkTheme "string:Breeze"
sleep 2 && dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.kde.GtkConfig.setGtkTheme "string:Breeze-dark"
# Xfce theme?e
xfconf-query --channel xsettings --create --type string --property /Net/ThemeName --set Adwaita-dark
# Xfce theme?
sleep 1 && xfconf-query --channel xsettings --create --type string --property /Net/ThemeName --set Breeze
sleep 2 && xfconf-query --channel xsettings --create --type string --property /Net/ThemeName --set Breeze-dark
# Plasma
lookandfeeltool --apply "org.kde.breezedark.desktop"
# Kvantum Qt
#kvantummanager --set KvGnomeDark --noAssign-All
#sleep 3 && kvantummanager --set KvGnomeDark --noAssign-All

View File

@ -2,5 +2,4 @@
*.8021x
!private-cafe-sample.psk
!private-home-sample.psk
*.open
!openwireless.org.open
openwireless.org_nomap.open

View File

@ -1 +0,0 @@
openwireless.org.open

View File

View File

@ -1 +0,0 @@
openwireless.org.open

View File

@ -1 +0,0 @@
openwireless.org.open

View File

View File

@ -1 +0,0 @@
openwireless.org.open

View File

View File

@ -1 +0,0 @@
openwireless.org.open

0
var/lib/iwd/WiFi4EU.open Normal file
View File

View File

@ -1,15 +1,2 @@
[Settings]
#AlwaysRandomizeAddress=true
# Disables connections without Management Frame Protection (and TKIP)
TransitionDisable=true
# Requires WiFi Enhanced Open (OWE)
DisabledTransitionModes=open
[IPv4]
DNS=127.0.0.1 127.0.0.53
DomainName=.
[IPv6]
Enabled=true
DNS=::1
DomainName=.
Hidden=true

View File

@ -1,19 +1,9 @@
# This SSID is "private-cafe-sample", it comes from the filename
[Settings]
#AlwaysRandomizeAddress=true
# Disables TKIP and connections without Management Frame Protection
TransitionDisable=true
# Disables WPA2-{Personal,Enterprise} and requires WiFi Enhanced Open (OWE)
DisabledTransitionModes=personal,enterprise,open
[Security]
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
[IPv4]
DNS=127.0.0.1 127.0.0.53
DomainName=.
[IPv6]
Enabled=true
DNS=::1
DomainName=.

View File

@ -3,25 +3,13 @@
AutoConnect=true
# MAC address override. Takes priority over AlwaysRandomizeAddress
#AddressOverride=
# Disables TKIP and connections without Management Frame Protection
TransitionDisable=true
# Disables WPA2-{Personal,Enterprise} and requires WiFi Enhanced Open (OWE)
DisabledTransitionModes=personal,enterprise,open
[Security]
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
[IPv4]
# If iwd main.conf has EnableNetworkConfiguration=true and we should have
# static network configuration
#Address=192.168.1.2
#Gateway=192.168.1.1
DNS=127.0.0.1 127.0.0.53
#DomainName=.
# In home network recognising the device may be a quality of life feature
#SendHostname=true
SendHostname=true
[IPv6]
Enabled=true
DNS=::1
DomainName=.

View File

@ -1 +0,0 @@
openwireless.org.open

View File