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