diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-09-09 19:41:30 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-09-09 19:41:30 +0200 |
| commit | 8bc84b9a5fa5c893749cda365d389bac25daf540 (patch) | |
| tree | 1f014d5a7f594e52503e515e0f79664324daca43 /.i3 | |
| parent | f21252428ed4acbfa3ab15aad89fc8e1fd86c3f9 (diff) | |
| download | dotfiles-8bc84b9a5fa5c893749cda365d389bac25daf540.tar.gz dotfiles-8bc84b9a5fa5c893749cda365d389bac25daf540.zip | |
Small updates on i3 and bash
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.i3')
| -rw-r--r-- | .i3/config | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -155,6 +155,7 @@ bindsym Print exec scrot -u # Toggle keyboard layout US <-> CAT bindsym $mod+F1 exec ~/bin/toggle-keyboard-layout.sh +bindsym $mod+XF86AudioMute exec ~/bin/toggle-keyboard-layout.sh # Emacs. By default we go with daemon mode, but if something is wrong, it's # cool to have a safe way to start Emacs. @@ -236,6 +237,10 @@ exec --no-startup-id xset s off # Enforce mi layout on startup exec --no-startup-id setxkbmap mi +# Battery indicator +# NOTE: uncomment this if you are in a laptop +# exec --no-startup-id cbatticon -i symbolic -n + # Network manager # NOTE: uncomment this if you are in a laptop # exec --no-startup-id nm-applet |
