Skip to content
Trent Nicholson edited this page May 23, 2024 · 3 revisions

Usefull notes

Notes for git config

  • You will want to edit the gitconfig as obviously it contains my information not yours

You might want to install

Lock on suspend

Install "xss-lock" or create a systemd service in file /etc/systemd/system/[email protected] with content:

[Unit]
Description=User suspend actions
Before=sleep.target

[Service]
User=%I
Type=forking
Environment=DISPLAY=:0
ExecStart=/usr/bin/i3lock -ef -c ffffff
ExecStartPost=/usr/bin/sleep 1

[Install]
WantedBy=sleep.target

Start the script with

sudo systemctl enable [email protected] # (with your username instead of user).

Brightness keys don't work

You may need this if you are using an asus laptop and are having trouble with brightness keys i also use xfce-power-manager to manage brightness

modprobe asus-nb-wmi