From 112a0260caa996e9d2feff1920e30c5cf39079e1 Mon Sep 17 00:00:00 2001 From: Ammar Haddadi <75220043+AmmarHaddadi@users.noreply.github.com> Date: Sun, 30 Oct 2022 21:19:15 +0100 Subject: [PATCH] +how to use multiple dispatchers --- pages/Configuring/Dispatchers.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index f2199340..6dc35732 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -65,6 +65,16 @@ bind = MOD,KEY,exec,sleep 1 && hyprctl dispatch dpms off {{< /hint >}} +{{< hint >}} +You can use multiple dispatchers with the same keybind by writing the same keybind in two lines with one dispatcher for each , example : +``` +#to switch between windows in a flowting workspace +bind = $mainMod,Tab,movefocus,l #change focus to git other window +bind = $mainMod,Tab,bringactivetotop #brings it to top +``` +please note that the order of dispatchers matters +{{< /hint >}} + # Workspaces You have seven choices: