From: Michael Stapelberg Date: Thu, 26 Feb 2009 21:36:07 +0000 (+0100) Subject: More examples in the manpage X-Git-Tag: 3.a~145 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2bcf7b32d7eef6c9f42bb0662e637c73fdb5ae5f;p=i3%2Fi3 More examples in the manpage --- diff --git a/man/i3.man b/man/i3.man index e6c5a84d..552a3959 100644 --- a/man/i3.man +++ b/man/i3.man @@ -114,6 +114,16 @@ At the moment, you have to bind to keycodes (find them out via xev(1)). terminal /usr/pkg/bin/urxvt font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso8859-1 +# Beamer on/off +bind Mod1+73 exec /home/michael/toggle_beamer.sh + +# Screen locking +bind Mod1+68 exec /usr/bin/slock + +# Brightness +bind Mod1+97 exec sudo sh -c "echo up > /proc/acpi/ibm/brightness" +bind Mod1+103 exec sudo sh -c "echo down > /proc/acpi/ibm/brightness" + # Fullscreen bind Mod1+41 f # Stacking