Some random changes
This commit is contained in:
parent
a71179957a
commit
314202dc00
7 changed files with 12 additions and 10 deletions
|
@ -8,7 +8,7 @@ config_version: 2
|
|||
settings:
|
||||
content.geolocation:
|
||||
https://openweathermap.org: false
|
||||
content.notifications:
|
||||
content.notifications.enabled:
|
||||
https://jelly.cochrun.xyz: true
|
||||
https://nc.cochrun.xyz: false
|
||||
https://www.facebook.com: false
|
||||
|
|
|
@ -1541,9 +1541,12 @@ c.hints.radius = 6
|
|||
# 'input:not([type])',
|
||||
# 'textarea']}
|
||||
|
||||
c.hints.selectors['all'].append('ha-card')
|
||||
c.hints.selectors['all'].append('shadow-root')
|
||||
c.hints.selectors['all'].append('[ha-card]')
|
||||
c.hints.selectors['all'].append('mdc-switch__native-control')
|
||||
c.hints.selectors['all'].append('[for="checkbox"]')
|
||||
c.hints.selectors['all'].append('label')
|
||||
c.hints.selectors['all'].append('hui-button-card')
|
||||
|
||||
## Make characters in hint strings uppercase.
|
||||
## Type: Bool
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[FileDialog]
|
||||
history=file:///home/chris/Videos/vimeo, file:///home/chris/Pictures/tfc, file:///home/chris/Pictures, file:///home/chris/Videos, file:///home/chris
|
||||
lastVisited=file:///home/chris
|
||||
history=file:///home/chris/Pictures/tfc, file:///home/chris/Pictures, file:///home/chris/Videos, file:///home/chris, file:///home/chris/Downloads
|
||||
lastVisited=file:///home/chris/Pictures
|
||||
qtVersion=5.15.2
|
||||
shortcuts=file:, file:///home/chris
|
||||
sidebarWidth=116
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue