# config file for gjackclock
#
# lines beginning with '#' or ';' are ignored.
#
# Config files are parsed in the following order, the last read values
# take precedence.
#
#  @sysconfdir@/gjackclockrc
#  $HOME/.gjackclockrc
#  ./gjackclockrc
# -command-line args-
#  rc-file specified with --config <rc-file> 
#
# NOTE: @sysconfdir@/gjackclockrc is overwritten by 'make install'
#

### KEYBINDINGS ###
# play/pause -- 'SPACE' - 32
;keybinding_1=32
# play       -- 'b' - 98
;keybinding_4=98
# pause      -- 'p' - 112
;keybinding_5=112
# rewind     -- 'r' - 114
;keybinding_6=114
# skip-start -- '<' - 60
;keybinding_7=60
# skip-end   -- '>' - 62
;keybinding_8=62

### DISPLAY FONT, COLOR & SIZE ###

;font_size=60
;font_family=Monospace

#default colors - if unset: system-theme
;color_bg=black
;color_fg=#ffff00

#layout: use equally spaced table - works with variable width font.
;table_layout=1

### WINDOW POSITION/SIZE ###
win_x=-1
win_y=-1

### MISC ###
# seek-stride (in seconds)
;seek_stride=10.0

# display FPS info
;show_fps=1

# scale SMPTE font-size with window
;font_scaling=1

# start 'always-on-top'
;ontop=0

# ignore JACK-timebase-master FPS setting
;ignore_timebase_master=0

# default fps (unless override by timebase-master)
;fps=25.0

