From 7fd69b98fb70f40fb82b541c3f5a52c7d6521c6b Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Tue, 1 Feb 2022 16:36:43 +0100 Subject: [PATCH] update --- emacs.el | 3 ++- foot.ini | 2 +- sway/config | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/emacs.el b/emacs.el index 36237fe..b036696 100644 --- a/emacs.el +++ b/emacs.el @@ -149,7 +149,8 @@ (use-package selectrum :init (ido-mode nil) - (selectrum-mode t)) + (selectrum-mode t) + :bind (("C-x M-x" . selectrum-repeat))) (use-package consult :bind (("C-c i" . consult-imenu) diff --git a/foot.ini b/foot.ini index 817065c..4520dbe 100644 --- a/foot.ini +++ b/foot.ini @@ -141,7 +141,7 @@ bright7=ffffff # bright white # pipe-selected=[xargs -r firefox] none # show-urls-launch=Control+Shift+u # show-urls-copy=none -# noop=none +noop=Control+Return [search-bindings] # cancel=Control+g Control+c Escape diff --git a/sway/config b/sway/config index 0a0a188..d49923f 100644 --- a/sway/config +++ b/sway/config @@ -16,7 +16,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term foot +set $term env XCURSOR_THEME=Adwaita foot # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on.