minor updates
This commit is contained in:
parent
cad4e125f4
commit
5d78105b52
6 changed files with 73 additions and 21 deletions
|
|
@ -1,6 +1,7 @@
|
|||
include "noctalia-shell.kdl"
|
||||
include "keys.kdl"
|
||||
include "options.kdl"
|
||||
include "rules.kdl"
|
||||
|
||||
spawn-at-startup "./fix_float.py"
|
||||
spawn-at-startup "udieskie"
|
||||
|
|
|
|||
|
|
@ -64,4 +64,6 @@ hotkey-overlay {
|
|||
skip-at-startup
|
||||
}
|
||||
screenshot-path null
|
||||
// try to hide client side decorations
|
||||
prefer-no-csd
|
||||
|
||||
|
|
|
|||
|
|
@ -1,28 +1,22 @@
|
|||
window-rule {
|
||||
// This regular expression is intentionally made as specific as possible,
|
||||
// since this is the default config, and we want no false positives.
|
||||
// You can get away with just app-id="wezterm" f you want.
|
||||
match app-id="^org\\.wezfurlong\\.wezterm$"
|
||||
default-column-width {
|
||||
|
||||
}
|
||||
}
|
||||
// Floatin Windows
|
||||
window-rule {
|
||||
// Floatin Windows
|
||||
match app-id="firefox$" title="^Picture-in-Picture$"
|
||||
match app-id="^brave-.*-Default$"
|
||||
// Extensions popup open-floating true
|
||||
match app-id="re.sonny.Junction"
|
||||
match title="^Meet: .*" app-id="brave-browser"
|
||||
// Extensions popup
|
||||
open-floating true
|
||||
clip-to-geometry false
|
||||
}
|
||||
// Full width window
|
||||
window-rule {
|
||||
// Full width window
|
||||
match app-id="beekeeper-studio"
|
||||
open-maximized true
|
||||
}
|
||||
window-rule {
|
||||
// Block from screen capture
|
||||
match app-id="^org\\.keepassxc\\.KeePassXC$"
|
||||
match app-id="^org\\.gnome\\.World\\.Secrets$"
|
||||
// block-out-from "screen-capture"
|
||||
// Use this instead if you want them visible on third-party screenshot tools.
|
||||
block-out-from "screencast"
|
||||
}
|
||||
window-rule {
|
||||
|
|
@ -32,10 +26,6 @@ window-rule {
|
|||
proportion 0.5
|
||||
}
|
||||
}
|
||||
window-rule {
|
||||
match title="^Meet: .*" app-id="brave-browser"
|
||||
open-floating true
|
||||
}
|
||||
window-rule {
|
||||
geometry-corner-radius 4
|
||||
clip-to-geometry true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue