mirror of https://gitlab.com/dabruh/dotfiles.git
Remove unused func
This commit is contained in:
parent
0cab2a6640
commit
fc71836102
|
@ -6,11 +6,6 @@ set -euo pipefail
|
|||
|
||||
_monitors="" # Cache for the xrandr output
|
||||
|
||||
# Get the number of monitors connected to the system
|
||||
get_monitor_count() {
|
||||
xrandr --listmonitors | head -n1 | cut -d' ' -f2
|
||||
}
|
||||
|
||||
# Get the list of connected and disconnected monitors.
|
||||
# Includes information about the primary monitor
|
||||
# E.g:
|
||||
|
|
Loading…
Reference in New Issue