All Projects → OliverLew → xdg-xmenu

OliverLew / xdg-xmenu

Licence: MIT license
Generate menu for xmenu

Programming Languages

c
50402 projects - #5 most used programming language
Roff
2310 projects
Makefile
30231 projects

Projects that are alternatives of or similar to xdg-xmenu

Timomenu
📋A pop-up menu for android that supports multi-row scrollable submenus.
Stars: ✭ 247 (+696.77%)
Mutual labels:  menu
awesome-freedesktop
Freedesktop.org menu and desktop icons support for Awesome WM
Stars: ✭ 93 (+200%)
Mutual labels:  freedesktop
xdg
An implementation of the XDG Base Directory Specification in Python
Stars: ✭ 63 (+103.23%)
Mutual labels:  xdg
Teaset
A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
Stars: ✭ 2,845 (+9077.42%)
Mutual labels:  menu
notification-thing
Python-based implementation of Desktop Notifications Specification (notification-daemon)
Stars: ✭ 24 (-22.58%)
Mutual labels:  freedesktop
dotfiles
mac OS, Arch Linux, and Debian/Ubuntu
Stars: ✭ 286 (+822.58%)
Mutual labels:  xdg
Dropdownmenukit
UIKit drop down menu, simple yet flexible and written in Swift
Stars: ✭ 246 (+693.55%)
Mutual labels:  menu
curved-menu
VanillaJS fully configurable curved menu (circular navigation)
Stars: ✭ 30 (-3.23%)
Mutual labels:  menu
trash-d
A near drop-in replacement for rm that uses the trash bin. Written in D
Stars: ✭ 90 (+190.32%)
Mutual labels:  freedesktop
xdg
Provides an implementation of the XDG Base Directory Specification.
Stars: ✭ 23 (-25.81%)
Mutual labels:  xdg
Easydropdown
💧 Fantastic dropdown in Swift
Stars: ✭ 254 (+719.35%)
Mutual labels:  menu
notifications
Gtk Notifications Server
Stars: ✭ 39 (+25.81%)
Mutual labels:  freedesktop
xdg
Light weight helper functions in golang to get config, data and cache files according to the XDG Base Directory Specification.
Stars: ✭ 16 (-48.39%)
Mutual labels:  xdg
Side Menu.ios
Animated side menu with customizable UI
Stars: ✭ 2,702 (+8616.13%)
Mutual labels:  menu
runcom
An XDG enhanced run command manager for command line interfaces.
Stars: ✭ 16 (-48.39%)
Mutual labels:  xdg
Kyarctab
Arcuated tab view controller with toggleing animation, 2 ~ 4 tabs are enabled. What's more, you can swipe left or right to toggle the views.
Stars: ✭ 246 (+693.55%)
Mutual labels:  menu
rmw
a safe-remove utility for the command line
Stars: ✭ 48 (+54.84%)
Mutual labels:  freedesktop
oc-menumanager-plugin
A Menu Management Plugin for October CMS
Stars: ✭ 29 (-6.45%)
Mutual labels:  menu
UIMenuScroll
The horizontal swiping navigation like on Facebook Messenger.
Stars: ✭ 18 (-41.94%)
Mutual labels:  menu
dotfiles
🏡 Personal dotfiles configuration
Stars: ✭ 73 (+135.48%)
Mutual labels:  xdg

xdg-xmenu

The current branch is a C rewrite of previous shell and python version of xdg-xmenu. It's a small program to show a apps menu with xmenu, a simple x11 menu utility. This C version can launch xmenu directly, due to a faster execution time.

Important: Since Imlib2 1.8.0, svg icons are supported. Thus, xdg-xmenu assumes that you have installed Imlib2 of at least that version. As a result, unlike the shell version, the svg icons are not converted to png anymore. If you don't have the required version of Imlib2, use the shell version instead.

For the legacy shell and python versions, see corresponding branches of this git repository.

Usage

xdg-xmenu [-dGhIn] [-b ICON] [-i THEME] [-s SIZE] [-S SCALE] [-t TERMINAL] [-x CMD] [-- <xmenu_args>]

Generate XDG menu for xmenu.

Options:
  -h          Show this help message and exit
  -b ICON     Fallback icon name, default is application-x-executable
  -d          Dump generated menu, do not run xmenu
  -G          Do not show generic name of the app
  -i THEME    Icon theme for app icons. Default to gtk3 settings
  -I          Disable icon in xmenu
  -n          Do not run app, output to stdout
  -s SIZE     Icon size for app icons
  -S SCALE    Icon scale factor, useful in HiDPI screens
  -t TERMINAL Terminal emulator to use, default is xterm
  -x CMD      Xmenu command to use, default is xmenu
Note:
  Options after `--' are passed to xmenu
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].