mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-03 04:23:42 -05:00
More rename.
This commit is contained in:
parent
7f32582582
commit
1bed4252ae
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
#include <time.h>
|
||||
#endif
|
||||
|
||||
#define RUN_CACHE_FILE "simpleswitcher.runcache"
|
||||
#define RUN_CACHE_FILE "rofi.runcache"
|
||||
|
||||
static inline int execsh( const char *cmd ,int run_in_term )
|
||||
{
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#include <time.h>
|
||||
#endif
|
||||
|
||||
#define SSH_CACHE_FILE "simpleswitcher.sshcache"
|
||||
#define SSH_CACHE_FILE "rofi.sshcache"
|
||||
|
||||
static inline int execshssh( const char *host )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue