Add hyprland bind to launch wezterm directly to neovim
This commit is contained in:
parent
0788da99d8
commit
b9c31ed2ec
|
@ -69,6 +69,7 @@ animations {
|
|||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
bind = SUPER, Return, exec, wezterm
|
||||
bind = SUPER SHIFT, Return, exec, wezterm start --always-new-process nvim
|
||||
bind = SUPER, Space, exec, pkill rofi || rofi -show drun
|
||||
bind = SUPER SHIFT, Space, togglefloating,
|
||||
bind = SUPER, W, exec, pgrep firefox > /dev/null || firefox
|
||||
|
|
|
@ -23,7 +23,6 @@ in {
|
|||
ll = "ls -laF";
|
||||
gg = "gitui";
|
||||
lg = "lazygit";
|
||||
nv = "env -u WAYLAND_DISPLAY neovide --multigrid --maximized";
|
||||
nixos-upgrade = "sudo nixos-rebuild switch --flake ${flakeURL}";
|
||||
home-manager-switch = "${pkgs.home-manager}/bin/home-manager switch --flake ${flakeURL}";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue