-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Trent Nicholson edited this page May 23, 2024
·
3 revisions
- You will want to edit the gitconfig as obviously it contains my information not yours
- dwal
- bc
Install "xss-lock"
or
create a systemd service in file /etc/systemd/system/suspend@.service
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 suspend@user.service # (with your username instead of user).
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