1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 08:28:30 +02:00
home-manager/tests/modules/services/devilspie2/config.lua
dawidsowa 97d183e2e4
devilspie2: add module (#1477)
Co-authored-by: Sumner Evans <me@sumnerevans.com>
Co-authored-by: Nicolas Berbiche <nicolas@normie.dev>
2021-07-05 16:29:34 -04:00

12 lines
260 B
Lua

if (get_window_class() == "Gnome-terminal") then
make_always_on_top();
end
if string.match(get_window_name(), "LibreOffice Writer") then
maximize();
end
if (get_window_class()=="Org.gnome.Nautilus") then
set_window_geometry(1600,300,900,700);
end