Complete system rework feat. Niri, Noctalia, Helix, Vicinae, Zellij, & Kanshi
This commit is contained in:
@@ -5,13 +5,22 @@
|
||||
}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
hyprshot
|
||||
satty
|
||||
grim
|
||||
slurp
|
||||
wl-clipboard-rs
|
||||
];
|
||||
|
||||
xdg.configFile."satty/config.toml".text = ''
|
||||
[general]
|
||||
fullscreen = false
|
||||
output-filename = "${config.xdg.userDirs.extraConfig.XDG_SCREENSHOTS_DIR}/%Y-%m-%d_%H:%M:%S.png"
|
||||
'';
|
||||
programs.swappy = {
|
||||
enable = true;
|
||||
# Configuration options: https://github.com/jtheoof/swappy?tab=readme-ov-file#config
|
||||
settings = {
|
||||
Default = {
|
||||
save_dir = config.xdg.userDirs.extraConfig.XDG_SCREENSHOTS_DIR;
|
||||
save_filename_format = "%Y%m%d-%H%M%S.png";
|
||||
show_panel = false;
|
||||
auto_save = false;
|
||||
early_exit = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user