From 383c04ccbccc3a5660ff870f92717fa7476f8273 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:05:04 -0400 Subject: [PATCH] menu and meta are also super --- configs/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shell/profile b/configs/shell/profile index f3279f5..36bc647 100644 --- a/configs/shell/profile +++ b/configs/shell/profile @@ -4,7 +4,7 @@ [ -x "$(command -v g610-led)" ] && g610-led -a ff # The way life should be -export XKB_DEFAULT_OPTIONS=caps:escape +export XKB_DEFAULT_OPTIONS=caps:escape,altwin:menu_win,altwin:meta_win # Wayland stuff export WLR_NO_HARDWARE_CURSORS=1 # thanks NVIDIA