diff options
author | sinanmohd <sinan@firemail.cc> | 2023-05-02 10:08:53 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-05-02 10:08:53 +0530 |
commit | 24abc523046749e510b3b61fff97b067677b379b (patch) | |
tree | 144a5fd06e6706353a55aaac66b0a451dab9d883 /.config/wayland | |
parent | b74eba259ce6f1a080cd89906a742a46e5de2e1d (diff) |
screen lock: switch out waylock for swaylock
Diffstat (limited to '.config/wayland')
-rwxr-xr-x | .config/wayland/winit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/wayland/winit b/.config/wayland/winit index 472740b..9a6423b 100755 --- a/.config/wayland/winit +++ b/.config/wayland/winit @@ -17,5 +17,5 @@ timeout=60 # seconds >5 swayidle \ timeout "$((timeout - 5))" "brightnessctl --save; brightnessctl set 10%-" \ resume "brightnessctl --restore" \ - timeout "$timeout" "wlr-randr --output ${disp} --off; waylock" \ + timeout "$timeout" "wlr-randr --output ${disp} --off; swaylock" \ resume "wlr-randr --output ${disp} --on --adaptive-sync enabled" & |