Add rofimoji
parent
390ba67252
commit
7761e9f517
|
@ -52,6 +52,7 @@ qbittorrent
|
|||
restic
|
||||
rmtrash
|
||||
rofi
|
||||
rofimoji
|
||||
rsync
|
||||
signal-desktop
|
||||
telegram-desktop
|
||||
|
|
|
@ -92,7 +92,7 @@ bindsym $mod+Return exec --no-startup-id i3-sensible-terminal
|
|||
|
||||
# start rofi (a program launcher)
|
||||
bindsym $mod+d exec rofi -show run -theme sidebar
|
||||
bindsym $mod+Shift+d exec ~/.config/rofi/emoji-picker.py
|
||||
bindsym $mod+Shift+d exec rofimoji
|
||||
|
||||
# just lock the screen
|
||||
bindsym $mod+l exec --no-startup-id $Locker && sleep 1
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,7 @@
|
|||
# Instead of "typing" the character, which does not
|
||||
# works in some apps, paste through the clipboard
|
||||
# and restore previous content. Works better
|
||||
# in most cases, use alt+t instead to use
|
||||
# defaut behaviour.
|
||||
action = clipboard
|
||||
skin-tone = neutral
|
Loading…
Reference in New Issue