config: add <theme><cornerRadius>

This commit is contained in:
Johan Malm 2021-03-30 22:39:52 +01:00
parent cd313fd97a
commit a5139815d6
4 changed files with 14 additions and 10 deletions

View file

@ -10,6 +10,7 @@
struct rcxml {
bool xdg_shell_server_side_deco;
char *theme_name;
int corner_radius;
char *font_name_activewindow;
int font_size_activewindow;
struct wl_list keybinds;