# simple-logout **Repository Path**: junfenggeng/simple-logout ## Basic Information - **Project Name**: simple-logout - **Description**: 一个简单的用GTK实现的Linux Logout菜单(休眠/关机/重启) - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-18 - **Last Updated**: 2023-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simple-logout #### Description A logout menu for linux using GTK-2.0 #### Installation 1. install GTK-2.0 library Archlinux: ``` sudo pacman -S gtk2 ``` 2. Build and Install ``` make sudo make install ``` by default,it will install to /usr/local/bin. you can change it in Makefile if you want. 3. Bind to a hotkey #### Instructions run simple-logout and you will see a popup window. #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)