diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-22 08:03:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-22 08:03:59 +0100 |
commit | 4a8d490cc62902672969bd2750bb0c0a66064a4a (patch) | |
tree | 46ff7ae64fcddc149f441d22149fa376d8a063a3 /examples | |
parent | add todos (diff) | |
download | blueshift-4a8d490cc62902672969bd2750bb0c0a66064a4a.tar.gz blueshift-4a8d490cc62902672969bd2750bb0c0a66064a4a.tar.bz2 blueshift-4a8d490cc62902672969bd2750bb0c0a66064a4a.tar.xz |
m + list examples in info manual
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | examples/battery | 2 | ||||
-rw-r--r-- | examples/icc-profile-atoms | 2 | ||||
-rw-r--r-- | examples/modes | 10 | ||||
-rw-r--r-- | examples/threaded | 2 | ||||
-rw-r--r-- | examples/weather | 2 | ||||
-rw-r--r-- | examples/xmonad | 4 |
6 files changed, 12 insertions, 10 deletions
diff --git a/examples/battery b/examples/battery index 5665f3e..4f333f4 100644 --- a/examples/battery +++ b/examples/battery @@ -1,7 +1,7 @@ # -*- python -*- # This is a small example that inverts the colours when the -# batteries capacity is low. +# battery's capacity is low. # Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) diff --git a/examples/icc-profile-atoms b/examples/icc-profile-atoms index a5f5a13..88e57c3 100644 --- a/examples/icc-profile-atoms +++ b/examples/icc-profile-atoms @@ -1,6 +1,6 @@ # -*- python -*- -# This example demonstrates how to use read and +# This example demonstrates how to read and # use the _ICC_PROFILE(_n) atoms for X screens. diff --git a/examples/modes b/examples/modes index 8cac965..e1501b0 100644 --- a/examples/modes +++ b/examples/modes @@ -1,11 +1,11 @@ # -*- python -*- # This example can be used to name a mode you want to use, -# and load the script, without having the use Blueshift's -c -# option and give a pathname. You will only need to give a -# filename. In this example, those modes are installed in -# the directory `$XDG_CONFIG_HOME/blueshift-modes`, and the -# default mode is named `default`. +# without having to use Blueshift's -c option and give a +# pathname. You will only need to give a filename. In this +# example, those modes are installed in the directory +# `$XDG_CONFIG_HOME/blueshift-modes`, and the default mode +# is named `default`. # Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) diff --git a/examples/threaded b/examples/threaded index 827fcd5..74a7c8f 100644 --- a/examples/threaded +++ b/examples/threaded @@ -1,7 +1,7 @@ # -*- python -*- # This example demonstrates how you can make a -# multithreaded configurations script +# multithreaded configurations script. # This file is dual-licensed under GNU General Public License diff --git a/examples/weather b/examples/weather index 5291fb6..18bc923 100644 --- a/examples/weather +++ b/examples/weather @@ -1,7 +1,7 @@ # -*- python -*- # This example demonstrates how to include weather conditions -# in you configuration scripts. +# in your configuration scripts. # Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) diff --git a/examples/xmonad b/examples/xmonad index 8e62a90..3a4cd23 100644 --- a/examples/xmonad +++ b/examples/xmonad @@ -1,7 +1,9 @@ # -*- python -*- # This configuration scripts read the xmonad log to detect -# which workspace you are viewing. +# which workspace you are viewing. It can also disable +# adjustments when you are in selected programs such as +# The GIMP and Inkscape. # Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) |