configures niri desktop entries
This commit is contained in:
parent
5aec5313c5
commit
8872e59505
4 changed files with 25 additions and 2 deletions
|
|
@ -11,4 +11,26 @@
|
|||
|
||||
# WM Utilities (split out if they need additional config)
|
||||
programs.hyprlock.enable = true;
|
||||
|
||||
# Additional Desktop Entries
|
||||
xdg.desktopEntries = {
|
||||
screenshot = {
|
||||
type = "Application";
|
||||
name = "Screenshot";
|
||||
exec = "niri msg action screenshot";
|
||||
icon = "screenie";
|
||||
};
|
||||
screenshot-screen = {
|
||||
type = "Application";
|
||||
name = "Screenshot Screen";
|
||||
exec = "niri msg action screenshot-screen";
|
||||
icon = "screenie";
|
||||
};
|
||||
color-pickers = {
|
||||
type = "Application";
|
||||
name = "Color Picker";
|
||||
exec = "hyprpicker";
|
||||
icon = "colorpicker";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue