We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HyprError
error
1 parent 64dc3c7 commit ceda493Copy full SHA for ceda493
src/daemon.rs
@@ -8,7 +8,7 @@ use crate::HYPRSCRATCH_DIR;
8
use hyprland::data::{Client, Clients};
9
use hyprland::dispatch::*;
10
use hyprland::prelude::*;
11
-use hyprland::shared::HyprError;
+use hyprland::error::HyprError;
12
use hyprland::Result;
13
use std::fs::{create_dir, remove_file};
14
use std::io::prelude::*;
src/main.rs
@@ -10,7 +10,7 @@ use crate::daemon::initialize_daemon;
use crate::extra::*;
use crate::logs::*;
use crate::utils::*;
15
use std::env::args;
16
0 commit comments