Add keybind for neovide
This commit is contained in:
parent
e66aeab392
commit
7858d73212
|
@ -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
|
||||
|
|
|
@ -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}";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue