Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SUStudentDevs/dwm-rust
/ types & classes
Types & classes
15 in github.com/SUStudentDevs/dwm-rust
⨍
Functions
77
◇
Types & classes
15
Class
Arg
* Stores an argument to pass to functions on keypress and click events */
src/main.rs:45
Class
Button
* Stores a button for click events */
src/main.rs:72
Enum
Click
* Different types of click events */
src/main.rs:65
Class
Client
* Stores a Client (wrapper around the xlib::Window struct) */
src/wm/client.rs:11
Class
Clr
* Stores a color (wrapper around the xft::XftColor struct) */
src/drw/clrscheme.rs:11
Class
ClrScheme
* Stores a color scheme (foreground, background and border colors) */
src/drw/clrscheme.rs:41
Class
Cur
* Stores a cursor (wrapper around xlib::Cursor) */
src/drw/mod.rs:17
Class
Drw
* Stores a drawble area (related to a Display) */
src/drw/mod.rs:33
Class
Extnts
* Font extent (width and height) */
src/drw/fnt.rs:11
Class
Fnt
* Stores a font (wrapper around xft::XftFont struct) */
src/drw/fnt.rs:19
Class
Key
* Stores a key for keypress events */
src/main.rs:55
Class
Layout
* Stores a layout */
src/wm/workspace.rs:50
Class
Pertag
* Stores a tag */
src/main.rs:83
Class
WM
* Stores the state of the Window Manager */
src/wm/mod.rs:24
Class
Workspace
* Stores a monitor */
src/wm/workspace.rs:58