From 7c9ce97bc96c4d965792b15a61276dd32b581259 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 1 Oct 2023 16:13:50 +0000 Subject: sys/mbp.nix: set compose key to right alt Losing right alt is far from ideal, so this is only applied for this system. --- sys/mbp.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys') diff --git a/sys/mbp.nix b/sys/mbp.nix index 87e161b32fdc..1c595142c65a 100644 --- a/sys/mbp.nix +++ b/sys/mbp.nix @@ -83,6 +83,8 @@ hardware.opengl.enable = false; + services.xserver.xkbOptions = "compose:ralt"; + programs.sway.extraConfig = '' output Unknown-1 scale 2 ''; -- cgit 1.4.1