aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/rofi.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-10-04 23:19:34 -0700
committerGravatar Tom Willemse2022-10-04 23:19:34 -0700
commita85ad3fddd0d9bd30185d2af669a81e9433a8eee (patch)
tree8dfddd4dc411abebffc412221506cdc79d3f2ba6 /oni/home/services/rofi.scm
parent6cdda0dc5acc2ce9b3abf9e68a3e61a4ba5f4b91 (diff)
downloadnew-dotfiles-a85ad3fddd0d9bd30185d2af669a81e9433a8eee.tar.gz
new-dotfiles-a85ad3fddd0d9bd30185d2af669a81e9433a8eee.zip
Update rincewind configuration
- Sort all use-module directives - Remove ‘gcc-toolchain’ from the installed packages because it appears that the regular emacs-next (not from a git checkout) works fine without it. - Add ‘emacs-org-roam’ and ‘emacs-vterm’ packages because they both come with C modules and installing them on-the-fly in Emacs wasn't working properly. - Add ‘fakeroot’ package because it appears to be needed now that I'm using guix-home if I want to build packages for Archlinux. This still happens when I need to install some proprietary program from the AUR. - Add an Emacs configuration service. For now this just ensures that the ‘emacs-next’ package is installed and creates a shepherd service that starts Emacs when I log in. - Change the default run dialog from ‘rofi -show run’ to ‘rofi -show drun’ to run .desktop files. This offers more control over what does and doesn't show up in the list and allows me to put only stuff in there that actually works in a graphical environment.
Diffstat (limited to 'oni/home/services/rofi.scm')
-rw-r--r--oni/home/services/rofi.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/services/rofi.scm b/oni/home/services/rofi.scm
index 56b08a8..8bc6aa9 100644
--- a/oni/home/services/rofi.scm
+++ b/oni/home/services/rofi.scm
@@ -146,7 +146,7 @@
(define (add-rofi-xbindkeys-keybindings config)
(home-xbindkeys-extension
(keybindings
- '(((mod4 r) . "herbstclient spawn rofi -show run")
+ '(((mod4 r) . "herbstclient spawn rofi -modi drun -show drun")
((mod4 w) . "herbstclient spawn rofi -show window -window-command \"/home/chelys/usr/bin/hlwm-switch-to-window {window}\"")))))
(define home-rofi-service-type