Skip to content

Instantly share code, notes, and snippets.

@aaguilera
Last active April 8, 2017 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaguilera/3f0734f0dc89680655eb to your computer and use it in GitHub Desktop.
Save aaguilera/3f0734f0dc89680655eb to your computer and use it in GitHub Desktop.
Dell XPS 13 customizations for Ubuntu

Via command-line

Disable bluetooth:

/usr/sbin/rfkill block bluetooth

Set screen brightness:

/bin/echo 50 > /sys/class/backlight/intel_backlight/brightness

Via systemd

Disable bluetooth:

sudo systemctl disable bluetooth.service

Screen brightness level and keyboard LED status are saved/restored automatically at shutown/startup via systemd-backlight.service. These services should be enabled:

sudo systemctl status systemd-backlight@*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment