mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[sway] add inhibit_idle for some windows
This commit is contained in:
parent
b229492421
commit
d6062587a1
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@ exec feedreader --headless
|
||||||
# mute microfone
|
# mute microfone
|
||||||
exec amixer set Capture nocap
|
exec amixer set Capture nocap
|
||||||
|
|
||||||
|
# prevent locking when fullscreen
|
||||||
|
for_window [app_id="firefox"] inhibit_idle fullscreen
|
||||||
|
for_window [title="VLC media player"] inhibit_idle fullscreen
|
||||||
|
for_window [app_id="evince"] inhibit_idle fullscreen
|
||||||
|
|
||||||
# font
|
# font
|
||||||
font pango:Fira Sans Mono 12
|
font pango:Fira Sans Mono 12
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue