aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-24 08:44:21 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-24 08:44:21 +0400
commitab9d1aab4ed13027896a80200775e5679fca9539 (patch)
tree42b5500e74b0fe7fb657c62e404b8a832d7b15d7 /resources
parent506dcd99d7fafbe94f0444aed46c2f89f29612da (diff)
downloadniri-ab9d1aab4ed13027896a80200775e5679fca9539.tar.gz
niri-ab9d1aab4ed13027896a80200775e5679fca9539.tar.bz2
niri-ab9d1aab4ed13027896a80200775e5679fca9539.zip
Add open-fullscreen window rule
Diffstat (limited to 'resources')
-rw-r--r--resources/default-config.kdl5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl
index bd26d393..0ebefcd2 100644
--- a/resources/default-config.kdl
+++ b/resources/default-config.kdl
@@ -308,6 +308,11 @@ animations {
// Make this window open as a maximized column.
open-maximized true
+
+ // Make this window open fullscreen.
+ open-fullscreen true
+ // You can also set this to false to prevent a window from opening fullscreen.
+ // open-fullscreen false
}
// Here's a useful example. Work around WezTerm's initial configure bug