tweaking some settings
This commit is contained in:
parent
cf69aee709
commit
5c5b3dcf60
8 changed files with 263 additions and 14 deletions
|
@ -246,6 +246,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
|
||||
toggle_key = "RIGHT_CTRL";
|
||||
matches = [
|
||||
{ # dates
|
||||
trigger = ":date";
|
||||
|
@ -282,6 +283,10 @@
|
|||
trigger = ":name";
|
||||
replace = "Chris Cochrun";
|
||||
}
|
||||
{
|
||||
trigger = ":cn";
|
||||
replace = "A Giant Gummy Lizard";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -420,6 +425,14 @@
|
|||
categories = [ "Application" ];
|
||||
mimeType = [ "audio/ogg" "audio/mpeg" "audio/opus" "audio/x-opus+ogg" "audio/x-wav" ];
|
||||
};
|
||||
imv-rifle = {
|
||||
name = "IMV";
|
||||
genericName = "Show images in current directory in IMV";
|
||||
exec = "/home/chris/bin/rifle-imv %U";
|
||||
terminal = false;
|
||||
categories = [ "Application" ];
|
||||
mimeType = [ "image/gif" "image/jpeg" "image/png" "image/heif" ];
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue