Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting name for custom/headless outputs #6319

Merged
merged 7 commits into from
Jun 5, 2024

Conversation

phonetic112
Copy link
Contributor

Title. For some reason the compiler gave errors when I tried to get the return of wlr_x11_output_create so I can't name the x11 outputs I guess.

Example:

$ hyprctl output create headless hello
Monitor WL-1 (ID 0):
	1183x1026@144.00000 at 0x0
	description: 
	make: 
	model: 
	serial: 
	active workspace: 1 (1)
	special workspace: 0 ()
	reserved: 0 0 0 0
	scale: 1.00
	transform: 0
	focused: yes
	dpmsStatus: 1
	vrr: 1
	activelyTearing: false
	disabled: false
	currentFormat: XRGB8888
	availableModes: 

Monitor hello (ID 1):
	1920x1080@144.00000 at 1183x0
	description: 
	make: 
	model: 
	serial: 
	active workspace: 2 (2)
	special workspace: 0 ()
	reserved: 0 0 0 0
	scale: 1.00
	transform: 0
	focused: no
	dpmsStatus: 1
	vrr: 0
	activelyTearing: false
	disabled: false
	currentFormat: XRGB8888
	availableModes: 

@vaxerski
Copy link
Member

vaxerski commented Jun 3, 2024

x11 backend is disabled, thats why

src/debug/HyprCtl.cpp Outdated Show resolved Hide resolved
src/layout/IHyprLayout.cpp Outdated Show resolved Hide resolved
Copy link
Member

@vaxerski vaxerski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@vaxerski vaxerski merged commit 82099fd into hyprwm:main Jun 5, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants