bumblebee-status/bumblebee/modules
Tobi-wan Kenobi e8b3dfb4ef [modules/xrandr] Add display on/off toggling
This one is a bit tricky:
* Clicking on an active xrandr output will disable it
* Clicking on a disabled xrandr output will enable it -> if
  it is a left-click, it will put it as the left-most display
  if it is a right-click, as the right-most display

Also, it will reload the i3 bars (using a script that allows
you to write custom pieces of an i3 configuration that is applied
conditionally depending on the screens you have).

It goes like this:
* Base config is in ~/.i3/config.template
* Output-specific config is in ~/.i3/config.<screen name>
* Output-specific config when other screens are also active is in
  ~/.i3/config.<screen>-<other-screens-in-alphabetic-order>

For instance:
$ ls ~/.i3
config.template
config.eDP1 -> will be applied to eDP1 (always)
config.VGA1-eDP1 -> will be applied to VGA1, if eDP1 is also active
config.VGA1 -> will be applied to VGA1 (if eDP1 is inactive)

fixes #19
2016-11-26 13:57:33 +01:00
..
__init__.py [modules] Initial module loading framework 2016-10-30 17:30:09 +01:00
battery.py [modules/battery] Display AC when no battery is present 2016-11-17 23:02:49 +01:00
brightness.py [modules/brightness] Add callbacks for increasing/decreasing brightness 2016-11-09 19:37:09 +01:00
caffeine.py [modules/caffeine] Enable status change notifications 2016-11-23 18:29:05 +01:00
cmus.py [modules/cmus] Always initialize variables 2016-11-15 20:35:35 +01:00
cpu.py [help] Update and beautify the commandline help output 2016-11-05 16:18:53 +01:00
date.py [modules/date] Combine to datetime module with date and time aliases 2016-10-31 14:39:52 +01:00
datetime.py [modules/date] Combine to datetime module with date and time aliases 2016-10-31 14:39:52 +01:00
disk.py [help] Update and beautify the commandline help output 2016-11-05 16:18:53 +01:00
dnf.py [modules/dnf] Fix for python2 2016-11-05 20:04:04 +01:00
load.py [modules] Add initial version of a load module 2016-11-25 21:45:30 +01:00
memory.py [modules/memory] Adapt limits 2016-11-15 20:34:14 +01:00
nic.py [modules/nic] Interfaces were always up 2016-11-06 10:59:25 +01:00
pacman.py [modules/pacman] Slightly adapt the path calculation logic 2016-11-25 17:10:02 +01:00
pasink.py [modules] Add pulseaudio control modules 2016-10-31 14:27:51 +01:00
pasource.py [modules] Add pulseaudio control modules 2016-10-31 14:27:51 +01:00
ping.py [modules/ping] Allow recovery from unreachable 2016-11-18 19:47:28 +01:00
pulseaudio.py [general] Add Python3 support 2016-11-05 16:33:35 +01:00
spacer.py [help] Update and beautify the commandline help output 2016-11-05 16:18:53 +01:00
time.py [general] Add Python3 support 2016-11-05 16:33:35 +01:00
xrandr.py [modules/xrandr] Add display on/off toggling 2016-11-26 13:57:33 +01:00