fix razer chroma hdk
This commit is contained in:
parent
14d49173af
commit
c4a15b2aa1
@ -9,6 +9,9 @@
|
|||||||
# Set RGB perhipherals to white
|
# Set RGB perhipherals to white
|
||||||
${pkgs.openrgb}/bin/openrgb -c white -m static &
|
${pkgs.openrgb}/bin/openrgb -c white -m static &
|
||||||
|
|
||||||
|
# Set Razer Chroma HDK to white
|
||||||
|
${pkgs.openrgb}/bin/openrgb --device 1 -c white &
|
||||||
|
|
||||||
# Start my razer keyboard script
|
# Start my razer keyboard script
|
||||||
${pkgs.python3Full}/bin/python ${config.home.homeDirectory}/Documents/Code/Razer/system.py &
|
${pkgs.python3Full}/bin/python ${config.home.homeDirectory}/Documents/Code/Razer/system.py &
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user