Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KZDKM/Hyprspace
/ functions
Functions
45 in github.com/KZDKM/Hyprspace
⨍
Functions
45
◇
Types & classes
2
↓ 17 callers
Method
isActive
src/Overview.cpp:145
↓ 14 callers
Function
getWidgetForMonitor
src/main.cpp:88
↓ 6 callers
Function
getConfigColorOr
src/main.cpp:409
↓ 6 callers
Method
hide
src/Overview.cpp:80
↓ 6 callers
Method
show
src/Overview.cpp:30
↓ 5 callers
Method
getOwner
src/Overview.cpp:26
↓ 5 callers
Function
renderRect
src/Render.cpp:15
↓ 4 callers
Function
findFunctionBySymbol
src/main.cpp:383
↓ 4 callers
Function
renderLayerStub
src/Render.cpp:103
↓ 4 callers
Function
renderRectWithBlur
src/Render.cpp:22
↓ 3 callers
Method
buttonEvent
src/Input.cpp:6
↓ 3 callers
Method
endSwipe
janky asf
src/Input.cpp:173
↓ 3 callers
Function
registerMonitors
src/main.cpp:480
↓ 3 callers
Function
reloadConfig
src/main.cpp:413
↓ 3 callers
Function
renderWindowStub
src/Render.cpp:40
↓ 2 callers
Method
isSwiping
src/Input.cpp:119
↓ 2 callers
Function
renderBorder
src/Render.cpp:30
↓ 1 callers
Method
axisEvent
src/Input.cpp:84
↓ 1 callers
Method
beginSwipe
src/Input.cpp:123
↓ 1 callers
Method
draw
NOTE: rects and clipbox positions are relative to the monitor, while damagebox and layers are not, what the fuck? xd
src/Render.cpp:156
↓ 1 callers
Function
onRender
src/main.cpp:113
↓ 1 callers
Function
refreshWidgets
used to enforce the layout
src/main.cpp:100
↓ 1 callers
Method
updateConfig
src/Overview.cpp:129
↓ 1 callers
Method
updateSwipe
src/Input.cpp:131
Method
CHyprspaceWidget
src/Overview.cpp:5
Function
PLUGIN_EXIT
src/main.cpp:583
Function
PLUGIN_INIT
src/main.cpp:489
Function
dispatchCloseOverview
src/main.cpp:368
Function
dispatchOpenOverview
src/main.cpp:353
Function
dispatchToggleOverview
src/main.cpp:327
Function
getConfigValueOr
src/main.cpp:394
Function
listenCancellable
src/Globals.hpp:29
Function
onKeyPress
Close overview with configurable key
src/main.cpp:255
Function
onMouseAxis
event hook for scrolling through panel and workspaces
src/main.cpp:201
Function
onMouseButton
event hook for click and drag interaction
src/main.cpp:180
Function
onSwipeBegin
event hook for swipe
src/main.cpp:216
Function
onSwipeEnd
event hook for end swipe
src/main.cpp:245
Function
onSwipeUpdate
event hook for update swipe, most of the swiping mechanics are here
src/main.cpp:235
Function
onTouchDown
src/main.cpp:290
Function
onTouchMove
src/main.cpp:311
Function
onTouchUp
src/main.cpp:318
Function
onWorkspaceChange
event hook, currently this is only here to re-hide top layer panels on workspace change
src/main.cpp:169
Method
string PLUGIN_API_VERSION
src/main.cpp:84
Method
updateLayout
FIXME: preserve original workspace rules
src/Layout.cpp:6
Method
~CHyprspaceWidget
TODO: implement deconstructor and delete widget on monitor unplug
src/Overview.cpp:24