From 42cf93288a8e7e9484395ebca9dd9601ada5c47e Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Sat, 19 Oct 2024 09:32:49 +0300 Subject: [PATCH] alt+space gg --- private_dot_config/i3/misc.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/private_dot_config/i3/misc.conf b/private_dot_config/i3/misc.conf index 43447f0..ceb6784 100644 --- a/private_dot_config/i3/misc.conf +++ b/private_dot_config/i3/misc.conf @@ -77,7 +77,8 @@ bindsym $mod+u exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: ' # Super + Tab bindsym $mod+Tab workspace next_on_output bindsym $mod+shift+Tab workspace prev_on_output -bindsym $mod+$alt+e exec emacsclient --eval '(emacs-everywhere)' +# bindsym $mod+$alt+e exec emacsclient --eval '(emacs-everywhere)' +bindsym $alt+space exec emacsclient --eval '(emacs-everywhere)' #Clipboard manager bindsym $mod+$alt+v exec --no-startup-id clipcat-menu