mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: umlaut keys not working on work keyboard
this was because only the logitech usb receiver was shown in inputs and this recevier had to be configured in sway
This commit is contained in:
parent
f02873ecd9
commit
a0bb1ef2eb
2 changed files with 8 additions and 4 deletions
|
|
@ -1916,12 +1916,10 @@ My work machine. Built for more security, this is the gold standard of my config
|
||||||
inputs = {
|
inputs = {
|
||||||
"12972:18:Framework_Laptop_16_Keyboard_Module_-_ANSI_Keyboard" = {
|
"12972:18:Framework_Laptop_16_Keyboard_Module_-_ANSI_Keyboard" = {
|
||||||
xkb_layout = "us";
|
xkb_layout = "us";
|
||||||
xkb_options = "grp:win_space_toggle";
|
|
||||||
xkb_variant = "altgr-intl";
|
xkb_variant = "altgr-intl";
|
||||||
};
|
};
|
||||||
"1133:45081:MX_Master_2S_Keyboard" = {
|
"1133:45081:MX_Master_2S_Keyboard" = {
|
||||||
xkb_layout = "us";
|
xkb_layout = "us";
|
||||||
xkb_options = "grp:win_space_toggle";
|
|
||||||
xkb_variant = "altgr-intl";
|
xkb_variant = "altgr-intl";
|
||||||
};
|
};
|
||||||
"2362:628:PIXA3854:00_093A:0274_Touchpad" = {
|
"2362:628:PIXA3854:00_093A:0274_Touchpad" = {
|
||||||
|
|
@ -1930,6 +1928,10 @@ My work machine. Built for more security, this is the gold standard of my config
|
||||||
natural_scroll = "enabled";
|
natural_scroll = "enabled";
|
||||||
middle_emulation = "enabled";
|
middle_emulation = "enabled";
|
||||||
};
|
};
|
||||||
|
"1133:50504:Logitech_USB_Receiver" = {
|
||||||
|
xkb_layout = "us";
|
||||||
|
xkb_variant = "altgr-intl";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
keybindings = {
|
keybindings = {
|
||||||
"Mod4+Ctrl+p" = "exec wl-mirror eDP-2";
|
"Mod4+Ctrl+p" = "exec wl-mirror eDP-2";
|
||||||
|
|
|
||||||
|
|
@ -132,12 +132,10 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
"12972:18:Framework_Laptop_16_Keyboard_Module_-_ANSI_Keyboard" = {
|
"12972:18:Framework_Laptop_16_Keyboard_Module_-_ANSI_Keyboard" = {
|
||||||
xkb_layout = "us";
|
xkb_layout = "us";
|
||||||
xkb_options = "grp:win_space_toggle";
|
|
||||||
xkb_variant = "altgr-intl";
|
xkb_variant = "altgr-intl";
|
||||||
};
|
};
|
||||||
"1133:45081:MX_Master_2S_Keyboard" = {
|
"1133:45081:MX_Master_2S_Keyboard" = {
|
||||||
xkb_layout = "us";
|
xkb_layout = "us";
|
||||||
xkb_options = "grp:win_space_toggle";
|
|
||||||
xkb_variant = "altgr-intl";
|
xkb_variant = "altgr-intl";
|
||||||
};
|
};
|
||||||
"2362:628:PIXA3854:00_093A:0274_Touchpad" = {
|
"2362:628:PIXA3854:00_093A:0274_Touchpad" = {
|
||||||
|
|
@ -146,6 +144,10 @@
|
||||||
natural_scroll = "enabled";
|
natural_scroll = "enabled";
|
||||||
middle_emulation = "enabled";
|
middle_emulation = "enabled";
|
||||||
};
|
};
|
||||||
|
"1133:50504:Logitech_USB_Receiver" = {
|
||||||
|
xkb_layout = "us";
|
||||||
|
xkb_variant = "altgr-intl";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
keybindings = {
|
keybindings = {
|
||||||
"Mod4+Ctrl+p" = "exec wl-mirror eDP-2";
|
"Mod4+Ctrl+p" = "exec wl-mirror eDP-2";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue