aboutsummaryrefslogtreecommitdiff
path: root/gui/xmonad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/xmonad.nix')
-rw-r--r--gui/xmonad.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/xmonad.nix b/gui/xmonad.nix
index 337131c..9e8a0a8 100644
--- a/gui/xmonad.nix
+++ b/gui/xmonad.nix
@@ -32,5 +32,9 @@
lockCmd = "${pkgs.i3lock}/bin/i3lock -n -c 000000";
};
+ programs.fish.shellAliases = {
+ mph = "mpv --title hud";
+ };
+
services.flameshot.enable = true;
}