niri: Add dynamic screencasting keybinds
This commit is contained in:
@ -253,6 +253,29 @@ window-rule {
|
|||||||
clip-to-geometry true
|
clip-to-geometry true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Indicate screencasted windows with red colors.
|
||||||
|
window-rule {
|
||||||
|
match is-window-cast-target=true
|
||||||
|
|
||||||
|
focus-ring {
|
||||||
|
active-color "#f38ba8"
|
||||||
|
inactive-color "#7d0d2d"
|
||||||
|
}
|
||||||
|
|
||||||
|
border {
|
||||||
|
inactive-color "#7d0d2d"
|
||||||
|
}
|
||||||
|
|
||||||
|
shadow {
|
||||||
|
color "#7d0d2d70"
|
||||||
|
}
|
||||||
|
|
||||||
|
tab-indicator {
|
||||||
|
active-color "#f38ba8"
|
||||||
|
inactive-color "#7d0d2d"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
match title="Volume Indicator"
|
match title="Volume Indicator"
|
||||||
geometry-corner-radius 35
|
geometry-corner-radius 35
|
||||||
@ -497,6 +520,11 @@ binds {
|
|||||||
// moving the mouse or pressing any other key.
|
// moving the mouse or pressing any other key.
|
||||||
// Mod+Shift+P { power-off-monitors; }
|
// Mod+Shift+P { power-off-monitors; }
|
||||||
|
|
||||||
|
// Dynamic screencasting target
|
||||||
|
Mod+Slash { clear-dynamic-cast-target; }
|
||||||
|
Mod+Ctrl+Slash { set-dynamic-cast-window; }
|
||||||
|
Mod+Shift+Slash { set-dynamic-cast-monitor; }
|
||||||
|
|
||||||
// Debugging
|
// Debugging
|
||||||
Mod+Shift+Ctrl+T { toggle-debug-tint; }
|
Mod+Shift+Ctrl+T { toggle-debug-tint; }
|
||||||
Mod+Shift+Ctrl+O { debug-toggle-opaque-regions; }
|
Mod+Shift+Ctrl+O { debug-toggle-opaque-regions; }
|
||||||
|
|||||||
Reference in New Issue
Block a user