Fix: Picom in its own file
This commit is contained in:
parent
567d2949f9
commit
667179af2a
2 changed files with 5 additions and 13 deletions
|
|
@ -4,6 +4,9 @@
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
../common/picom.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
bspwm
|
||||
sxhkd
|
||||
|
|
@ -13,7 +16,6 @@
|
|||
rofi
|
||||
feh
|
||||
font-awesome
|
||||
picom
|
||||
xorg.xset
|
||||
xidlehook
|
||||
betterlockscreen
|
||||
|
|
@ -29,7 +31,6 @@
|
|||
protonvpn-gui
|
||||
];
|
||||
|
||||
# Gère le ssh-agent proprement côté user
|
||||
services.ssh-agent.enable = true;
|
||||
|
||||
xsession = {
|
||||
|
|
@ -37,7 +38,6 @@
|
|||
windowManager.bspwm = {
|
||||
enable = true;
|
||||
|
||||
# Démarrages au login X
|
||||
startupPrograms = [
|
||||
"sxhkd -m 1"
|
||||
"setxkbmap bepovim"
|
||||
|
|
@ -55,14 +55,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# xsession.initExtra = ''
|
||||
# xset s 300 300
|
||||
# xset s on
|
||||
# xset s noblank
|
||||
# xset +dpms
|
||||
# xset dpms 0 0 500
|
||||
# '';
|
||||
|
||||
services = {
|
||||
sxhkd = {
|
||||
enable = true;
|
||||
|
|
@ -138,7 +130,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# xidlehook (user service)
|
||||
systemd.user.services.xidlehook = {
|
||||
Unit.Description = "Idle: lock at 5min, suspend at ~8min";
|
||||
Service = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue