feat(hypr): support kbct
This commit is contained in:
parent
2edee4584a
commit
d92b15190a
@ -4,3 +4,4 @@ source=~/.config/hypr/wm/appearance.conf
|
|||||||
source=~/.config/hypr/wm/monitors.conf
|
source=~/.config/hypr/wm/monitors.conf
|
||||||
exec=~/.config/hypr/scripts/launch-waybar.bash
|
exec=~/.config/hypr/scripts/launch-waybar.bash
|
||||||
exec=dunst
|
exec=dunst
|
||||||
|
exec-once=sudo modprobe uinput && sudo kbct remap --config ~/.config/kbct/config.yml
|
||||||
|
9
dots/.config/kbct/config.yml
Normal file
9
dots/.config/kbct/config.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
- keyboards:
|
||||||
|
- Asus Keyboard
|
||||||
|
- Glorious GMMK Pro ANSI
|
||||||
|
layers:
|
||||||
|
- modifiers:
|
||||||
|
- leftmeta
|
||||||
|
keymap:
|
||||||
|
c: copy
|
||||||
|
v: paste
|
Loading…
Reference in New Issue
Block a user