From: Frederik Vanrenterghem Date: Wed, 9 Apr 2025 14:25:51 +0000 (+0800) Subject: Support pass-through in i3 using $mod-t. X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/commitdiff_plain/17df70e770e001037a0f40a06d82ff41050e9639?ds=inline Support pass-through in i3 using $mod-t. --- 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