hyprland: gate alt/super swap to gaming pc

This commit is contained in:
rope 2026-07-24 12:40:56 +01:00
parent ab2d22063e
commit 400716c8e8

View file

@ -145,7 +145,7 @@ in
input = { input = {
kb_layout = "gb,no"; kb_layout = "gb,no";
kb_options = "grp:alt_shift_toggle,altwin:swap_lalt_lwin"; kb_options = "grp:alt_shift_toggle" + lib.optionalString isGaming ",altwin:swap_lalt_lwin";
follow_mouse = 1; follow_mouse = 1;
accel_profile = "flat"; accel_profile = "flat";
sensitivity = 0; sensitivity = 0;