aboutsummaryrefslogtreecommitdiff
path: root/gui/xmonad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/xmonad.nix')
-rw-r--r--gui/xmonad.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/xmonad.nix b/gui/xmonad.nix
index d0bd1f9..5ead6e4 100644
--- a/gui/xmonad.nix
+++ b/gui/xmonad.nix
@@ -28,6 +28,7 @@
};
home.packages = with pkgs; [
+ xdotool
# lockscreen
i3lock
];
@@ -37,6 +38,8 @@
lockCmd = "${pkgs.i3lock}/bin/i3lock -n -c 000000";
};
+ services.picom.enable = true;
+
programs.fish.shellAliases = {
mph = "mpv --title hud";
};