Skip to content

Commit

Permalink
don't load config twice
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Dec 14, 2024
1 parent d0f3a06 commit c6c6900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ pub fn setup(dpy: *mut Display) -> State {
numlockmask: 0,
running: true,
systray: None,
config: Config::load_home(),
config,

#[cfg(target_os = "linux")]
xcon: null_mut(),
Expand Down

0 comments on commit c6c6900

Please sign in to comment.