]> git.sev.monster Git - dotfiles.git/blobdiff - bin/i3subscribe
reorganize aliases, clean up binds, add zoxide
[dotfiles.git] / bin / i3subscribe
index 166cd3ff16e37ed89ca7d82fcb487eb784eb5f9b..76f2ff201fed1e8d35e0754131901964a73fc1fd 100755 (executable)
@@ -23,13 +23,13 @@ sub subscribe {
             }
         }
     })->recv->{success}) {
             }
         }
     })->recv->{success}) {
-        say "Successfully subscribed to $ev-event";
+        say "Successfully subscribed to $ev event";
     }
 }
 
 my $nextArg = shift;
 if(!$nextArg) {
     }
 }
 
 my $nextArg = shift;
 if(!$nextArg) {
-    say "Subscribe to i3-events";
+    say "Subscribe to i3 events";
     say "Usage:   $0 workspace|output|mode|window|barconfig_update|binding [dump]";
     say "Example: $0 workspace dump window binding dump";
     exit 1;
     say "Usage:   $0 workspace|output|mode|window|barconfig_update|binding [dump]";
     say "Example: $0 workspace dump window binding dump";
     exit 1;
This page took 0.031597 seconds and 4 git commands to generate.