mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
+how to use multiple dispatchers
This commit is contained in:
parent
c247a5e78b
commit
112a0260ca
1 changed files with 10 additions and 0 deletions
|
@ -65,6 +65,16 @@ bind = MOD,KEY,exec,sleep 1 && hyprctl dispatch dpms off
|
||||||
|
|
||||||
{{< /hint >}}
|
{{< /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
|
# Workspaces
|
||||||
|
|
||||||
You have seven choices:
|
You have seven choices:
|
||||||
|
|
Loading…
Reference in a new issue