dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 548383fd217f0485dad18f9d0524ae05718ef311
parent ae03395f06577f8d661f2a3644ef45f3a0dbd2c4
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon,  7 Mar 2016 14:28:02 -0800

keyboard layout switch binding identical to os x

Diffstat:
M.i3/config | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.i3/config b/.i3/config @@ -88,7 +88,9 @@ bindsym $mod+v exec gvim #bindsym $mod+t exec tor-browser.sh bindsym $mod+t exec torbrowser-launcher bindsym $mod+p exec zathura -bindsym $mod+$alt+l exec --no-startup-id ~/bin/keyboard-layout-switch.sh && notify-send `cat ~/.kbd-layout` +#bindsym $mod+$alt+l exec --no-startup-id ~/bin/keyboard-layout-switch.sh && +#notify-send `cat ~/.kbd-layout` +bindsym $alt+Shift+l exec --no-startup-id ~/bin/keyboard-layout-switch.sh && notify-send `cat ~/.kbd-layout` bindsym $mod+n exec nautilus bindsym $mod+g exec gnome-control-center