From 361ae84724367b1e48d8f66bec97f6b0d7a252c0 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 17 Jun 2020 19:38:56 +0530 Subject: Adds script for status bar integration --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index cff1395..21b58fd 100644 --- a/config.h +++ b/config.h @@ -17,11 +17,11 @@ enum { // Define mode key bindings here // NOTE: "10" here is the maximum number of key bindings for each mode static Key modes[MODE_SIZE][10] = { - [MusicPlayer] = { + [MusicPlayer] = { // {{{ { 0, XK_l, SCRIPT(spotify.sh next) }, { 0, XK_h, SCRIPT(spotify.sh prev) }, { 0, XK_space, SCRIPT(spotify.sh play_pause) }, - }, + },// }}} }; // Define normal mode key bindings here @@ -73,5 +73,5 @@ static ModeProperties mode_properties[MODE_SIZE] = { }; // Call this script on mode change -static char* on_mode_change = "echo 1"; +static char* on_mode_change = "~/scripts/hotkeythingy.sh on-mode-change"; -- cgit v1.3.1