diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-11-12 21:16:49 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-11-12 21:16:49 +0100 |
| commit | 2b8430a8f5146726753bf7c12c7adcef4e19fcb9 (patch) | |
| tree | ac70ff50a378c2e243c741a27e8d35f143cf66ff /.i3/config | |
| parent | c96d83265a5f9081b9cb0c63fd0b0721e94ee155 (diff) | |
| download | dotfiles-2b8430a8f5146726753bf7c12c7adcef4e19fcb9.tar.gz dotfiles-2b8430a8f5146726753bf7c12c7adcef4e19fcb9.zip | |
i3: prepend the language keymap on the status
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.i3/config')
| -rw-r--r-- | .i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -171,7 +171,7 @@ bindsym $mod+Shift+m exec emacs bar { output DP-1 position top - status_command i3status + status_command ~/bin/i3status.sh workspace_buttons yes tray_output DP-1 @@ -189,7 +189,7 @@ bar { bar { output DVI-I-1 position top - status_command i3status + status_command ~/bin/i3status.sh workspace_buttons yes tray_output DP-1 |
