Commit | Line | Data |
---|---|---|
fa83c905 SK |
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 | |
85cdf6b0 SK |
11 | |
12 | ||
13 | Fonts | |
14 | ----- | |
15 | ||
16 | https://wiki.ubuntu.com/Fonts | |
6dc8d210 SK |
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 |