Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
  • Loading branch information
ryanabx committed Sep 21, 2024
1 parent d83851c commit 8b3b483
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl<'a> Panel<'a> {
id,
layer: smithay_client_toolkit::shell::wlr_layer::Layer::Top,
// keyboard_interactivity: todo!(),
// pointer_interactivity: todo!(),
pointer_interactivity: true,
anchor: Anchor::LEFT.union(Anchor::BOTTOM).union(Anchor::RIGHT),
output: IcedOutput::Active,
// namespace: todo!(),
Expand Down

0 comments on commit 8b3b483

Please sign in to comment.