mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2024-11-17 00:25:57 +01:00
10 lines
No EOL
191 B
C++
10 lines
No EOL
191 B
C++
#include <iostream>
|
|
#include "hyprpicker.hpp"
|
|
|
|
|
|
int main(int argc, char** argv, char** envp) {
|
|
g_pHyprpicker = std::make_unique<CHyprpicker>();
|
|
g_pHyprpicker->init();
|
|
|
|
return 0;
|
|
} |