feat(desktop): add rofimoji

This commit is contained in:
Pavel Korytov 2021-11-01 19:15:36 +03:00
parent 90f60f3cc3
commit 785a6609f3
3 changed files with 9 additions and 2 deletions

View file

@ -36,6 +36,7 @@
"flameshot" "flameshot"
"xset" "xset"
"rofi-pass" "rofi-pass"
"rofimoji"
"rofi" "rofi"
"sunwait" "sunwait"
"dateutils" "dateutils"

View file

@ -285,7 +285,8 @@ bindsym $mod+m mode "move" focus floating
# [[file:../../Desktop.org::*Integration with rofi][Integration with rofi:1]] # [[file:../../Desktop.org::*Integration with rofi][Integration with rofi:1]]
bindsym $mod+d exec "rofi -modi 'drun,run' -show drun" bindsym $mod+d exec "rofi -modi 'drun,run' -show drun"
bindsym $mod+b exec --no-startup-id rofi-buku-mine bindsym $mod+b exec --no-startup-id rofi-buku-mine
bindsym $mod+minus exec rofi-pass; mode default bindsym $mod+minus exec rofi-pass
bindsym $mod+equal exec rofimoji
bindsym $mod+apostrophe mode "rofi" bindsym $mod+apostrophe mode "rofi"

View file

@ -621,7 +621,8 @@ Keybindings to launch [[https://github.com/davatorium/rofi][rofi]]. For more det
#+begin_src conf-space #+begin_src conf-space
bindsym $mod+d exec "rofi -modi 'drun,run' -show drun" bindsym $mod+d exec "rofi -modi 'drun,run' -show drun"
bindsym $mod+b exec --no-startup-id rofi-buku-mine bindsym $mod+b exec --no-startup-id rofi-buku-mine
bindsym $mod+minus exec rofi-pass; mode default bindsym $mod+minus exec rofi-pass
bindsym $mod+equal exec rofimoji
bindsym $mod+apostrophe mode "rofi" bindsym $mod+apostrophe mode "rofi"
@ -1564,6 +1565,10 @@ if [[ ! -z $SELECTED ]]; then
man -Tpdf $SELECTED | zathura - man -Tpdf $SELECTED | zathura -
fi fi
#+end_src #+end_src
*** Emojis
| Guix dependency |
|-----------------|
| rofimoji |
*** pass *** pass
| Guix dependency | | Guix dependency |
|-----------------| |-----------------|