Compare commits

..

No commits in common. "04bf11aeaa98b0a2226e9140048ef5d9894bd38f" and "31d20be29172d85ce729ea4e39eec71667d9edef" have entirely different histories.

4 changed files with 4 additions and 13 deletions

View file

@ -8,7 +8,6 @@
./services/dunst
./services/udiskie
./services/picom
./services/screen-locker
];
home = {
@ -71,6 +70,8 @@
};
};
mpv.enable = true;
rofi.enable = true;
rofi.pass.enable = true;
zathura.enable = true;
zsh = let

View file

@ -1,10 +0,0 @@
{ config, lib, pkgs, ... }:
{
config.services.screen-locker = {
enable = true;
inactiveInterval = 30;
lockCmd = "${pkgs.betterlockscreen}/bin/betterlockscreen -l dim";
xautolock.extraOptions = [ "Xautolock.killer: systemctl suspend" ];
};
}

View file

@ -7,7 +7,9 @@
xserver = {
enable = true;
exportConfiguration = true;
# Configure keymap in X11
layout = "us";
xkbOptions = "terminate:ctrl_alt_bksp,caps:escape,compose:ralt";

View file

@ -63,8 +63,6 @@ myConfig = ewmhFullscreen $ ewmh $ Docks.docks $ nav $ def
, ("M-r", WS.nextWS)
, ("<XF86MonBrightnessDown>", spawn "xbacklight -dec 5")
, ("<XF86MonBrightnessUp>", spawn "xbacklight -inc 5")
, ("<F5>", spawn "xbacklight -dec 5")
, ("<F6>", spawn "xbacklight -inc 5")
, ("M-S-c", sendMessage $ MoveSplit U)
, ("M-S-h", sendMessage $ MoveSplit L)
, ("M-S-t", sendMessage $ MoveSplit D)