From ad0074f13875bb73e22fb9c2ed59dc1f1833dd3e Mon Sep 17 00:00:00 2001 From: Jasha Sommer-Simpson <8935917+Jasha10@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:05:19 -0500 Subject: [PATCH] Update skhdrc - remove duplicated "command" section Remove duplication from examples/skhdrc --- examples/skhdrc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/examples/skhdrc b/examples/skhdrc index 28e99fe..0d2c3f4 100644 --- a/examples/skhdrc +++ b/examples/skhdrc @@ -53,17 +53,6 @@ # name = desired name for this mode, # # @ = capture keypresses regardless of being bound to an action -# -# command = command is executed through '$SHELL -c' and -# follows valid shell syntax. if the $SHELL environment -# variable is not set, it will default to '/bin/bash'. -# when bash is used, the ';' delimeter can be specified -# to chain commands. -# -# to allow a command to extend into multiple lines, -# prepend '\' at the end of the previous line. -# -# an EOL character signifies the end of the bind. # add an on_enter command to the default mode # :: default : yabai -m config active_window_border_color 0xff775759