Skip to content

Commit

Permalink
Update repo example profiles to be Linux usable
Browse files Browse the repository at this point in the history
Example paths are platform specific and raise an error if they're invalid. Pseudo paths that raise errors on every platform is a bad time.
  • Loading branch information
hhannine committed May 16, 2019
1 parent 90bc754 commit fde467d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions profiles/example.profile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=example_profile
name=example
spanmode=single
slideshow=true
delay=120
Expand All @@ -7,4 +7,4 @@ offsets=0,0;0,0
bezels=9.5;7
diagonal_inches=27;25
hotkey=control+super+shift+x
display1paths=C:\path\to\pictures\1;C:\path\to\pictures\2
display1paths=/home;/
6 changes: 3 additions & 3 deletions profiles/example_multi.profile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name=example_multi_profile
name=example_multi
spanmode=multi
slideshow=true
delay=120
sortmode=shuffle
hotkey=control+super+shift+z
display1paths=C:\path\to\pictures\1;C:\path\to\pictures\2
display2paths=C:\path\to\pictures\3
display1paths=/home;/
display2paths=/home

0 comments on commit fde467d

Please sign in to comment.