wip: use desktop file stem for app id
This commit is contained in:
parent
223c7855cf
commit
adc02df64f
12 changed files with 209 additions and 146 deletions
|
|
@ -9,11 +9,11 @@ use gtk4::{prelude::*, Label};
|
|||
use gtk4::{Box, Button, Image, ListBox, Orientation};
|
||||
use tokio::sync::mpsc::Sender;
|
||||
|
||||
use crate::dock_object::DockObject;
|
||||
use crate::utils::AppListEvent;
|
||||
use crate::utils::BoxedWindowList;
|
||||
use crate::wayland::ToplevelEvent;
|
||||
use crate::{TX, WAYLAND_TX};
|
||||
use crate::dock_object::DockObject;
|
||||
use crate::utils::BoxedWindowList;
|
||||
use crate::utils::AppListEvent;
|
||||
|
||||
mod imp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue