Add keybind for neovide

This commit is contained in:
Evie Litherland-Smith 2023-07-18 15:09:07 +01:00
parent e66aeab392
commit 7858d73212
2 changed files with 1 additions and 1 deletions

View file

@ -73,6 +73,7 @@ XWayland {
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
bind = SUPER, Return, exec, wezterm
bind = SUPER, D, exec, pgrep neovide > /dev/null || WAYLAND_DISPLAY= neovide --multigrid --maximized
bind = SUPER, W, exec, pgrep firefox > /dev/null || firefox
bind = SUPER, R, exec, pgrep nxplayer > /dev/null || nxplayer
bind = SUPER, F1, exec, swaylock

View file

@ -22,7 +22,6 @@ in {
shellAliases = {
ll = "ls -laF";
gg = "gitui";
nv = "WAYLAND_DISPLAY= neovide --multigrid --maximized";
nosu = "sudo nixos-rebuild switch --flake ${flakeURL}";
hms = "${pkgs.home-manager}/bin/home-manager switch --flake ${flakeURL}";
};