mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
Added info about packages installed and GUI improvements.
This commit is contained in:
parent
1f5c49ed3f
commit
ddd4035343
1 changed files with 13 additions and 0 deletions
|
|
@ -1,5 +1,18 @@
|
||||||
# Linux Resources
|
# Linux Resources
|
||||||
|
|
||||||
|
## Useful Pageackes
|
||||||
|
- Gnome Tweaks: `sudo apt install gnome-tweaks`
|
||||||
|
- Fonts Fira Code: `sudo apt install fonts-firacode`
|
||||||
|
- Git: `sudo apt install git`
|
||||||
|
- Curl: `sudo apt install curl`
|
||||||
|
- Vim: `sudo apt install vim`
|
||||||
|
|
||||||
|
## GUI
|
||||||
|
Ubuntu 20.04 Gnome dark mode work for all except do not disturb or right click menu
|
||||||
|
- Fix is that Gnome Shell is on "Default"
|
||||||
|
- Install Gnome Tweaks: `sudo apt install gnome-tweaks`
|
||||||
|
- Select "Appearance" and change Shell to "Yaru-dark" or whatever you want
|
||||||
|
|
||||||
## Mouse Support
|
## Mouse Support
|
||||||
|
|
||||||
- [Ratbagd DBus Daemon](https://github.com/libratbag/libratbag/blob/master/README.md#running-ratbagd-as-dbus-activated-systemd-service)
|
- [Ratbagd DBus Daemon](https://github.com/libratbag/libratbag/blob/master/README.md#running-ratbagd-as-dbus-activated-systemd-service)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue