Add hyprland bind to launch wezterm directly to neovim

This commit is contained in:
Evie Litherland-Smith 2023-07-17 14:24:04 +01:00
parent 0788da99d8
commit b9c31ed2ec
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -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}";
};