From dbac90ea87249133a1493f73152522cd92ed4bbf Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Fri, 15 Mar 2024 13:37:20 +0100 Subject: [PATCH] use physlock --- .config/hypr/prog-keybinds.conf.cgt | 1 + scripts/mzteriver/src/init.zig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/hypr/prog-keybinds.conf.cgt b/.config/hypr/prog-keybinds.conf.cgt index 2eb0338..7adaec0 100644 --- a/.config/hypr/prog-keybinds.conf.cgt +++ b/.config/hypr/prog-keybinds.conf.cgt @@ -7,3 +7,4 @@ bind = SUPER SHIFT, P, exec, gpower2 bind = ,PRINT, exec, grim -g "$(slurp; sleep 1)" ~/Downloads/screenshot.png bind = SHIFT, PRINT, exec, grim -g "$(slurp; sleep 1)" - | feh - bind = SUPER CTRL, V, exec, vinput md +bind = SUPER CTRL, L, exec, physlock diff --git a/scripts/mzteriver/src/init.zig b/scripts/mzteriver/src/init.zig index b040ce8..8c3aaf4 100644 --- a/scripts/mzteriver/src/init.zig +++ b/scripts/mzteriver/src/init.zig @@ -16,7 +16,7 @@ pub fn init(alloc: std.mem.Allocator) !void { .{ "Super+Control", "E", "spawn", opts.file_manager_command }, .{ "Super+Control", "B", "spawn", opts.browser_command }, .{ "Super+Control", "V", "spawn", "vinput md" }, - .{ "Super+Control", "L", "spawn", "swaylock --color 660000" }, + .{ "Super+Control", "L", "spawn", "physlock" }, .{ "Super+Shift", "P", "spawn", "gpower2" }, .{ "Alt", "Space", "spawn", "rofi -show combi" }, .{ "Super+Alt", "Space", "spawn", "rofi -show emoji" },