Skip to content

Commit

Permalink
sway: Add idle inhibitors for chat/screenshare stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Jan 28, 2024
1 parent a884471 commit 73bb318
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home-config/dotfiles/sway.conf
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ bindsym {
$mod+Shift+9 move container to workspace 9; workspace 9
$mod+Shift+0 move container to workspace 10; workspace 10
}

## Idle inhibitors
for_window [title="Element.*" app_id="firefox"] inhibit_idle visible
for_window [title=".*Discord.*" app_id="firefox"] inhibit_idle visible

0 comments on commit 73bb318

Please sign in to comment.