init commit
This commit is contained in:
56
wl-kbptr/config
Normal file
56
wl-kbptr/config
Normal file
@@ -0,0 +1,56 @@
|
||||
# wl-kbptr can be configured with a configuration file.
|
||||
# The file location can be passed with the -c parameter.
|
||||
# Othewise the `$XDG_CONFIG_HOME/wl-kbptr/config` file will
|
||||
# be loaded if it exits. Below is the default configuration.
|
||||
|
||||
[general]
|
||||
home_row_keys=
|
||||
modes=floating
|
||||
cancellation_status_code=0
|
||||
|
||||
[mode_tile]
|
||||
label_color=#fffd
|
||||
label_select_color=#fd0d
|
||||
unselectable_bg_color=#2226
|
||||
selectable_bg_color=#0304
|
||||
selectable_border_color=#040c
|
||||
label_font_family=sans-serif
|
||||
label_font_size=8 50% 100
|
||||
label_symbols=abcdefghijklmnopqrstuvwxyz
|
||||
|
||||
[mode_floating]
|
||||
source=detect
|
||||
label_color=#ffff
|
||||
label_select_color=#fd0d
|
||||
unselectable_bg_color=#2226
|
||||
selectable_bg_color=#1718
|
||||
selectable_border_color=#040c
|
||||
label_font_family=sans-serif
|
||||
label_font_size=14 50% 100
|
||||
label_symbols=asdfghjklweruio
|
||||
|
||||
[mode_bisect]
|
||||
label_color=#fffd
|
||||
label_font_size=20
|
||||
label_font_family=sans-serif
|
||||
label_padding=12
|
||||
pointer_size=20
|
||||
pointer_color=#e22d
|
||||
unselectable_bg_color=#2226
|
||||
even_area_bg_color=#0304
|
||||
even_area_border_color=#0408
|
||||
odd_area_bg_color=#0034
|
||||
odd_area_border_color=#0048
|
||||
history_border_color=#3339
|
||||
|
||||
[mode_split]
|
||||
pointer_size=20
|
||||
pointer_color=#e22d
|
||||
bg_color=#2226
|
||||
area_bg_color=#11111188
|
||||
vertical_color=#8888ffcc
|
||||
horizontal_color=#008800cc
|
||||
history_border_color=#3339
|
||||
|
||||
[mode_click]
|
||||
button=left
|
||||
Reference in New Issue
Block a user