mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
readme: update to new name
This commit is contained in:
parent
d75c9aa78d
commit
51d01cadba
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -952,7 +952,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reset"
|
||||
version = "1.2.3"
|
||||
version = "1.2.4"
|
||||
dependencies = [
|
||||
"dbus",
|
||||
"fork",
|
||||
|
|
|
@ -84,12 +84,12 @@ reset.url = "github:Xetibo/ReSet";
|
|||
reset-plugins.url = "github:Xetibo/ReSet-Plugins";
|
||||
|
||||
#installation and configuration
|
||||
programs.reset.enable = true;
|
||||
programs.reset.config.plugins = [
|
||||
programs.ReSet.enable = true;
|
||||
programs.ReSet.config.plugins = [
|
||||
inputs.reset-plugins.packages."x86_64-linux".monitor
|
||||
inputs.reset-plugins.packages."x86_64-linux".keyboard
|
||||
];
|
||||
programs.reset.config.plugin_config = {
|
||||
programs.ReSet.config.plugin_config = {
|
||||
#custom toml config
|
||||
Keyboard = {
|
||||
path = "/home/user/.config/reset/keyboard.conf";
|
||||
|
|
Loading…
Reference in a new issue