Remove stray default values

This commit is contained in:
Isaac Freund 2020-04-08 23:22:14 +02:00
parent 3332e0ab2b
commit 5ce2bef513
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11

View file

@ -8,10 +8,10 @@ pub const Config = struct {
const Self = @This();
/// Width of borders in pixels
border_width: u32 = 2,
border_width: u32,
/// Amount of view padding in pixels
view_padding: u32 = 10,
view_padding: u32,
const Keybind = struct {
keysym: c.xkb_keysym_t,