mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 20:02:58 +01:00
use physlock
This commit is contained in:
parent
0d388a609a
commit
dbac90ea87
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue