[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/networkmanager-dmenu-git \
|
||||||
aur/qsyncthingtray \
|
aur/qsyncthingtray \
|
||||||
aur/rofi-dmenu \
|
aur/rofi-dmenu \
|
||||||
|
aur/rofi-emoji \
|
||||||
aur/spotify \
|
aur/spotify \
|
||||||
community/acpi \
|
community/acpi \
|
||||||
community/dunst \
|
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)
|
# Launch bwmenu (a bitwarden integration with rofi)
|
||||||
bindsym $mod+p exec --no-startup-id bwmenu
|
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
|
# Define Vim-like movement keys
|
||||||
set $left h
|
set $left h
|
||||||
|
|
Loading…
Reference in a new issue