Compare commits
No commits in common. "04bf11aeaa98b0a2226e9140048ef5d9894bd38f" and "31d20be29172d85ce729ea4e39eec71667d9edef" have entirely different histories.
04bf11aeaa
...
31d20be291
4 changed files with 4 additions and 13 deletions
|
|
@ -8,7 +8,6 @@
|
||||||
./services/dunst
|
./services/dunst
|
||||||
./services/udiskie
|
./services/udiskie
|
||||||
./services/picom
|
./services/picom
|
||||||
./services/screen-locker
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
@ -71,6 +70,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
mpv.enable = true;
|
mpv.enable = true;
|
||||||
|
rofi.enable = true;
|
||||||
|
rofi.pass.enable = true;
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
|
|
||||||
zsh = let
|
zsh = let
|
||||||
|
|
|
||||||
|
|
@ -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" ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -7,7 +7,9 @@
|
||||||
|
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
exportConfiguration = true;
|
||||||
|
|
||||||
|
# Configure keymap in X11
|
||||||
layout = "us";
|
layout = "us";
|
||||||
|
|
||||||
xkbOptions = "terminate:ctrl_alt_bksp,caps:escape,compose:ralt";
|
xkbOptions = "terminate:ctrl_alt_bksp,caps:escape,compose:ralt";
|
||||||
|
|
|
||||||
|
|
@ -63,8 +63,6 @@ myConfig = ewmhFullscreen $ ewmh $ Docks.docks $ nav $ def
|
||||||
, ("M-r", WS.nextWS)
|
, ("M-r", WS.nextWS)
|
||||||
, ("<XF86MonBrightnessDown>", spawn "xbacklight -dec 5")
|
, ("<XF86MonBrightnessDown>", spawn "xbacklight -dec 5")
|
||||||
, ("<XF86MonBrightnessUp>", spawn "xbacklight -inc 5")
|
, ("<XF86MonBrightnessUp>", spawn "xbacklight -inc 5")
|
||||||
, ("<F5>", spawn "xbacklight -dec 5")
|
|
||||||
, ("<F6>", spawn "xbacklight -inc 5")
|
|
||||||
, ("M-S-c", sendMessage $ MoveSplit U)
|
, ("M-S-c", sendMessage $ MoveSplit U)
|
||||||
, ("M-S-h", sendMessage $ MoveSplit L)
|
, ("M-S-h", sendMessage $ MoveSplit L)
|
||||||
, ("M-S-t", sendMessage $ MoveSplit D)
|
, ("M-S-t", sendMessage $ MoveSplit D)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue