aboutsummaryrefslogtreecommitdiff
path: root/.i3/config
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-12-16 16:19:50 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2020-12-16 16:19:50 +0100
commit10c211349626ce38c762cf89c5bce6e092004fac (patch)
treeecbc61038d9709c572ca7d15811430c57e0af2a8 /.i3/config
parente3ad8501ed50167487441172b5666882d25269e9 (diff)
downloaddotfiles-10c211349626ce38c762cf89c5bce6e092004fac.tar.gz
dotfiles-10c211349626ce38c762cf89c5bce6e092004fac.zip
alacritty: disabled some troublesome bindings
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à <msabate@suse.com>
Diffstat (limited to '.i3/config')
-rw-r--r--.i3/config5
1 files changed, 3 insertions, 2 deletions
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