From 7d66e92a762f8422105b1cbf579b00d7d6aabef6 Mon Sep 17 00:00:00 2001 From: Ryan Orlando Date: Sun, 18 Dec 2022 19:28:48 -0800 Subject: [PATCH] switch to bemenu --- .config/doom/config.el | 2 +- .config/sway/config | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/doom/config.el b/.config/doom/config.el index d82d035..e76112d 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -207,7 +207,7 @@ (use-package vterm :commands vterm :config - (setq vterm-shell "bash")) + (setq vterm-shell "zsh")) (setq rmh-elfeed-org-files (list "~/sync/elfeed/feeds.org")) (add-hook! 'elfeed-search-mode-hook 'elfeed-update) diff --git a/.config/sway/config b/.config/sway/config index 2c97082..6663b95 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -11,7 +11,7 @@ set $mod Mod4 set $term alacritty # Application Launcher -set $menu killall wofi || wofi +set $menu bemenu-run -i -l 5 -c --margin 500 --fn 'Hack Nerd Font 15' # Start a terminal bindsym $mod+Return exec $term @@ -104,7 +104,6 @@ bindsym $mod+space focus mode_toggle # Move focus to the parent container bindsym $mod+a focus parent - # Scratchpad: # # Sway has a "scratchpad", which is a bag of holding for windows.