浏览代码

Create tag_preview

siduck76 3 年之前
父节点
当前提交
0bf716bf23
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .dwm/tag_preview

+ 2 - 0
.dwm/tag_preview

@@ -7,6 +7,8 @@ if [ "$1" == "--hide" ]; then # If first argument is --hide execute
   shift
 fi
 
+# add geometry logic here ( alignment of preview )
+
 if [ "$1" == "--show" ]; then # If first argument is --show execute
   file="${screenshot_dir}${2}.jpeg" # $2 is the tag which will be previewed
   [ -f $file ] || exit 1            # Exit if file doesnt exist