8 lines
174 B
Bash
Executable file
8 lines
174 B
Bash
Executable file
#!/bin/bash
|
|
|
|
#Script for lockscreen
|
|
|
|
sleep 2
|
|
powerprofilesctl set power-saver
|
|
hyprlock -c ~/.config/dotfiles/hyprland/hyprlock/hyprlock.conf
|
|
powerprofilesctl set performance
|