Wmfs: Remove confuse.h include.
This commit is contained in:
parent
949148c072
commit
9919a61bc9
48
src/viwmfs.c
48
src/viwmfs.c
@ -34,30 +34,30 @@
|
|||||||
|
|
||||||
vicmd_to_uicb vicmd[] =
|
vicmd_to_uicb vicmd[] =
|
||||||
{
|
{
|
||||||
{"r", "reload"},
|
{"r", "reload"},
|
||||||
{"q", "quit"},
|
{"q", "quit"},
|
||||||
{"t", "tag"},
|
{"t", "tag"},
|
||||||
{"tn", "tag_next"},
|
{"tn", "tag_next"},
|
||||||
{"tp", "tag_prev"},
|
{"tp", "tag_prev"},
|
||||||
{"l", "set_layout"},
|
{"l", "set_layout"},
|
||||||
{"layout", "set_layout"},
|
{"layout", "set_layout"},
|
||||||
{"ln", "layout_next"},
|
{"ln", "layout_next"},
|
||||||
{"lp", "layout_prev"},
|
{"lp", "layout_prev"},
|
||||||
{"s", "screen_select"},
|
{"s", "screen_select"},
|
||||||
{"screen", "screen_select"},
|
{"screen", "screen_select"},
|
||||||
{"sn", "screen_next"},
|
{"sn", "screen_next"},
|
||||||
{"sp", "screen_prev"},
|
{"sp", "screen_prev"},
|
||||||
{"cc", "client_kill"},
|
{"cc", "client_kill"},
|
||||||
{"ct", "tag_transfert"},
|
{"ct", "tag_transfert"},
|
||||||
{"cn", "client_next"},
|
{"cn", "client_next"},
|
||||||
{"cp", "client_prev"},
|
{"cp", "client_prev"},
|
||||||
{"csn", "client_swap_next"},
|
{"csn", "client_swap_next"},
|
||||||
{"csp", "client_swap_prev"},
|
{"csp", "client_swap_prev"},
|
||||||
{"mwf", "set_mwfact"},
|
{"mwf", "set_mwfact"},
|
||||||
{"mwfact", "set_mwfact"},
|
{"mwfact", "set_mwfact"},
|
||||||
{"nmaster", "set_nmaster"},
|
{"nmaster", "set_nmaster"},
|
||||||
{"tm", "toggle_max"},
|
{"tm", "toggle_max"},
|
||||||
{"tf", "toggle_free"},
|
{"tf", "toggle_free"},
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
@ -45,7 +45,6 @@
|
|||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <confuse.h>
|
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
#include <X11/cursorfont.h>
|
#include <X11/cursorfont.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user