From a0bb1ef2eb1543399064c27cabc0ac327ae7064f Mon Sep 17 00:00:00 2001 From: Swarsel Date: Mon, 12 Aug 2024 08:31:58 +0200 Subject: [PATCH] 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 --- SwarselSystems.org | 6 ++++-- profiles/nbl-imba-2/default.nix | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index 600ea51..6f7ad6b 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -1916,12 +1916,10 @@ My work machine. Built for more security, this is the gold standard of my config inputs = { "12972:18:Framework_Laptop_16_Keyboard_Module_-_ANSI_Keyboard" = { xkb_layout = "us"; - xkb_options = "grp:win_space_toggle"; xkb_variant = "altgr-intl"; }; "1133:45081:MX_Master_2S_Keyboard" = { xkb_layout = "us"; - xkb_options = "grp:win_space_toggle"; xkb_variant = "altgr-intl"; }; "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"; middle_emulation = "enabled"; }; + "1133:50504:Logitech_USB_Receiver" = { + xkb_layout = "us"; + xkb_variant = "altgr-intl"; + }; }; keybindings = { "Mod4+Ctrl+p" = "exec wl-mirror eDP-2"; diff --git a/profiles/nbl-imba-2/default.nix b/profiles/nbl-imba-2/default.nix index b1624fc..7c4c1fd 100644 --- a/profiles/nbl-imba-2/default.nix +++ b/profiles/nbl-imba-2/default.nix @@ -132,12 +132,10 @@ inputs = { "12972:18:Framework_Laptop_16_Keyboard_Module_-_ANSI_Keyboard" = { xkb_layout = "us"; - xkb_options = "grp:win_space_toggle"; xkb_variant = "altgr-intl"; }; "1133:45081:MX_Master_2S_Keyboard" = { xkb_layout = "us"; - xkb_options = "grp:win_space_toggle"; xkb_variant = "altgr-intl"; }; "2362:628:PIXA3854:00_093A:0274_Touchpad" = { @@ -146,6 +144,10 @@ natural_scroll = "enabled"; middle_emulation = "enabled"; }; + "1133:50504:Logitech_USB_Receiver" = { + xkb_layout = "us"; + xkb_variant = "altgr-intl"; + }; }; keybindings = { "Mod4+Ctrl+p" = "exec wl-mirror eDP-2";