You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Distribution Information ( run uname -a )
Linux heartofgold 6.13.0-rc2-1-MANJARO #1 SMP PREEMPT_DYNAMIC Tue, 10 Dec 2024 02:26:31 +0000 x86_64 GNU/Linux
swhkd version ( swhkd -V )
Simple-Wayland-HotKey-Daemon 1.3.0-dev
Describe the bug:
A keychain config, which works in sxhkd, panics in swhkd:
super + j; f
wlrctl window focus firefox
Expected behavior:
Should parse and allow key chains.
Actual behavior:
thread 'main' panicked at swhkd/src/config.rs:7:80:
called `Result::unwrap()` on an `Err` value: Grammar(Error { variant: ParsingError { positives: [command], negatives: [] }, location: Pos(125), line_col: Pos((10, 10)), path: Some("/home/joe/.config/swhkd/swhkdrc"), line: "super + j; f ", continued_line: None, parse_attempts: None })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborted (core dumped)
or if this isn't supported yet (😢), at least a graceful failure.
To Reproduce:
add a chain, as above.
run swhkd
The text was updated successfully, but these errors were encountered:
Version Information:
uname -a
)Linux heartofgold 6.13.0-rc2-1-MANJARO #1 SMP PREEMPT_DYNAMIC Tue, 10 Dec 2024 02:26:31 +0000 x86_64 GNU/Linux
swhkd -V
)Simple-Wayland-HotKey-Daemon 1.3.0-dev
Describe the bug:
A keychain config, which works in sxhkd, panics in swhkd:
Expected behavior:
Should parse and allow key chains.
Actual behavior:
or if this isn't supported yet (😢), at least a graceful failure.
To Reproduce:
The text was updated successfully, but these errors were encountered: