All Projects → jcs → xdimmer

jcs / xdimmer

Licence: other
lightweight X11 utility to dim the screen and/or keyboard backlight when idle

Programming Languages

c
50402 projects - #5 most used programming language
Roff
2310 projects
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to xdimmer

keyboard modifiers status
Gnome-Shell extension that shows keyboard modifiers status. It's useful when sticky keys are active.
Stars: ✭ 15 (-40%)
Mutual labels:  x11
x11-rs
Rust bindings for X11 libraries
Stars: ✭ 169 (+576%)
Mutual labels:  x11
knime-docker
KNIME Analytics Platform & SDK with Docker Container in X11 desktop
Stars: ✭ 19 (-24%)
Mutual labels:  x11
shod-old
hybrid (floating and tiling) tabbed window manager
Stars: ✭ 56 (+124%)
Mutual labels:  x11
x11
Bindings to X11 for the D programming language
Stars: ✭ 20 (-20%)
Mutual labels:  x11
x11-fractional-display-scaling
Script and instructions to get fractional display scaling working nicely on Linux distros that use X11
Stars: ✭ 52 (+108%)
Mutual labels:  x11
gfxprim
Open-source modular 2D bitmap graphics library with emphasis on speed and correctness.
Stars: ✭ 32 (+28%)
Mutual labels:  x11
katriawm
A non-reparenting, dynamic window manager with decorations
Stars: ✭ 53 (+112%)
Mutual labels:  x11
inputplug
XInput event monitor daemon
Stars: ✭ 26 (+4%)
Mutual labels:  x11
Hypr
Hypr is a tiling window manager written in modern C++.
Stars: ✭ 659 (+2536%)
Mutual labels:  x11
mmwm
Modern Minimalistic Window Manager
Stars: ✭ 45 (+80%)
Mutual labels:  x11
polyred
📺 3D Graphics in Go.
Stars: ✭ 31 (+24%)
Mutual labels:  x11
dotfiles
🏡 Personal dotfiles configuration
Stars: ✭ 73 (+192%)
Mutual labels:  x11
funcd
Daemon for functional keys (works without X11)
Stars: ✭ 14 (-44%)
Mutual labels:  x11
westford
Westford Wayland Compositor
Stars: ✭ 39 (+56%)
Mutual labels:  x11
shod
mouse-based window manager that can tile windows inside floating containers
Stars: ✭ 126 (+404%)
Mutual labels:  x11
keyd
A key remapping daemon for linux.
Stars: ✭ 687 (+2648%)
Mutual labels:  x11
simdock
small dock with pseudo-transparency and good window handling
Stars: ✭ 31 (+24%)
Mutual labels:  x11
voidwm
voidwm • sanely patched dwm
Stars: ✭ 32 (+28%)
Mutual labels:  x11
shapebar
A simple bar based on Lemonbar.
Stars: ✭ 16 (-36%)
Mutual labels:  x11

XDIMMER(1) - General Commands Manual

NAME

xdimmer - dim the screen and/or the keyboard backlight when idle or when ambient light changes

SYNOPSIS

xdimmer [-a] [-b brighten steps] [-d] [-k] [-n] [-p percent] [-s dim steps] [-t timeout]

DESCRIPTION

xdimmer waits timeout number of seconds and if no keyboard or mouse input is detected, the screen backlight is dimmed to percent in dim steps steps, unless the -n option was specified. Once keyboard or mouse input is detected, the screen backlight is restored to its previous brightness value in brighten steps steps.

On OpenBSD, if the -k option is used, the keyboard backlight is also dimmed to zero and restored upon movement via the wscons(4) interface.

Also on OpenBSD, if the -a option is used and an ambient light sensor device is located via sysctl(8), screen backlight (and keyboard backlight if -k is used) is dimmed or brightened based on lux readings.

OPTIONS

-a

Change backlights according to ambient light sensor lux readings. Currently only supported on OpenBSD.

-b steps

Number of steps to take while restoring backlight. The default is 5 steps.

-d

Print debugging messages to stdout.

-k

Affect the keyboard backlight as well as the screen backlight. Currently only supported on OpenBSD.

-n

Do not adjust the screen backlight when idle.

-p percent

Absolute brightness value to which the backlight is dimmed. The default is 10 percent.

-s steps

Number of steps to take while decrementing backlight. The default is 20 steps.

-t timeout

Number of seconds to wait without receiving input before dimming. The default is 120 seconds.

SIGNALS

SIGINT

xdimmer will exit, attempting to brighten the screen and/or keyboard before exiting if they are currently in a dimmed state.

SIGUSR1

xdimmer will immediately dim the screen and/or keyboard (depending on -k and -n options).

SIGUSR2

xdimmer will immediately brighten the screen and/or keyboard if they are in a dimmed state.

AUTHORS

xdimmer was written by joshua stein <[email protected]>.

OpenBSD 6.6 - August 27, 2019

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].