way-displays
way-displays copied to clipboard
Feature: toggles
-t --toggle
command
global:
-
SCALING
-
AUTO_SCALE
per-display
-
DISABLED
-
VRR_OFF
:+1: This feature would allow me to conveniently plug waydisplay -s DISABLED <screen> -t
in my rofi menu in order to turn the internal display on and off. Currently, I can easily turn the internal display off (see screenshot below), but I have not found a way to turn it back on (except restarting way-displays
, which is not as neat, and well, restarts everything).
I have not found a way to turn it back on
You can --delete disabled <screen>
however that is very unintuitive and not particularly useful.
👍 This feature would allow me to conveniently plug
waydisplay -s DISABLED <screen> -t
in my rofi menu in order to turn the internal display on and off.
This is incredible! A beautiful TUI to manage displays.
Would you care to share your setup / configuration? That would be the start of the Recipes wiki page.
I just tested it: waydisplay --delete disabled <screen>
covers all my use cases. I had simply overlooked the option.
I opened https://github.com/alex-courtis/way-displays/issues/140 for documenting rofi recipes.