Remove stray default values
This commit is contained in:
parent
3332e0ab2b
commit
5ce2bef513
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user