Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.world

Is it possible to run a script when a specific window is focused?

I want to change brightness based on which window is running, if its an IDE in dark mode increase, if it is a browser window decrease. The command itself is fairly easy to run even on wayland

qdbus local.org_kde_powerdevil /org/kde/Solid/PowerManagement/Actions/BrightnessControl setBrightness 5000   
qdbus local.org_kde_powerdevil /org/kde/Solid/PowerManagement/Actions/BrightnessControl setBrightness 10000   

how can I do it on a per app/window basis?

View original on lemmy.world
18

1 reply

You reached the end