Skip to content

Commit

Permalink
fix(ci) ruff indent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xemptuous committed Mar 10, 2024
1 parent 086aba8 commit 6289caf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion inactive-windows-transparency.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ def on_window_focus(args, ipc, event):
focused.command("opacity " + args.focused)
if workspace == prev_workspace:
prev_focused.command("opacity " + args.opacity)
prev_focused = focused prev_workspace = workspace
prev_focused = focused
prev_workspace = workspace


def remove_opacity(ipc, focused_opacity):
for workspace in ipc.get_tree().workspaces():
for w in workspace:
Expand Down

0 comments on commit 6289caf

Please sign in to comment.