diff --git a/.config/hypr/conf.d/keybinds.conf b/.config/hypr/conf.d/keybinds.conf index fe9d319..33df3fc 100644 --- a/.config/hypr/conf.d/keybinds.conf +++ b/.config/hypr/conf.d/keybinds.conf @@ -25,7 +25,7 @@ bind = $smod, down, movewindow, d bind = $mmod, Return, exec, footclient bind = $mmod, F, exec, pkill fsearch; fsearch bind = $smod, D, exec, wofi --show drun -bind = $smod, X, exec, swaylock +bind = $smod, X, exec, ~/.scripts/system/screenlock bind = $smod, S, exec, ~/.scripts/grimshot bind = , Print, exec, ~/.scripts/grimshot -f bind = $smod, Escape, exec, ~/.scripts/system/wofi-session diff --git a/.scripts/system/screenlock b/.scripts/system/screenlock new file mode 100755 index 0000000..d5d277c --- /dev/null +++ b/.scripts/system/screenlock @@ -0,0 +1,2 @@ +#!/bin/sh +swaylock -i "/run/user/$(id -u)/.current-wallpaper"