make directories implicit
This commit is contained in:
parent
7b8e7c3b27
commit
54b0942de6
44 changed files with 285 additions and 285 deletions
|
@ -12,7 +12,7 @@ use smithay_client_toolkit::{
|
|||
|
||||
use wayland_client::{globals::registry_queue_init, protocol::wl_output, Connection, QueueHandle};
|
||||
|
||||
const CONFIG_DIR: &str = "/home/willifan/.config/desktop-utils/eww";
|
||||
const CONFIG_DIR: &str = "./eww";
|
||||
|
||||
fn main() -> Result<(), Box<dyn Error>> {
|
||||
// We initialize the logger for the purpose of debugging.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue