Files
dotfiles/config/hypr/hyprland/windowrules/noscreenshare.lua
T

14 lines
207 B
Lua

hl.window_rule({
match = {
title = "Bitwarden|secret",
},
no_screen_share = true
})
hl.window_rule({
match = {
class = "nm-connection-editor|[aA]uthentication",
},
no_screen_share = true
})