Преглед изворни кода

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
 }