瀏覽代碼

Disable debugging lines in xt.dash script

Alois Mahdal 10 月之前
父節點
當前提交
9c78aa0225
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      dotfiles/config/i3/macros/xt.dash

+ 2
- 2
dotfiles/config/i3/macros/xt.dash 查看文件

@@ -40,8 +40,8 @@ fixnl () {
40 40
 main () { 
41 41
     local body;
42 42
     body="$(xclip -o)"
43
-    declare -p body >~/body.declare
44
-    echo -n "$body" | hexdump -C >~/body.hexdump
43
+#   declare -p body >~/body.declare
44
+#   echo -n "$body" | hexdump -C >~/body.hexdump
45 45
     sleep 0.5s
46 46
     xdotool type "$body"
47 47
 }