summaryrefslogtreecommitdiff
path: root/.linux/README
blob: fe97fce3612714e39caafbd55fc53d55d82200e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This folder contains files that customize a Linux desktop setup and need to be
overlayed onto the system. They're meaningless here.

The directories in this folder map to these folders:

    dot_config    -> ~/.config
    dot_local     -> ~/.local
    etc           -> /etc

The xorg.conf files require a restart of X:

    sudo systemctl restart gdm

The systemd settings require a reload of systemd:

    sudo systemctl --user daemon-reload

The sysctl settings require reloading the sysctl config:

    sudo sysctl --system

The dconf settings requires upldating dconf:

    sudo dconf update