/etc/gjackclockrc is in gjacktransport 0.6.1-1+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | # 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
|