Closed niksingh710 closed 1 year ago
2 of the 3 functionalities of this script can be achieved with
# cycle monitors
bind = SUPERSHIFT, braceleft, focusmonitor, l
bind = SUPERSHIFT, braceright, focusmonitor, r
2 of the 3 functionalities of this script can be achieved with
# cycle monitors bind = SUPERSHIFT, braceleft, focusmonitor, l bind = SUPERSHIFT, braceright, focusmonitor, r
yes doing that is possible but using one single shortcut to perform these actions make it feel seemless.
bind = SUPERSHIFT, braceleft, focusmonitor, l
what is braceleft
is this a keyword or a dispatcher?
it's a key bruh
it's a key bruh
Aah i guessed so.
This needs two key maps to cycle between monitors That's why I wrote this script to perform that in one key press.
monitor relative positioning +1
wraps around, allowing to cycle.
Not needed anymore.
Simple Script is written in python3 That is using hyprctl to give the next monitor so that the user can cycle between these monitors easily.