config

NixOS config
Log | Files | Refs | README | LICENSE

commit d0d09cb4a4e3d43aa3d1b744f2203beeb957d605 (tree)
parent 0208e5959534f3f1f735b2f1027de6b3923e9d8f
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sun, 17 Sep 2023 22:45:42 +0300

rc.lua: move some windows to screen 9

Diffstat:
Mmodules/profiles/desktop/rc.lua | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules/profiles/desktop/rc.lua b/modules/profiles/desktop/rc.lua @@ -505,6 +505,10 @@ awful.rules.rules = { -- Set Firefox to always map on the tag named "2" on screen 1. -- { rule = { class = "Firefox" }, -- properties = { screen = 1, tag = "2" } }, + { rule = { class = "Signal" }, + properties = { screen = 1, tag = "9" } }, + { rule = { class = "Element" }, + properties = { screen = 1, tag = "9" } }, } -- }}}