mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-10 00:45:32 +00:00
21 lines
390 B
Lua
Executable file
21 lines
390 B
Lua
Executable file
if (get_application_name()=="Quod Libet") then
|
|
set_window_workspace(3)
|
|
maximize_vertically()
|
|
xywh(0,0,960,1080)
|
|
set_on_top()
|
|
end
|
|
|
|
if (get_application_name()=="Transmission") then
|
|
set_window_workspace(3)
|
|
maximize_vertically()
|
|
xywh(960,0,960,1080)
|
|
set_on_top()
|
|
end
|
|
|
|
if (get_application_name()=="Steam") then
|
|
set_window_workspace(3)
|
|
maximize_vertically()
|
|
xywh(960,0,960,1080)
|
|
set_on_top()
|
|
end
|