Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyra-scripts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sebt3
pyra-scripts
Commits
c2c09da4
Commit
c2c09da4
authored
Sep 26, 2017
by
sebt3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added change suggested by notaz
parent
7e704f08
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pyra-brightkey.sh
pyra-brightkey.sh
+2
-2
No files found.
pyra-brightkey.sh
View file @
c2c09da4
...
...
@@ -9,11 +9,11 @@ ENDHELP
case
"
$1
"
in
screen|[sS][Cc][rR]
*
)
FTOG
=
"/var/lib/pyra/screen-toggle-value"
FPAT
=
"/sys/
devices/platform/backlight
/backlight/backlight"
FPAT
=
"/sys/
class
/backlight/backlight"
minbright
=
1
;;
keyboard|[kK][eE][yY]
*
)
FTOG
=
"/var/lib/pyra/keyboard-toggle-value"
FPAT
=
"/sys/
devices/platform/keyboard-backlight
/backlight/keyboard-backlight"
FPAT
=
"/sys/
class
/backlight/keyboard-backlight"
minbright
=
0
;;
*
)
help
"
$0
"
exit
1
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment