Explorar el Código

Disable debugging lines in xt.dash script

Alois Mahdal hace 10 meses
padre
commit
9c78aa0225
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      dotfiles/config/i3/macros/xt.dash

+ 2
- 2
dotfiles/config/i3/macros/xt.dash Ver fichero

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