Skip to content

Commit

Permalink
sdfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Czajka committed Aug 6, 2023
1 parent c2ddce1 commit a9512e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub fn get_focused_program_name() -> String {
process_name.into_string().unwrap()
}
} else {
"unknown".to_string()
"desktop".to_string()
}
}

Expand Down

0 comments on commit a9512e7

Please # to comment.