mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
Rename main file.
This commit is contained in:
parent
c268c10f8b
commit
6e7f1b746a
8 changed files with 7 additions and 7 deletions
|
@ -34,7 +34,7 @@
|
|||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "simpleswitcher.h"
|
||||
#include "rofi.h"
|
||||
|
||||
char *dmenu_prompt = "dmenu ";
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "simpleswitcher.h"
|
||||
#include "rofi.h"
|
||||
#include "profile-dialog.h"
|
||||
|
||||
static inline int execshprofile( const char *profile )
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
#include <basedir.h>
|
||||
|
||||
#include "simpleswitcher.h"
|
||||
#include "rofi.h"
|
||||
#include "run-dialog.h"
|
||||
#include "ssh-dialog.h"
|
||||
#include "profile-dialog.h"
|
|
@ -39,7 +39,7 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "simpleswitcher.h"
|
||||
#include "rofi.h"
|
||||
#include "run-dialog.h"
|
||||
#ifdef TIMING
|
||||
#include <time.h>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "simpleswitcher.h"
|
||||
#include "rofi.h"
|
||||
#include "ssh-dialog.h"
|
||||
#ifdef TIMING
|
||||
#include <time.h>
|
||||
|
|
|
@ -37,7 +37,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <X11/Xft/Xft.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "simpleswitcher.h"
|
||||
#include "rofi.h"
|
||||
#include "textbox.h"
|
||||
#define SIDE_MARGIN 3
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <string.h>
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xresource.h>
|
||||
#include "simpleswitcher.h"
|
||||
#include "rofi.h"
|
||||
#include "xrmoptions.h"
|
||||
|
||||
// Big thanks to Sean Pringle for this code.
|
||||
|
|
Loading…
Add table
Reference in a new issue