All Projects → maledorak → dmenu-hotkeys

maledorak / dmenu-hotkeys

Licence: MIT license
View for your hotkeys in rofi/dmenu style

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to dmenu-hotkeys

dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (+1.96%)
Mutual labels:  i3, dmenu, rofi
rofi
Rofi: A window switcher, application launcher and dmenu replacement
Stars: ✭ 9,231 (+18000%)
Mutual labels:  i3, dmenu, rofi
kpmenu
Dmenu/rofi interface for KeePass
Stars: ✭ 21 (-58.82%)
Mutual labels:  i3, dmenu, rofi
dotfiles
My dotfiles
Stars: ✭ 16 (-68.63%)
Mutual labels:  i3, rofi, bspwm
dotfiles
dotfiles of simonvic daily used enviroment
Stars: ✭ 75 (+47.06%)
Mutual labels:  i3, rofi
dotfiles
My personal set of dotfiles (Managed with Stow)
Stars: ✭ 34 (-33.33%)
Mutual labels:  i3, rofi
i3wm-config
i3wm config files. Updated config files are in the repository below.
Stars: ✭ 13 (-74.51%)
Mutual labels:  i3, rofi
no-mans-sky-rice-i3wm
i3WM rice themed using No Man's Sky's colors
Stars: ✭ 34 (-33.33%)
Mutual labels:  i3, rofi
Xsuspender
👀 💻 💤 🔋 Save battery by auto-suspending unfocused X11 applications.
Stars: ✭ 53 (+3.92%)
Mutual labels:  i3, tiling-window-manager
dotfiles
My personal configuration files
Stars: ✭ 120 (+135.29%)
Mutual labels:  i3, bspwm
dotstow
dotfiles managed with stow
Stars: ✭ 60 (+17.65%)
Mutual labels:  rofi, bspwm
Dotfiles
Collection of i3-gaps Dotfiles
Stars: ✭ 143 (+180.39%)
Mutual labels:  i3, rofi
I3 Config
i3wm configuration files
Stars: ✭ 81 (+58.82%)
Mutual labels:  i3, tiling-window-manager
i3altlayout
i3wm efficient screen real estate
Stars: ✭ 40 (-21.57%)
Mutual labels:  i3, tiling-window-manager
I3 Quickterm
A small drop-down terminal for i3 and sway
Stars: ✭ 76 (+49.02%)
Mutual labels:  i3, rofi
menu-calc
A calculator for Rofi/dmenu(2)
Stars: ✭ 45 (-11.76%)
Mutual labels:  dmenu, rofi
myrmidon
A rofi task / command executor
Stars: ✭ 82 (+60.78%)
Mutual labels:  i3, rofi
dotfiles
Arch Linux DotFiles - Managed by GNU stow
Stars: ✭ 30 (-41.18%)
Mutual labels:  i3, rofi
rofi-power-menu
Configurable power menu mode for Rofi and dmenu
Stars: ✭ 207 (+305.88%)
Mutual labels:  dmenu, rofi
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+1831.37%)
Mutual labels:  i3, rofi

dmenu-hotkeys

pypi travis codecov docs

Your hotkeys for various apps in 'dmenu' style.

Features

This app allows you to prepare cheat sheet of hotkeys from your apps in simple menu with search.

screenshot

Supported

Menus

Apps

Requirements

This app needs below apps as a GUI, so install one of these first.

  • dmenu
  • rofi

Install

From pip

This app works on Python 2.7, 3.4, 3.5, 3.6, 3.7, so the best choice is installation using pip

pip install --user dmenu-hotkeys

then you could run it by typing in console

dmenu_hotkeys

From git repo

Clone repository

git clone [email protected]:maledorak/dmenu-hotkeys.git .

and run script in bin dir like this

./dmenu-hotkeys/bin/dmenu_hotkeys

How to use

Run menu with hotkeys

  1. Add the following comment line before hotkey line which you want to use in your app config file.

    eg:

    • bspwm: # %%hotkey: Some description of the following hotkey %%
    • i3: # %%hotkey: Some description of the following hotkey %%
    • openbox: <-- %%hotkey: Some description of the following hotkey %% -->

    Notice: For full configuration file examples check test/fixtures directory

  2. Run the dmenu-hotkeys

    dmenu_hotkeys run --menu [dmenu|rofi] --app [bspwm|i3|openbox]
    
  3. Check help if you want to know more

    dmenu_hotkeys run --help
    

Override dmenu-hotkeys configuration file

If you want to change default configuration paths for apps (i3, openbox, etc) you should override dmenu-hotkeys config file.

dmenu_hotkeys copy-config

The default path for the overridden configuration file is

$HOME/.config/dmenu_hotkeys/config.cfg

You could change it

dmenu_hotkeys copy-config --dest some/path/config.cfg

But since then you always should run dmenu-hotkeys with this new path

dmenu_hotkeys run --menu [dmenu|rofi] --app [i3|openbox] --config-path some/path/config.cfg
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].