Tweak opacity values, and fix regression where I accidentally had removed the call to run the dim_inactive_windows script in sway.

This commit is contained in:
Martin Larsson 2025-01-09 22:54:25 +01:00
parent 3c8d77b719
commit bcf9a7fdb1
3 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@ from typing import Optional
import i3ipc
TRANSPARENCY_VALUE: str = '0.85'
TRANSPARENCY_VALUE: str = '0.7875'
ipc = i3ipc.Connection()
g_prev_focused: Optional[i3ipc.con.Con] = None
g_prev_workspace: int = ipc.get_tree().find_focused().workspace().num