mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 02:23:55 -05:00
aly/wm: bind super+p to rofi-rbw
This commit is contained in:
parent
8d0a3b45d8
commit
9d00dd7750
|
@ -23,7 +23,7 @@ in {
|
|||
floating.criteria = [{app_id = "org.keepassxc.KeePassXC";}];
|
||||
|
||||
keybindings = {
|
||||
"${config.wayland.windowManager.sway.config.modifier}+P" = "exec ${keepassxc}";
|
||||
"${config.wayland.windowManager.sway.config.modifier}+P" = "exec ${lib.getExe pkgs.rofi-rbw-wayland}";
|
||||
"${config.wayland.windowManager.sway.config.modifier}+N" = "exec ${lib.getExe' pkgs.obsidian "obsidian"}";
|
||||
};
|
||||
|
||||
|
@ -53,7 +53,7 @@ in {
|
|||
bind = [
|
||||
"SUPER SHIFT,N,movetoworkspace,special:notes"
|
||||
"SUPER,N,togglespecialworkspace,notes"
|
||||
"SUPER,P,exec,${keepassxc}"
|
||||
"SUPER,P,exec,${lib.getExe pkgs.rofi-rbw-wayland}"
|
||||
];
|
||||
|
||||
exec-once = ["sleep 1 && ${keepassxc}"];
|
||||
|
|
Loading…
Reference in a new issue