diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | config.def.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77f12ae --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +docs/ diff --git a/config.def.h b/config.def.h index 1f7bc4e..e17b5b6 100644 --- a/config.def.h +++ b/config.def.h @@ -145,7 +145,7 @@ static const char *browsercmd[] = { "firefox", NULL }; // defa static const char *editorcmd[] = { "emacs", NULL }; // default editor; respects $VISUAL env variable static const char *bluetoothcmd[] = { "blueman-manager", NULL }; static const char *trackpadcmd[] = { "toggle-touchpad", NULL }; // script enables/disables trackpad -static const char *exitcmd[] = { "dmenuexitmenu", NULL }; // script providing exit options +static const char *exitcmd[] = { "dmenuexitmenu", NULL }; // script providing exit options /* volume control */ static const char *upvol[] = { "pactl", "set-sink-volume", "0", "+5%", NULL }; |
