[ADD][I3] Emoji selector using Rofi
This commit is contained in:
parent
213cdd2c49
commit
681b634aef
1
Makefile
1
Makefile
|
@ -67,6 +67,7 @@ VISUAL_DEPENDENCIES := \
|
|||
aur/networkmanager-dmenu-git \
|
||||
aur/qsyncthingtray \
|
||||
aur/rofi-dmenu \
|
||||
aur/rofi-emoji \
|
||||
aur/spotify \
|
||||
community/acpi \
|
||||
community/dunst \
|
||||
|
|
|
@ -42,6 +42,8 @@ bindsym $mod+d exec --no-startup-id rofi -show drun -disable-history
|
|||
|
||||
# Launch bwmenu (a bitwarden integration with rofi)
|
||||
bindsym $mod+p exec --no-startup-id bwmenu
|
||||
# Launch an emoji selector in rofi
|
||||
bindsym $mod+Shift+p exec --no-startup-id rofi -show emoji -disable-history
|
||||
|
||||
# Define Vim-like movement keys
|
||||
set $left h
|
||||
|
|
Loading…
Reference in a new issue