mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-18 18:48:33 +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]]
|
[[package]]
|
||||||
name = "reset"
|
name = "reset"
|
||||||
version = "1.2.3"
|
version = "1.2.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dbus",
|
"dbus",
|
||||||
"fork",
|
"fork",
|
||||||
|
|
|
@ -84,12 +84,12 @@ reset.url = "github:Xetibo/ReSet";
|
||||||
reset-plugins.url = "github:Xetibo/ReSet-Plugins";
|
reset-plugins.url = "github:Xetibo/ReSet-Plugins";
|
||||||
|
|
||||||
#installation and configuration
|
#installation and configuration
|
||||||
programs.reset.enable = true;
|
programs.ReSet.enable = true;
|
||||||
programs.reset.config.plugins = [
|
programs.ReSet.config.plugins = [
|
||||||
inputs.reset-plugins.packages."x86_64-linux".monitor
|
inputs.reset-plugins.packages."x86_64-linux".monitor
|
||||||
inputs.reset-plugins.packages."x86_64-linux".keyboard
|
inputs.reset-plugins.packages."x86_64-linux".keyboard
|
||||||
];
|
];
|
||||||
programs.reset.config.plugin_config = {
|
programs.ReSet.config.plugin_config = {
|
||||||
#custom toml config
|
#custom toml config
|
||||||
Keyboard = {
|
Keyboard = {
|
||||||
path = "/home/user/.config/reset/keyboard.conf";
|
path = "/home/user/.config/reset/keyboard.conf";
|
||||||
|
|
Loading…
Reference in a new issue