Wl-kbptr configuration
This commit is contained in:
parent
6cf3267764
commit
00635213d0
|
|
@ -126,10 +126,12 @@ fi
|
|||
# Custom Keyboard Layout Configuration
|
||||
# Standalone XKB
|
||||
"xkb/engrammer.xkb".source = ./global-resources/home-manager/.config/xkb/engrammer.xkb;
|
||||
|
||||
# Symbol
|
||||
"xkb/symbols/engrammer".source = ./global-resources/home-manager/.config/xkb/symbols/engrammer;
|
||||
"xkb/symbols/canary".source = ./global-resources/home-manager/.config/xkb/symbols/canary;
|
||||
|
||||
# Wl Kbptr Configuration
|
||||
"wl-kbptr/config".source = ./global-resources/home-manager/.config/wl-kbptr/config;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,55 @@
|
|||
# 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,click
|
||||
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]
|
||||
label_color=#ffffff
|
||||
label_select_color=#fd0d
|
||||
unselectable_bg_color=#2226
|
||||
selectable_bg_color=#870AE080
|
||||
selectable_border_color=#ffff0080
|
||||
label_font_family=sans-serif
|
||||
label_font_size=20 100% 100
|
||||
label_symbols=abcdefghijklmnopqrstuvwxyz
|
||||
|
||||
[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
|
||||
Loading…
Reference in New Issue