https://github.com/ubergesundheit/artful-tweaks
Personal Gnome Tweaks for Ubuntu Artful Aardvark 17.10
https://github.com/ubergesundheit/artful-tweaks
artful gnome gsettings
Last synced: 3 months ago
JSON representation
Personal Gnome Tweaks for Ubuntu Artful Aardvark 17.10
- Host: GitHub
- URL: https://github.com/ubergesundheit/artful-tweaks
- Owner: ubergesundheit
- Created: 2017-08-21T19:24:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T19:56:14.000Z (about 8 years ago)
- Last Synced: 2025-02-28T17:45:38.603Z (8 months ago)
- Topics: artful, gnome, gsettings
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# artful-tweaks
```bash
# Re-enable hot corners
gsettings set org.gnome.shell enable-hot-corners true# Set Mouse Acceleration Profile to "Flat"
gsettings set org.gnome.desktop.peripherals.mouse accel-profile flat# Enable Battery Percentage in Top Bar
gsettings set org.gnome.desktop.interface show-battery-percentage true# Disable Animations
gsettings set org.gnome.desktop.interface enable-animations false# Show Date in Top Bar
gsettings set org.gnome.desktop.interface clock-show-date true# Enable Fractional Scaling
gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"
```