forked from colonelpanic/dotfiles
[NixOS] Disable shutter
This commit is contained in:
@@ -77,7 +77,7 @@ makeEnable config "myModules.desktop" true {
|
|||||||
rofi
|
rofi
|
||||||
rofi-pass
|
rofi-pass
|
||||||
rofi-systemd
|
rofi-systemd
|
||||||
shutter
|
# shutter
|
||||||
simplescreenrecorder
|
simplescreenrecorder
|
||||||
skippy-xd
|
skippy-xd
|
||||||
synergy
|
synergy
|
||||||
|
|||||||
@@ -152,20 +152,20 @@ makeEnable config "myModules.xmonad" true {
|
|||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
|
|
||||||
systemd.user.services.shutter = {
|
# systemd.user.services.shutter = {
|
||||||
Unit = {
|
# Unit = {
|
||||||
Description = "Shutter";
|
# Description = "Shutter";
|
||||||
After = [ "graphical-session-pre.target" "tray.target" ];
|
# After = [ "graphical-session-pre.target" "tray.target" ];
|
||||||
PartOf = [ "graphical-session.target" ];
|
# PartOf = [ "graphical-session.target" ];
|
||||||
};
|
# };
|
||||||
|
|
||||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
# Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||||
|
|
||||||
Service = {
|
# Service = {
|
||||||
ExecStart = "${pkgs.shutter}/bin/shutter --min_at_startup";
|
# ExecStart = "${pkgs.shutter}/bin/shutter --min_at_startup";
|
||||||
Restart = "always";
|
# Restart = "always";
|
||||||
RestartSec = 3;
|
# RestartSec = 3;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user