Try for keyboard config
This commit is contained in:
parent
a78805ebcc
commit
0acb3b9c8b
2 changed files with 5 additions and 6 deletions
|
|
@ -29,7 +29,7 @@ input type:touchpad {
|
||||||
}
|
}
|
||||||
|
|
||||||
input type:keyboard {
|
input type:keyboard {
|
||||||
xkb_layout gb(colemak)
|
xkb_layout gb(colemak),gb,us(colemak),us
|
||||||
xkb_options ctrl:nocaps
|
xkb_options ctrl:nocaps
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,8 +37,3 @@ input 65261:4871:TMK/Cub_Ergodox {
|
||||||
xkb_layout gb
|
xkb_layout gb
|
||||||
xkb_options compose:prsc
|
xkb_options compose:prsc
|
||||||
}
|
}
|
||||||
|
|
||||||
input 1241:36:HOLDCHIP_USB_Keyboard {
|
|
||||||
xkb_layout us(colemak)
|
|
||||||
xkb_options ctrl:nocaps
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -239,5 +239,9 @@
|
||||||
"on-click": "cliphist list | wofi -S dmenu | cliphist decode | wl-copy",
|
"on-click": "cliphist list | wofi -S dmenu | cliphist decode | wl-copy",
|
||||||
"on-click-middle": "cliphist list | wofi -S dmenu | cliphist delete",
|
"on-click-middle": "cliphist list | wofi -S dmenu | cliphist delete",
|
||||||
"on-click-right": "cliphist wipe"
|
"on-click-right": "cliphist wipe"
|
||||||
|
},
|
||||||
|
"sway/language": {
|
||||||
|
"format": "{short} {variant}",
|
||||||
|
"on-click": "swaymsg input type:keyboard xkb_switch_layout next"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue