configures niri desktop entries
This commit is contained in:
parent
5aec5313c5
commit
8872e59505
4 changed files with 25 additions and 2 deletions
|
|
@ -34,6 +34,7 @@
|
||||||
swaynotificationcenter
|
swaynotificationcenter
|
||||||
gimp
|
gimp
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
hyprpicker
|
||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|
|
||||||
|
|
@ -10,11 +10,13 @@
|
||||||
type = "Application";
|
type = "Application";
|
||||||
name = "SSH";
|
name = "SSH";
|
||||||
exec = "${config.home.homeDirectory}/.config/fuzzel/bin/fuzzel-ssh.sh";
|
exec = "${config.home.homeDirectory}/.config/fuzzel/bin/fuzzel-ssh.sh";
|
||||||
|
icon = "ksmserver";
|
||||||
};
|
};
|
||||||
fuzzel-cliphist = {
|
fuzzel-cliphist = {
|
||||||
type = "Application";
|
type = "Application";
|
||||||
name = "Clipboard History";
|
name = "Clipboard History";
|
||||||
exec = "${config.home.homeDirectory}/.config/fuzzel/bin/fuzzel-cliphist.sh";
|
exec = "${config.home.homeDirectory}/.config/fuzzel/bin/fuzzel-cliphist.sh";
|
||||||
|
icon = "xclipboard";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,6 @@
|
||||||
ly = {
|
ly = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
animation = "doom";
|
|
||||||
animation_timeout_sec = 30;
|
|
||||||
asterisk = "0x2022";
|
asterisk = "0x2022";
|
||||||
bigclock = "en";
|
bigclock = "en";
|
||||||
default_input = "password";
|
default_input = "password";
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,26 @@
|
||||||
|
|
||||||
# WM Utilities (split out if they need additional config)
|
# WM Utilities (split out if they need additional config)
|
||||||
programs.hyprlock.enable = true;
|
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