chore: no more fade on inactive
This commit is contained in:
parent
cd71984793
commit
88bb7a13c8
@ -26,8 +26,8 @@ fade-out-step = 0.03;
|
|||||||
#################################
|
#################################
|
||||||
# Transparency / Opacity #
|
# Transparency / Opacity #
|
||||||
#################################
|
#################################
|
||||||
inactive-opacity = 0.8;
|
inactive-opacity = 1;
|
||||||
frame-opacity = 0.7;
|
frame-opacity = 0.5;
|
||||||
inactive-opacity-override = false;
|
inactive-opacity-override = false;
|
||||||
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||||
|
|
||||||
|
|||||||
@ -323,10 +323,10 @@ loglevel = 4
|
|||||||
# port = ble://
|
# port = ble://
|
||||||
|
|
||||||
# Set frequency to 867.2 MHz
|
# Set frequency to 867.2 MHz
|
||||||
frequency = 867200000
|
frequency = 925875000
|
||||||
|
|
||||||
# Set LoRa bandwidth to 125 KHz
|
# Set LoRa bandwidth to 125 KHz
|
||||||
bandwidth = 125000
|
bandwidth = 250000
|
||||||
|
|
||||||
# Set TX power to 7 dBm (5 mW)
|
# Set TX power to 7 dBm (5 mW)
|
||||||
txpower = 7
|
txpower = 7
|
||||||
@ -335,12 +335,12 @@ loglevel = 4
|
|||||||
# range is 7 through 12, with 7
|
# range is 7 through 12, with 7
|
||||||
# being the fastest and 12 having
|
# being the fastest and 12 having
|
||||||
# the longest range.
|
# the longest range.
|
||||||
spreadingfactor = 8
|
spreadingfactor = 9
|
||||||
|
|
||||||
# Select coding rate 5. Valid range
|
# Select coding rate 5. Valid range
|
||||||
# is 5 throough 8, with 5 being the
|
# is 5 throough 8, with 5 being the
|
||||||
# fastest, and 8 the longest range.
|
# fastest, and 8 the longest range.
|
||||||
codingrate = 5
|
codingrate = 8
|
||||||
|
|
||||||
# You can configure the RNode to send
|
# You can configure the RNode to send
|
||||||
# out identification on the channel with
|
# out identification on the channel with
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user