WIP: feat/hyprpaper-support #2

Draft
benjamyn wants to merge 4 commits from feat/hyprpaper-support into master
Showing only changes of commit 997508cedf - Show all commits

View File

@ -17,8 +17,6 @@ impl IPC {
Ok(_) => return true, Ok(_) => return true,
Err(_) => return false, Err(_) => return false,
} }
true
} }
pub fn read(self) -> String { pub fn read(self) -> String {