Expand description
Contains code that actually detects the default terminal emulator
XDG and DE-specific code is in a separate file
Functionsยง
- detect_
terminal - Run other functions in this module to find the terminal
- detect_
terminal_ desktop - Detect the DE and run the appropriate code to detect the terminal
- detect_
terminal_ env - Read
TERMINAL
environment variable and turn intoTerminal
if successful - detect_
terminal_ path - Check if a terminal from a list is in
$PATH
- detect_
terminal_ xdg_ proposed - Try to detect the terminal with the proposed XDG spec