From f970c5ceb7e85413c6c2dd718b873525f46d159d Mon Sep 17 00:00:00 2001 From: Attila Fidan Date: Sun, 2 Jun 2024 00:12:47 +0000 Subject: [PATCH] FAQ: Add example disabling floating_modifier in passthrough mode --- FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FAQ.md b/FAQ.md index c0ca600..b9924de 100644 --- a/FAQ.md +++ b/FAQ.md @@ -19,6 +19,16 @@ bindsym $mod+Pause mode passthrough This makes it so that when you press $mod+Pause, all keybindings, except the one to switch back, are disabled. +Disable `floating_modifier` during the mode if it's set up in your config file +and you wish to be able to use the same functionality in the nested desktop: +``` +mode passthrough { + bindsym $mod+Pause mode default; floating_modifier $mod normal +} +bindsym $mod+Pause mode passthrough; floating_modifier none +``` +Replace `$mod normal` with different arguments if applicable. + **Q: Not all symbols show up when I'm typing. What can I do to fix this?** A: Try setting the keyboard layout in wayvnc to the one that most closely