Adding fixime, newterm and opencopied patches
This commit is contained in:
parent
35e6403c69
commit
7615c2f0aa
15 changed files with 233 additions and 10 deletions
|
|
@ -198,6 +198,12 @@ static Shortcut shortcuts[] = {
|
|||
#if COPYURL_PATCH || COPYURL_HIGHLIGHT_SELECTED_URLS_PATCH
|
||||
{ MODKEY, XK_l, copyurl, {.i = 0} },
|
||||
#endif // COPYURL_PATCH
|
||||
#if OPENCOPIED_PATCH
|
||||
{ MODKEY, XK_o, opencopied, {.v = "xdg-open"} },
|
||||
#endif // OPENCOPIED_PATCH
|
||||
#if NEWTERM_PATCH
|
||||
{ TERMMOD, XK_Return, newterm, {.i = 0} },
|
||||
#endif // NEWTERM_PATCH
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue