diff options
Diffstat (limited to 'gui/xmonad.nix')
-rw-r--r-- | gui/xmonad.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gui/xmonad.nix b/gui/xmonad.nix index d0bd1f9..972ccf8 100644 --- a/gui/xmonad.nix +++ b/gui/xmonad.nix @@ -28,8 +28,7 @@ }; home.packages = with pkgs; [ - # lockscreen - i3lock + xdotool ]; services.screen-locker = { @@ -37,6 +36,8 @@ lockCmd = "${pkgs.i3lock}/bin/i3lock -n -c 000000"; }; + services.picom.enable = true; + programs.fish.shellAliases = { mph = "mpv --title hud"; }; |