Quellcode durchsuchen

Disable debugging lines in xt.dash script

Alois Mahdal vor 10 Monaten
Ursprung
Commit
9c78aa0225
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      dotfiles/config/i3/macros/xt.dash

+ 2
- 2
dotfiles/config/i3/macros/xt.dash Datei anzeigen

@@ -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
 }