diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-09 14:10:27 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-09 14:10:27 -0400 |
| commit | 48a1c36733f0c466d008a8c13fc1182cb02b1fea (patch) | |
| tree | c44f77e23c807f1b9178a9b82a0451e92a5ae6dd | |
| parent | 476e171275b26bb1622dfbe41a74ef598131c8cc (diff) | |
| download | eibhear-48a1c36733f0c466d008a8c13fc1182cb02b1fea.tar.gz eibhear-48a1c36733f0c466d008a8c13fc1182cb02b1fea.tar.zst eibhear-48a1c36733f0c466d008a8c13fc1182cb02b1fea.zip | |
mailsync binding added to F8
| -rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 9c9a190..aa4ebf7 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -293,7 +293,7 @@ bindsym $mod+F4 exec --no-startup-id $hibernate bindsym $mod+F5 exec --no-startup-id $netrefresh bindsym $mod+F6 exec --no-startup-id $term -e transmission-remote-cli ##bindsym $mod+F7 -##bindsym $mod+F8 +bindsym $mod+F8 exec --no-startup-id ~/.config/mutt/etc/mailsync.sh bindsym $mod+F9 exec --no-startup-id dmenumount bindsym $mod+F10 exec --no-startup-id dmenuumount ##bindsym $mod+F11 |
