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[] =
|
||||
{
|
||||
{"r", "reload"},
|
||||
{"q", "quit"},
|
||||
{"t", "tag"},
|
||||
{"tn", "tag_next"},
|
||||
{"tp", "tag_prev"},
|
||||
{"l", "set_layout"},
|
||||
{"layout", "set_layout"},
|
||||
{"ln", "layout_next"},
|
||||
{"lp", "layout_prev"},
|
||||
{"s", "screen_select"},
|
||||
{"screen", "screen_select"},
|
||||
{"sn", "screen_next"},
|
||||
{"sp", "screen_prev"},
|
||||
{"cc", "client_kill"},
|
||||
{"ct", "tag_transfert"},
|
||||
{"cn", "client_next"},
|
||||
{"cp", "client_prev"},
|
||||
{"csn", "client_swap_next"},
|
||||
{"csp", "client_swap_prev"},
|
||||
{"mwf", "set_mwfact"},
|
||||
{"mwfact", "set_mwfact"},
|
||||
{"nmaster", "set_nmaster"},
|
||||
{"tm", "toggle_max"},
|
||||
{"tf", "toggle_free"},
|
||||
{"r", "reload"},
|
||||
{"q", "quit"},
|
||||
{"t", "tag"},
|
||||
{"tn", "tag_next"},
|
||||
{"tp", "tag_prev"},
|
||||
{"l", "set_layout"},
|
||||
{"layout", "set_layout"},
|
||||
{"ln", "layout_next"},
|
||||
{"lp", "layout_prev"},
|
||||
{"s", "screen_select"},
|
||||
{"screen", "screen_select"},
|
||||
{"sn", "screen_next"},
|
||||
{"sp", "screen_prev"},
|
||||
{"cc", "client_kill"},
|
||||
{"ct", "tag_transfert"},
|
||||
{"cn", "client_next"},
|
||||
{"cp", "client_prev"},
|
||||
{"csn", "client_swap_next"},
|
||||
{"csp", "client_swap_prev"},
|
||||
{"mwf", "set_mwfact"},
|
||||
{"mwfact", "set_mwfact"},
|
||||
{"nmaster", "set_nmaster"},
|
||||
{"tm", "toggle_max"},
|
||||
{"tf", "toggle_free"},
|
||||
};
|
||||
|
||||
void
|
||||
|
||||
@ -45,7 +45,6 @@
|
||||
#include <sys/select.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <confuse.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xatom.h>
|
||||
#include <X11/cursorfont.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user