Skip to content

Commit

Permalink
Corrected shortcut hint for dmenu_media
Browse files Browse the repository at this point in the history
  • Loading branch information
Aario Shahbany committed Mar 6, 2017
1 parent 16f26f2 commit 53a7b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmenu_all
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
ITEMS=('BIN (Meta+P)' 'Applications (Meta+Escape)' 'Custom Scripts (Meta+C)' 'Switch Window List (Meta+W)' 'Adjust Volume (Meta+V' 'Adjust Brightness (Meta+B)' 'Control Media Player (Meta+N)' 'Browse Home Folder (Meta+H)')
ITEMS=('BIN (Meta+P)' 'Applications (Meta+Escape)' 'Custom Scripts (Meta+C)' 'Switch Window List (Meta+W)' 'Adjust Volume (Meta+V' 'Adjust Brightness (Meta+B)' 'Control Media Player (Meta+M)' 'Browse Home Folder (Meta+H)')
DMENU_COMMANDS=('dmenu_run' 'dmenu_apps' 'dmenu_custom' 'dmenu_win' 'dmenu_vol' 'dmenu_bl' 'dmenu_media' 'dmenu_home')
count=${#ITEMS[@]}
let "top=$count-1"
Expand Down

0 comments on commit 53a7b4e

Please sign in to comment.