From 17df70e770e001037a0f40a06d82ff41050e9639 Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Wed, 9 Apr 2025 22:25:51 +0800 Subject: [PATCH] Support pass-through in i3 using $mod-t. --- i3/.config/i3/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index d6451e0..4e1ce19 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -17,6 +17,13 @@ exec_always --no-startup-id xrandr --output eDP-1 --mode 2048x1152 --primary \ set $mod Mod4 +# Press modifier+t to ignore further modifier keys, until pressed again +mode "pass-through" { + bindsym $mod+t mode "default" +} + +bindsym $mod+t mode "pass-through" + # Move the current workspace to the next output # (effectively toggles when you only have two outputs) bindsym $mod+x move workspace to output next -- 2.39.5