Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbor committed Feb 8, 2022
1 parent b52d3e3 commit 9704c96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.3.0
VERSION = 1.0.0

CC = gcc
EXTRAFLAGS = -g -Wshadow -Wformat=2 -Wconversion -Wextra
Expand Down
4 changes: 2 additions & 2 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<!-- DO NOT EDIT THIS SECTION, INSTEAD RE-RUN doctoc.sh TO UPDATE -->
**Table of Contents**

- [Upcoming](#upcoming)
- [1.0.0](#100)
- [0.3.0](#030)
- [0.2.0](#020)

<!-- END doctoc.sh generated TOC please keep comment here to allow auto update -->

## Upcoming
## 1.0.0
* Monitor plugged in keyboards to update keymap
* Adding muting to volume tool
* Change `SIGUSR1` to reloading everything
Expand Down
6 changes: 0 additions & 6 deletions src/pademelon-daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,6 @@ int main(int argc, char *argv[]) {
}
}

/* MoonWM workaround */
if (setenv("MOONWM_NO_AUTOSTART", "1", 1) == -1)
die("Unable to set environment variable");
if (setenv("MOONWM_NO_STATUS", "1", 1) == -1)
die("Unable to set environment variable");

#ifdef X11
x11_init();
load_keyboard();
Expand Down

0 comments on commit 9704c96

Please sign in to comment.