From 785a6609f31f4573bf6cdf34599d9a566278995c Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Mon, 1 Nov 2021 19:15:36 +0300 Subject: [PATCH] feat(desktop): add rofimoji --- .config/guix/manifests/desktop.scm | 1 + .config/i3/config | 3 ++- Desktop.org | 7 ++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.config/guix/manifests/desktop.scm b/.config/guix/manifests/desktop.scm index 5f5349f..f70e944 100644 --- a/.config/guix/manifests/desktop.scm +++ b/.config/guix/manifests/desktop.scm @@ -36,6 +36,7 @@ "flameshot" "xset" "rofi-pass" + "rofimoji" "rofi" "sunwait" "dateutils" diff --git a/.config/i3/config b/.config/i3/config index 95b8d9b..84c38e4 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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" diff --git a/Desktop.org b/Desktop.org index 5da054f..b2a62f3 100644 --- a/Desktop.org +++ b/Desktop.org @@ -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 | |-----------------|