Add keyboard variants and wireplumber
This commit is contained in:
parent
37043f4f42
commit
e83c4c31a8
2 changed files with 5 additions and 3 deletions
|
|
@ -66,10 +66,10 @@
|
|||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = ${if nixosConfig.networking.hostName == "thor" then "us" else "it" }
|
||||
kb_variant =
|
||||
kb_layout = ${if nixosConfig.networking.hostName == "thor" then "us,it,us" else "it,us,us" }
|
||||
kb_variant = ,,colemak
|
||||
kb_model =
|
||||
kb_options = grp:menu_toggle, compose:rctrl
|
||||
kb_options = grp:menu_toggle,compose:rctrl
|
||||
kb_rules =
|
||||
|
||||
follow_mouse = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue