correct script path

This commit is contained in:
chrys 2016-11-04 21:31:42 +01:00
parent f540b9658d
commit ab56b61a28
3 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@ autodetectSuspendingScreen=True
driver=evdev driver=evdev
# filter input devices NOMICE, ALL or a DEVICE NAME # filter input devices NOMICE, ALL or a DEVICE NAME
device=ALL device=ALL
# gives fenrir exclusive access to the keyboard and let consume keystrokes. just disable on problems. # gives fenrir exclusive access to the keyboard and let consume keystrokes.
grabDevices=True grabDevices=True
ignoreShortcuts=False ignoreShortcuts=False
# the current shortcut layout located in /etc/fenrir/keyboard # the current shortcut layout located in /etc/fenrir/keyboard
@ -110,7 +110,7 @@ timeFormat=%H:%M:%P
dateFormat=%A, %B %d, %Y dateFormat=%A, %B %d, %Y
autoSpellCheck=True autoSpellCheck=True
spellCheckLanguage=en_US spellCheckLanguage=en_US
scriptPath=/etc/fenrir/scripts scriptPath=/usr/share/fenrir/scripts
[promote] [promote]
enabled=True enabled=True

View File

@ -110,7 +110,7 @@ timeFormat=%H:%M:%P
dateFormat=%A, %B %d, %Y dateFormat=%A, %B %d, %Y
autoSpellCheck=True autoSpellCheck=True
spellCheckLanguage=en_US spellCheckLanguage=en_US
scriptPath=/etc/fenrir/scripts scriptPath=/usr/share/fenrir/scripts
[promote] [promote]
enabled=True enabled=True

View File

@ -60,7 +60,7 @@ timeFormat=%H:%M:%P
dateFormat="%A, %B %d, %Y" dateFormat="%A, %B %d, %Y"
autoSpellCheck=True autoSpellCheck=True
spellCheckLanguage=en_US spellCheckLanguage=en_US
scriptPath=/etc/fenrir/scripts scriptPath=/usr/share/fenrir/scripts
[promote] [promote]
enabled=True enabled=True