diff --git a/home/hyprland/hyprland.conf b/home/hyprland/hyprland.conf index dabede2d..4f406853 100644 --- a/home/hyprland/hyprland.conf +++ b/home/hyprland/hyprland.conf @@ -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 diff --git a/hosts/common.nix b/hosts/common.nix index 7db63ad0..fd5d20ad 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -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}"; };