Advertisement
wolkchen

backlight-policy

Feb 23rd, 2023
118
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.52 KB | Source Code | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd%22%3E">
  3. <policyconfig>
  4.  
  5.     <action id="org.gnome.backlight.policy">
  6.         <defaults>
  7.             <allow_any>yes</allow_any>
  8.             <allow_inactive>yes</allow_inactive>
  9.             <allow_active>yes</allow_active>
  10.         </defaults>
  11.         <annotate key="org.freedesktop.policykit.exec.path">/usr/local/bin/backlight</annotate>
  12.     </action>
  13.  
  14. </policyconfig>
  15.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement