This commit is contained in:
Ashley Wulber 2021-12-30 22:25:39 -05:00
parent a1ab52b311
commit 839a4a55d7

View file

@ -7,13 +7,6 @@ use gdk4_x11::X11Display;
use gdk4_x11::X11Surface; use gdk4_x11::X11Surface;
use gio::DesktopAppInfo; use gio::DesktopAppInfo;
use gio::Icon; use gio::Icon;
use gtk4::ListView;
use gtk4::Revealer;
use gtk4::RevealerTransitionType;
use gtk4::Separator;
use std::fs::File;
use std::path::Path;
// use crate::application_row::ApplicationRow;
use glib::Object; use glib::Object;
use glib::Type; use glib::Type;
use gtk4::prelude::ListModelExt; use gtk4::prelude::ListModelExt;
@ -24,11 +17,17 @@ use gtk4::Box;
use gtk4::DropTarget; use gtk4::DropTarget;
use gtk4::EventControllerMotion; use gtk4::EventControllerMotion;
use gtk4::IconTheme; use gtk4::IconTheme;
use gtk4::ListView;
use gtk4::Orientation; use gtk4::Orientation;
use gtk4::Revealer;
use gtk4::RevealerTransitionType;
use gtk4::Separator;
use gtk4::{gio, glib}; use gtk4::{gio, glib};
use gtk4::{Application, SignalListItemFactory}; use gtk4::{Application, SignalListItemFactory};
use gtk4::{DragSource, GestureClick}; use gtk4::{DragSource, GestureClick};
use postage::prelude::Sink; use postage::prelude::Sink;
use std::fs::File;
use std::path::Path;
use x11rb::connection::Connection; use x11rb::connection::Connection;
use x11rb::protocol::xproto; use x11rb::protocol::xproto;
use x11rb::protocol::xproto::ConnectionExt; use x11rb::protocol::xproto::ConnectionExt;