
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
i3menu
Advanced tools
.. image:: https://travis-ci.org/giacomos/i3menu.svg?branch=master :target: https://travis-ci.org/giacomos/i3menu :alt: TravisCI - i3menu
.. image:: https://coveralls.io/repos/github/giacomos/i3menu/badge.svg?branch=master :target: https://coveralls.io/github/giacomos/i3menu?branch=master
.. image:: https://img.shields.io/pypi/v/i3menu.svg :target: https://pypi.python.org/pypi/i3menu
i3menu provides a useful set of menus based on Rofi <https://davedavenport.github.io/rofi>_ and dmenu <http://tools.suckless.org/dmenu/>_ that will help you manage you i3wm <http://i3wm.org>_.
i3menu requires either Rofi <https://davedavenport.github.io/rofi>_ or dmenu <http://tools.suckless.org/dmenu/>_ to work.
dmenu is pretty easy to install::
sudo apt-get install suckless-tools
But Rofi is way much nicer. To install it follow its installation guide <https://davedavenport.github.io/rofi/p08-INSTALL.html>_.
i3menu can be installed directly from pypi <https://pypi.python.org/pypi/i3menu>_ like this::
$ pip install i3menu
Or from source code like this::
$ git clone https://github.com/giacomos/i3menu.git
$ cd i3menu
$ make install
Whatever installation method you choosed, you will end up having a script in your local bin path, ~/.local/bin. If your $PATH
is set up correctly, now you should be able to run i3menu::
$ i3menu -h
If the command is not found, please check your $PATH to be sure to have your local bin path::
$ PATH=$PATH:~/.local/bin
To make this change permanent, you can add to your .profile file this::
if [ -d "$HOME/.local/bin" ] ; then
PATH="$PATH:$HOME/.local/bin"
fi
This change will be permanent at your next login.
For a complete list of the command line parameters you can check the help::
$ i3menu --help
Any available menu can be run like this::
$ i3menu window_actions
You can add i3menu to your i3 config. For example::
bindsym $mod+w exec --no-startup-id i3menu goto_workspace
or::
bindsym $mod+w exec --no-startup-id i3menu -m go_to_workspace
For a more complete set of examples, please take a look at my i3wm config <https://github.com/giacomos/i3wm-config>_
quickswitch-i3 <https://pypi.python.org/pypi/quickswitch-i3>_Disclaimer: i3menu is a third party script and in no way affiliated with the i3 project, the dmenu project or the rofi project.
FAQs
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.