mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added a screenshot way
This commit is contained in:
parent
9d5a736a79
commit
b5b5b82dc1
@ -21,17 +21,6 @@
|
|||||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||||
# # "Hello, world!" when run.
|
# # "Hello, world!" when run.
|
||||||
|
|
||||||
# Hyprland related (rice, etc...)
|
|
||||||
wofi
|
|
||||||
alacritty
|
|
||||||
firefox
|
|
||||||
cava
|
|
||||||
# File manager
|
|
||||||
kdePackages.dolphin
|
|
||||||
kdePackages.gwenview
|
|
||||||
# Hypr* ecosystem
|
|
||||||
hyprlauncher
|
|
||||||
|
|
||||||
# # It is sometimes useful to fine-tune packages, for example, by applying
|
# # It is sometimes useful to fine-tune packages, for example, by applying
|
||||||
# # overrides. You can do that directly here, just don't forget the
|
# # overrides. You can do that directly here, just don't forget the
|
||||||
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
|
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
|
||||||
|
|||||||
@ -24,6 +24,7 @@ in
|
|||||||
"$launcher2" = "hyprlauncher";
|
"$launcher2" = "hyprlauncher";
|
||||||
"fileManager" = "dolphin";
|
"fileManager" = "dolphin";
|
||||||
"$browser" = "firefox";
|
"$browser" = "firefox";
|
||||||
|
"$screenShot" = "hyprshot -m region";
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"hyprlauncher"
|
"hyprlauncher"
|
||||||
@ -67,6 +68,8 @@ in
|
|||||||
"$mod SHIFT, F, exec, $browser"
|
"$mod SHIFT, F, exec, $browser"
|
||||||
"$mod, E, exec, $fileManager"
|
"$mod, E, exec, $fileManager"
|
||||||
"$mod, F, fullscreen"
|
"$mod, F, fullscreen"
|
||||||
|
"$mod, PRINT, exec, $screenShot"
|
||||||
|
|
||||||
|
|
||||||
# Focus binds
|
# Focus binds
|
||||||
"$mod, left, movefocus, l"
|
"$mod, left, movefocus, l"
|
||||||
@ -93,4 +96,19 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
# Hyprland related (rice, etc...)
|
||||||
|
wofi
|
||||||
|
alacritty
|
||||||
|
firefox
|
||||||
|
cava
|
||||||
|
# File manager
|
||||||
|
kdePackages.dolphin
|
||||||
|
kdePackages.gwenview
|
||||||
|
# Hypr* ecosystem
|
||||||
|
hyprlauncher
|
||||||
|
hyprshot
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user