Skip to content

Commit

Permalink
comment out monitor-setup for now
Browse files Browse the repository at this point in the history
also change host specific settings
  • Loading branch information
alexforsale committed Jun 13, 2024
1 parent f6c62c6 commit f296f04
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.org
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ if [[ -z "${XCURSOR_PATH}" ]]; then
export XCURSOR_PATH=${XCURSOR_PATH}:/usr/share/icons:~/.local/share/icons
fi

# if [[ -x "${HOME}/.local/bin/monitor-setup" ]]; then
# "${HOME}/.local/bin/monitor-setup"
# fi

if [[ -x "${HOME}/.fehbg" ]]; then
"${HOME}/.fehbg"
fi
Expand Down Expand Up @@ -668,7 +672,7 @@ elif [ -f /etc/hostname ]; then
fi

case ${_HOSTNAME} in
somalia*)
liberia*)
extern=HDMI-2
intern=eDP-1
if [ $(xrandr |grep -q "${extern} disconnected") ]; then
Expand Down

0 comments on commit f296f04

Please sign in to comment.