echo "Bars launched..."
#+end_src
+** PowerTOP
+:PROPERTIES:
+:header-args+: :tangle "/sudo::/etc/systemd/system/powertop.service"
+:END:
+
+#+begin_src conf
+[Unit]
+Description=Powertop tunings
+
+[Service]
+ExecStart=/usr/bin/powertop --auto-tune
+RemainAfterExit=true
+
+[Install]
+WantedBy=multi-user.target
+#+end_src
+
** ranger
*** rc.conf
choice.
#+begin_src sh
+xset -b # disable bell
+
# setxkbmap -option compose:ralt
setxkbmap -option ctrl:nocaps # turn capslock into control
#+begin_src bash
cur=$(light -G)
-val=$(rofi -dmenu -mesg "light $cur" -p "light -S " -l 0 -width 8)
+val=$(rofi -dmenu -mesg "light $cur" -p "light -S " -l 0 -width 12)
light -S $val
#+end_src