Logo
Explore Help
Sign In
martials/nixos-configuration
1
0
Fork 0
You've already forked nixos-configuration
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
nixos-configuration/shared/desktop/home-manager/hyprland/hyprshot.nix

19 lines
428 B
Nix
Raw Permalink Normal View History

:recycle: Replace imports with function argument, hyprpanel does not follow nixpkgs, git push alias
2025-03-09 11:25:26 +01:00
{ common, ... }:
📦 Created config files with common code - Created common.nix for various configs - Created theme.nix for theme related configs - Moved some code to more logical files - Moved some standalone files into nix multiline strings, in order to inject data
2025-01-07 20:18:30 +01:00
{
wayland.windowManager.hyprland.settings = {
"$mainMod" = "SUPER";
"$shiftMod" = "$mainMod SHIFT";
🖼️ Replaced Swww with Hyprpaper, turned back on screen off after idle, fixed wallpaper on lockscreen, fixed hyprshot dir
2025-01-12 20:32:36 +01:00
env = [
"HYPRSHOT_DIR,${common.dir.pictures}/screenshots" # Store screenshots here
];
📦 Created config files with common code - Created common.nix for various configs - Created theme.nix for theme related configs - Moved some code to more logical files - Moved some standalone files into nix multiline strings, in order to inject data
2025-01-07 20:18:30 +01:00
bind = [
"$mainMod, PRINT, exec, hyprshot -m window" # Window
", PRINT, exec, hyprshot -m output" # Monitor
"$shiftMod, PRINT, exec, hyprshot -m region" # Region
];
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.0 Page: 84ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API