8 lines
203 B
Bash
Executable File
8 lines
203 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# blob:summary=Returns true when clamshell mode is active
|
|
# blob:hidden=true
|
|
|
|
# Clamshell = lid closed while driving one or more external monitors.
|
|
blob-hw-laptop-closed && blob-hw-external
|