toggle_output.sh was moved

This commit is contained in:
John Mertz 2020-11-16 02:31:52 -05:00
부모 93731a44e2
커밋 dc805e06d5
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제

파일 보기

@ -1,9 +0,0 @@
#!/bin/bash
CURRENT=`cat /home/jpm/.config/last_display`
if [ "$CURRENT" == "detached" ]; then
/home/jpm/scripts/sway/displays.pl stacked
else
/home/jpm/scripts/sway/displays.pl detached
fi