Selaa lähdekoodia

Disable debugging lines in xt.dash script

Alois Mahdal 10 kuukautta sitten
vanhempi
commit
9c78aa0225
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      dotfiles/config/i3/macros/xt.dash

+ 2
- 2
dotfiles/config/i3/macros/xt.dash Näytä tiedosto

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