From 10c211349626ce38c762cf89c5bce6e092004fac Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 16 Dec 2020 16:19:50 +0100 Subject: alacritty: disabled some troublesome bindings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They were conflicting with my GNU Emacs config, which is a problem since commands such as `git commit` will pick this as the editor to be used, and it was hella confusing... Signed-off-by: Miquel Sabaté Solà --- .i3/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.i3/config') diff --git a/.i3/config b/.i3/config index 586eac5..2025ae2 100644 --- a/.i3/config +++ b/.i3/config @@ -59,8 +59,9 @@ bindsym $mod+v split v # enter fullscreen mode for the focused container bindsym $mod+f fullscreen -# Execute my own lock and setup xautolock for it. -bindsym $mod+l exec ~/bin/lock.sh +# Cool lock. Thanks franky! +bindsym $mod+l exec xlock -mode eyes +# bindsym $mod+l exec ~/bin/lock.sh # change container layout (stacked, tabbed, toggle split) bindsym $mod+s layout stacking -- cgit v1.2.3