spawn function
This commit is contained in:
parent
e17f9fd459
commit
06f344c8fb
4 changed files with 16 additions and 5 deletions
|
|
@ -15,9 +15,7 @@ struct ColorScheme {
|
|||
QColor fg, bg;
|
||||
};
|
||||
union Arg {
|
||||
int i;
|
||||
unsigned int ui;
|
||||
float f;
|
||||
const void *v;
|
||||
};
|
||||
struct Monitor;
|
||||
|
|
@ -42,6 +40,7 @@ void toggleview(Monitor &m, const Arg &arg);
|
|||
void setlayout(Monitor &m, const Arg &arg);
|
||||
void tag(Monitor &m, const Arg &arg);
|
||||
void toggletag(Monitor &m, const Arg &arg);
|
||||
void spawn(Monitor&, const Arg &arg);
|
||||
|
||||
// wayland smart pointers
|
||||
template<typename T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue