Ignore build artifact
[khome.git] / notes-ubuntu.md
1 Graphical boot
2 --------------
3
4 ### Disable
5
6 sudo systemctl set-default multi-user.target
7
8 ### Enable
9
10 sudo systemctl set-default graphical.target
11
12
13 Fonts
14 -----
15
16 https://wiki.ubuntu.com/Fonts
17
18
19 Notification system
20 -------------------
21
22 ### Disable
23
24 mv /usr/share/dbus-1/services/org.freedesktop.Notifications.service /usr/share/dbus-1/services/org.freedesktop.Notifications.service.disabled
This page took 0.045374 seconds and 4 git commands to generate.