We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
➜ ~ RUST_BACKTRACE=full /home/dp0sk/.cargo/bin/waycorner 2024-11-04T17:09:26.952873Z INFO waycorner::config: Using config: /home/dp0sk/.config/waycorner/config.toml 2024-11-04T17:09:26.954116Z INFO waycorner::wayland: OutputInfo { id: 49, model: "0x0877", make: "BOE", name: "eDP-1", description: "BOE 0x0877 (eDP-1)", location: (0, 0), physical_size: (310, 170), subpixel: Unknown, transform: Normal, scale_factor: 1, modes: [Mode { dimensions: (1920, 1080), refresh_rate: 60012, is_current: true, is_preferred: false }], obsolete: false } 2024-11-04T17:09:26.954263Z INFO waycorner::wayland: Adding anchorpoint Top | Left 2024-11-04T17:09:26.954363Z INFO waycorner::wayland: OutputInfo { id: 50, model: "", make: "", name: "test", description: "", location: (0, 0), physical_size: (0, 0), subpixel: None, transform: Normal, scale_factor: 1, modes: [Mode { dimensions: (1920, 1080), refresh_rate: 60000, is_current: true, is_preferred: false }], obsolete: false } 2024-11-04T17:09:26.954446Z INFO waycorner::wayland: Adding anchorpoint Top | Left 2024-11-04T17:09:31.121150Z INFO waycorner::corner: executing command: hyprctl dispatch -- hyprexpo:expo toggle & ; [] thread '' panicked at /home/dp0sk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waycorner-0.2.3/src/wayland.rs:144:35: called Result::unwrap() on an Err value: No such file or directory (os error 2) stack backtrace: 0: 0x55c00c5429fa - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::he54e0d7cddc74726 1: 0x55c00c56956b - core::fmt::write::h423a491e580487d8 2: 0x55c00c53f843 - std::io::Write::write_fmt::h1d3835ba798f3798 3: 0x55c00c543ba2 - std::panicking::default_hook::{{closure}}::h7cc99a4ce5e217a1 4: 0x55c00c54380e - std::panicking::default_hook::h507cf3b38a81a3d0 5: 0x55c00c54442f - std::panicking::rust_panic_with_hook::h1de8ee9c2f588d0a 6: 0x55c00c544117 - std::panicking::begin_panic_handler::{{closure}}::h21b12e4fa56a76a5 7: 0x55c00c542ed9 - std::sys::backtrace::__rust_end_short_backtrace::h0adeef81e27aa4a5 8: 0x55c00c543da4 - rust_begin_unwind 9: 0x55c00c36ba23 - core::panicking::panic_fmt::h815ef412e87b03aa 10: 0x55c00c36be96 - core::result::unwrap_failed::h0a82129c7e885128 11: 0x55c00c37e100 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h378f656c2d3b8faa 12: 0x55c00c3a8fee - std::sys::backtrace::__rust_begin_short_backtrace::he4eaada009717548 13: 0x55c00c3b26e5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h5544af85accadc5b 14: 0x55c00c54883b - std::sys::pal::unix::thread::Thread::new::thread_start::h8914793b525b6448 15: 0x7fc65b9b7797 - start_thread 16: 0x7fc65ba3b78c - __GI___clone3 17: 0x0 -
Result::unwrap()
Err
The text was updated successfully, but these errors were encountered:
Please provide some more information like your config. Simply something beyond the stacktrace would be helpful and a kind thing in communicaiton.
From first glance, it seems to be unable to find the command you're giving it.
Sorry, something went wrong.
No branches or pull requests
➜ ~ RUST_BACKTRACE=full /home/dp0sk/.cargo/bin/waycorner
2024-11-04T17:09:26.952873Z INFO waycorner::config: Using config: /home/dp0sk/.config/waycorner/config.toml
2024-11-04T17:09:26.954116Z INFO waycorner::wayland: OutputInfo { id: 49, model: "0x0877", make: "BOE", name: "eDP-1", description: "BOE 0x0877 (eDP-1)", location: (0, 0), physical_size: (310, 170), subpixel: Unknown, transform: Normal, scale_factor: 1, modes: [Mode { dimensions: (1920, 1080), refresh_rate: 60012, is_current: true, is_preferred: false }], obsolete: false }
2024-11-04T17:09:26.954263Z INFO waycorner::wayland: Adding anchorpoint Top | Left
2024-11-04T17:09:26.954363Z INFO waycorner::wayland: OutputInfo { id: 50, model: "", make: "", name: "test", description: "", location: (0, 0), physical_size: (0, 0), subpixel: None, transform: Normal, scale_factor: 1, modes: [Mode { dimensions: (1920, 1080), refresh_rate: 60000, is_current: true, is_preferred: false }], obsolete: false }
2024-11-04T17:09:26.954446Z INFO waycorner::wayland: Adding anchorpoint Top | Left
2024-11-04T17:09:31.121150Z INFO waycorner::corner: executing command: hyprctl dispatch -- hyprexpo:expo toggle & ; []
thread '' panicked at /home/dp0sk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waycorner-0.2.3/src/wayland.rs:144:35:
called
Result::unwrap()
on anErr
value: No such file or directory (os error 2)stack backtrace:
0: 0x55c00c5429fa - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::he54e0d7cddc74726
1: 0x55c00c56956b - core::fmt::write::h423a491e580487d8
2: 0x55c00c53f843 - std::io::Write::write_fmt::h1d3835ba798f3798
3: 0x55c00c543ba2 - std::panicking::default_hook::{{closure}}::h7cc99a4ce5e217a1
4: 0x55c00c54380e - std::panicking::default_hook::h507cf3b38a81a3d0
5: 0x55c00c54442f - std::panicking::rust_panic_with_hook::h1de8ee9c2f588d0a
6: 0x55c00c544117 - std::panicking::begin_panic_handler::{{closure}}::h21b12e4fa56a76a5
7: 0x55c00c542ed9 - std::sys::backtrace::__rust_end_short_backtrace::h0adeef81e27aa4a5
8: 0x55c00c543da4 - rust_begin_unwind
9: 0x55c00c36ba23 - core::panicking::panic_fmt::h815ef412e87b03aa
10: 0x55c00c36be96 - core::result::unwrap_failed::h0a82129c7e885128
11: 0x55c00c37e100 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h378f656c2d3b8faa
12: 0x55c00c3a8fee - std::sys::backtrace::__rust_begin_short_backtrace::he4eaada009717548
13: 0x55c00c3b26e5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h5544af85accadc5b
14: 0x55c00c54883b - std::sys::pal::unix::thread::Thread::new::thread_start::h8914793b525b6448
15: 0x7fc65b9b7797 - start_thread
16: 0x7fc65ba3b78c - __GI___clone3
17: 0x0 -
The text was updated successfully, but these errors were encountered: