From d5de2e48b34af64821ca902ba0555740e5daaa21 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Thu, 11 May 2017 00:08:09 +0200 Subject: [PATCH] i3/i3config: added keyboard layout reset with win+space --- i3/i3config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i3/i3config b/i3/i3config index 99d890b..944b1c1 100644 --- a/i3/i3config +++ b/i3/i3config @@ -45,6 +45,7 @@ bindsym $mod+Shift+F1 exec curl http://esp8266/socket0Off || curl http://home.st # Screenshot bindsym Print exec "scrot ~/Downloads/Screenshot%Y-%m-%d-%H:%M:%S.png -z" +bindsym Scroll_Lock exec ~/.local/bin/lockscreen -fl # forward an backward at arrow-keys bindsym --release XF86Back exec --no-startup-id xdotool key --clearmodifiers Ctrl+Page_Up @@ -143,6 +144,7 @@ bindsym $mod+c layout toggle split # toggle tiling / floating bindsym $mod+Shift+space floating toggle #bindsym $mod+space focus mode_toggle +bindsym $mod+space exec setxkbmap de -option ctrl:nocaps # focus the child container bindsym $mod+s focus child # focus the parent container