diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-15 17:37:50 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-15 17:37:50 +1200 |
commit | d9ff7b2e0b89c2827f4fcab7f40077554938500f (patch) | |
tree | 20e6ddcfb2a8d882945587386a1c61ae31895031 /i3 | |
parent | Add convenience function for terminal bell (diff) | |
download | dotfiles-d9ff7b2e0b89c2827f4fcab7f40077554938500f.tar.gz dotfiles-d9ff7b2e0b89c2827f4fcab7f40077554938500f.zip |
Use xcalc instead of bc
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ bindsym XF86AudioNext exec ncmpcpp next bindsym XF86AudioPrev exec ncmpcpp prev # Special modifier keys run calculator, Thunar, mutt, and Firefox -bindsym XF86Calculator exec urxvtcd -e bc +bindsym XF86Calculator exec xcalc bindsym XF86Explorer exec thunar bindsym XF86Mail exec urxvtcd -e mutt bindsym XF86HomePage exec firefox |