Fork the desktop off Omarchy as a self-contained system
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# blob:summary=Print the name of the built-in laptop display, including disabled outputs.
|
||||
|
||||
hyprctl monitors all -j | jq -r '.[] | select(.name | test("^(eDP|LVDS|DSI)-")).name' | head -n 1
|
||||
Reference in New Issue
Block a user