diff options
-rw-r--r-- | gui/xmonad.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/xmonad.nix b/gui/xmonad.nix index 231240f..803cffa 100644 --- a/gui/xmonad.nix +++ b/gui/xmonad.nix @@ -34,4 +34,8 @@ enable = true; lockCmd = "${pkgs.i3lock}/bin/i3lock -n -c 000000"; }; + + programs.fish.shellAliases = { + mph = "mpv --title hud"; + }; } |