Skip to content

Commit

Permalink
Merge branch 'main' of github.com:aaronamk/hkd
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronamk committed Sep 3, 2021
2 parents e529ec3 + ad36172 commit fb23971
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ static const char *media_forward[] = { "playerctl", "--player=playerctld", "posi
static const char *media_backward[] = { "playerctl", "--player=playerctld", "position", "5-", NULL };
static const char *media_toggle_pause[] = { "playerctl", "--player=playerctld", "play-pause", NULL };

/* requires a $TERMINAL environment variable set to your preferred terminal */
static const char *term[] = { "sh", "-c", "$TERMINAL", NULL };

/* requires dmenu */
static const char *launcher[] = { "dmenu_run", NULL };

static const char *shutdown[] = { "shutdown", "now", NULL };

/* bindings */
Expand Down

0 comments on commit fb23971

Please sign in to comment.