Toggle Layouts #943
Answered
by
NotAShelf
System-x64
asked this question in
Q&A
Toggle Layouts
#943
-
Just a small doubt....is it pozzible to set a keybinding to toggle between master and dwindle? If so how? |
Beta Was this translation helpful? Give feedback.
Answered by
NotAShelf
Nov 1, 2022
Replies: 1 comment 3 replies
-
You can use Make a script that uses |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
System-x64
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
hyprctl keyword general:layout dwindle
orhyprctl keyword general:layout master
to set the current layout.Make a script that uses
hyprctl getoption
to get the current layout, and set the layout accordingly. Then bind the script to a key. Voila!