talos: home: setup ergol secondary layout in sway
This commit is contained in:
parent
dd8744ffe4
commit
6c4d19b27b
1 changed files with 4 additions and 2 deletions
|
|
@ -74,8 +74,9 @@ in {
|
|||
modifier = "Mod4";
|
||||
input = {
|
||||
"type:keyboard" = {
|
||||
xkb_layout = "fr";
|
||||
xkb_variant = "us";
|
||||
xkb_layout = "fr,fr";
|
||||
xkb_variant = "us,ergol";
|
||||
xkb_options = "grp:shift_caps_toggle";
|
||||
};
|
||||
"type:touchpad" = {
|
||||
dwt = "enabled";
|
||||
|
|
@ -95,6 +96,7 @@ in {
|
|||
};
|
||||
bars = [];
|
||||
|
||||
bindkeysToCode = true;
|
||||
keybindings = mkOptionDefault {
|
||||
"Mod4+Shift+a" = "exec shikanectl reload";
|
||||
"Mod4+Shift+e" = ''mode "${logoutMode}"'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue