You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
303 B
8 lines
303 B
#!/usr/bin/env bash
|
|
|
|
# TODO De-hardcode
|
|
|
|
cd ~/.dotfiles/config/automatrop
|
|
echo 30000 | sudo tee /sys/class/backlight/intel_backlight/brightness
|
|
xrandr --output HDMI-0 --brightness 1
|
|
ansible-playbook playbooks/default.yml -e base16_scheme=solarized-dark --tags color --connection local --limit $HOSTNAME
|