diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-05-31 12:52:56 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-05-31 12:52:56 +0200 |
| commit | 01c0ad72c5aaca2d1ba6cfea0daae8b2bbb615f5 (patch) | |
| tree | cd72e2d3c543702b26548be5d3d3e2ec798c2c45 /i3 | |
| parent | 2cd03d15f8c8d8c29daef2efb4406825de8b0b12 (diff) | |
| download | dotfiles-01c0ad72c5aaca2d1ba6cfea0daae8b2bbb615f5.tar.gz dotfiles-01c0ad72c5aaca2d1ba6cfea0daae8b2bbb615f5.zip | |
i3: bind `toggle-keyboard-layout.sh` to $mod+F1
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'i3')
| -rw-r--r-- | i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -161,6 +161,9 @@ bindsym $mod+Shift+t [class="Tor"] focus # Scrot bindsym Print exec scrot -u +# Toggle keyboard layout US <-> CAT +bindsym $mod+F1 exec ~/bin/toggle-keyboard-layout.sh + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available). This setup has DP-1 as the monitor on the right, # and DVI-I-1 as the monitor on the left. The tray will only be shown to the |
