Misc
This commit is contained in:
parent
baceab2173
commit
35f124b329
2 changed files with 11 additions and 0 deletions
symlinks/config
1
symlinks/config/btop/.gitignore
vendored
Normal file
1
symlinks/config/btop/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
btop.log
|
10
symlinks/config/systemd/user/openrgb-default-profile.service
Normal file
10
symlinks/config/systemd/user/openrgb-default-profile.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Set openrgb to default profile
|
||||
After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/openrgb -p %h/.config/OpenRGB/full_cyan.orp
|
||||
Type=simple
|
||||
|
||||
[Install]
|
||||
WantedBy=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
|
Loading…
Add table
Reference in a new issue