mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(desktop): add rofimoji
This commit is contained in:
parent
90f60f3cc3
commit
785a6609f3
3 changed files with 9 additions and 2 deletions
|
|
@ -36,6 +36,7 @@
|
|||
"flameshot"
|
||||
"xset"
|
||||
"rofi-pass"
|
||||
"rofimoji"
|
||||
"rofi"
|
||||
"sunwait"
|
||||
"dateutils"
|
||||
|
|
|
|||
|
|
@ -285,7 +285,8 @@ bindsym $mod+m mode "move" focus floating
|
|||
# [[file:../../Desktop.org::*Integration with rofi][Integration with rofi:1]]
|
||||
bindsym $mod+d exec "rofi -modi 'drun,run' -show drun"
|
||||
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"
|
||||
|
||||
|
|
|
|||
|
|
@ -621,7 +621,8 @@ Keybindings to launch [[https://github.com/davatorium/rofi][rofi]]. For more det
|
|||
#+begin_src conf-space
|
||||
bindsym $mod+d exec "rofi -modi 'drun,run' -show drun"
|
||||
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"
|
||||
|
||||
|
|
@ -1564,6 +1565,10 @@ if [[ ! -z $SELECTED ]]; then
|
|||
man -Tpdf $SELECTED | zathura -
|
||||
fi
|
||||
#+end_src
|
||||
*** Emojis
|
||||
| Guix dependency |
|
||||
|-----------------|
|
||||
| rofimoji |
|
||||
*** pass
|
||||
| Guix dependency |
|
||||
|-----------------|
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue