aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-03-23 10:58:21 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 12:01:18 +0200
commit1c2d98850281ebd7eedfa726e0057566645f15c8 (patch)
tree258654d248a74304234f9a79b2682214c062beec /.config/awesome/rc.lua
parent9ea49884ca9e1e66878b018ac5c14971a6af7364 (diff)
Also at least check if something *could* happen
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 04273c5..a2786ac 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -547,8 +547,7 @@ awful.rules.rules = {
},
properties = {
tag = sharedtaglist[5],
- maximized_vertical = true,
- maximized_horizontal = true,
+ fullscreen = true,
},
}
}