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";
|
modifier = "Mod4";
|
||||||
input = {
|
input = {
|
||||||
"type:keyboard" = {
|
"type:keyboard" = {
|
||||||
xkb_layout = "fr";
|
xkb_layout = "fr,fr";
|
||||||
xkb_variant = "us";
|
xkb_variant = "us,ergol";
|
||||||
|
xkb_options = "grp:shift_caps_toggle";
|
||||||
};
|
};
|
||||||
"type:touchpad" = {
|
"type:touchpad" = {
|
||||||
dwt = "enabled";
|
dwt = "enabled";
|
||||||
|
|
@ -95,6 +96,7 @@ in {
|
||||||
};
|
};
|
||||||
bars = [];
|
bars = [];
|
||||||
|
|
||||||
|
bindkeysToCode = true;
|
||||||
keybindings = mkOptionDefault {
|
keybindings = mkOptionDefault {
|
||||||
"Mod4+Shift+a" = "exec shikanectl reload";
|
"Mod4+Shift+a" = "exec shikanectl reload";
|
||||||
"Mod4+Shift+e" = ''mode "${logoutMode}"'';
|
"Mod4+Shift+e" = ''mode "${logoutMode}"'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue