make directories implicit

This commit is contained in:
willifan 2025-01-13 12:03:27 +01:00
parent 7b8e7c3b27
commit 54b0942de6
44 changed files with 285 additions and 285 deletions

View file

@ -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.