diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2021-12-11 18:26:06 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2021-12-11 18:26:06 +0000 |
| commit | 2de4e5305906297201869a1cda367eb3a3e5945f (patch) | |
| tree | fb57e32e50b335fb4449fd655796f1e305d688b3 /README.md | |
| parent | 3773b77d5d8fec59b085b246749d90eafc9b37a0 (diff) | |
Update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -18,9 +18,12 @@ dirs, and put all config files in `~/.config`. 1. clone my (or anyone elses, or the original and configure it your own) dwm and dwmblocks configs and `sudo make clean install`. + If you do not want to use dwm, you can change the `exec dwm` line in + [xinitrc](.config/x/xinitrc) 2. Copy `etc/systemd/system/autolock@.service` to `/etc/systemd/system/`-folder and - enable it with `systemctl enable autolock@<your username>.service`. -3. Copy everything else to your home folder. + enable it with `systemctl enable autolock@<your username>.service`, in order + to enable autolocking when putting your computer to sleep or hibernation. +3. `$ cp .local .config ~` ```bash cp etc/systemd/system/autolock@.service /etc/systemd/system/ |
