added LaptopSetup

This commit is contained in:
Alexander Bocken 2023-10-17 15:37:21 +02:00
parent d9e33fc1de
commit 6f9e095d7f
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8
2 changed files with 26 additions and 0 deletions

25
docs/LaptopSetup.md Normal file
View File

@ -0,0 +1,25 @@
# LaptopSetup
General Tips and tricks for setting up Laptops in particular. Assuming Arch Linux/systemd.
## Power/Hibernation
We want to not edit pacman-provided files but provide drop-ins.
Hence create the folder `/etc/systemd/logind.conf.d` if not already present.
All the following settings will be written into `/etc/systemd/logind.conf.d/logind.conf`
### Let DWM handle PowerOff
```conf
[Login]
HandlePowerKey=ignore
```
### Hibernate on Lid close
```conf
[Login]
HandleLidSwitch=hibernate
HandleLidSwitchExternalPower=hibernate
```

View File

@ -3,6 +3,7 @@ Install instructions, configuration methods and much more for the setup of an us
Happy to accept pull requests for new topics!
# Desktop Programs
- [Laptop Setup](docs/LaptopSetup.md) General tips and tricks around the quirks of Arch on a Laptop.
- [qutebrowser](docs/qutebrowser.md)
highly customizable keyboard focused webbrowser using vim bindings
- [vimwiki](docs/vimwiki.md)