add back launch keybind

This commit is contained in:
Jill 2024-03-21 11:25:17 +03:00
parent d5d74d9c3b
commit 5f201dcaea
1 changed files with 7 additions and 1 deletions

View File

@ -64,7 +64,11 @@ in {
"SUPER, Super_L, exec, ${lib.getExe pkgs.nwg-drawer}"
];
bind =
[
let
grabScript = pkgs.writeScript "grab-password" ''
${lib.getExe pkgs.rbw} get $(${lib.getExe pkgs.gnome.zenity} --entry --text="" --title="") | ${lib.getExe pkgs.xclip} -selection clipboard
'';
in [
"$mod, R, exec, ${lib.getExe pkgs.rofi-wayland} -show run"
", Print, exec, ${lib.getExe pkgs.grimblast} copy area"
"$mod, T, exec, ${lib.getExe pkgs.wezterm}"
@ -88,6 +92,8 @@ in {
# Scroll through existing workspaces with mod + scroll
"$mod, mouse_down, workspace, e+1"
"$mod, mouse_up, workspace, e-1"
", XF86Launch1, exec, ${grabScript}"
]
++ (
# workspaces