From 33419c2edcf8f1c52ae0cb0e2f49e278cdd92e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Wed, 20 Jan 2021 18:39:23 +0100 Subject: [PATCH] i3: add bepo shortcut --- files/.config/i3/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/.config/i3/config b/files/.config/i3/config index d2ceab8..f4fb73a 100644 --- a/files/.config/i3/config +++ b/files/.config/i3/config @@ -172,6 +172,10 @@ bindsym $mod+Shift+KP_6 exec ~/.config/i3/bin/screenplace right bindsym $mod+Print exec ~/.config/i3/bin/screenshot root bindsym $mod+Shift+Print exec ~/.config/i3/bin/screenshot active +# Keymap +bindsym $mod+Mod1+b exec setxkbmap -option '' -option caps:swapescape fr bepo +bindsym $mod+Mod1+u exec setxkbmap -option '' -option caps:swapescape -option compose:ralt us + # reload the configuration file bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)